diff --git a/develop/logs/ocr/log_error.log b/develop/logs/ocr/log_error.log index f09f70ef..0a4a0606 100644 --- a/develop/logs/ocr/log_error.log +++ b/develop/logs/ocr/log_error.log @@ -8461,3 +8461,124 @@ java.lang.NullPointerException: null at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) +ERROR [2024-03-16 11:55:08,436][] cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl:122 - token=eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1MDUyNTAwMzIsImlzc3VlZEF0IjoxNzEwNTAzNDQ5ODA5LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI4YzA2MzBkNTM3NGY3MjljZWFmNGJiNTljZjAyYzBkNCIsInRva2VudXVpZCI6Ijg5YTkxODMzMzNlMDRmOTE5N2I1NDY4MzM1ODBkNGQ3IiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1MDUyNTAsImlhdCI6MTcxMDUwMzQ0OX0.0w0niG0REB5cCUtP2WUppBSV3wGFxPBo7tkQV1MRmk0,getUserToken-error={} +cn.jyjz.xiaoyao.common.base.exception.MyTokenExpiredException: token失效。 + at cn.jyjz.xiaoyao.framework.security.utils.JwtUtils.parseToken(JwtUtils.java:200) + at cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl.getUserToken(UserTokenServiceImpl.java:120) + at cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:86) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:218) + at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) + at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.lang.Thread.run(Thread.java:748) +ERROR [2024-03-16 11:55:08,454][] org.apache.juli.logging.DirectJDKLog:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/foodapi] threw exception +cn.jyjz.xiaoyao.common.base.exception.ServiceException: token失效。 + at cn.jyjz.xiaoyao.admin.service.impl.UserTokenServiceImpl.getUserToken(UserTokenServiceImpl.java:124) + at cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:86) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:218) + at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) + at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) + at java.lang.Thread.run(Thread.java:748) diff --git a/develop/logs/ocr/log_info.log b/develop/logs/ocr/log_info.log index 8442c038..af7018c2 100644 --- a/develop/logs/ocr/log_info.log +++ b/develop/logs/ocr/log_info.log @@ -9562,3 +9562,3466 @@ INFO [2024-03-15 21:25:30,015][] cn.jyjz.xiaoyao.common.task.register.Schedulin INFO [2024-03-15 21:25:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@7b02e94a] INFO [2024-03-15 21:25:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710509140003 INFO [2024-03-15 21:25:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@7b02e94a],耗时:0 毫秒 +INFO [2024-03-16 10:27:23,127][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 19800 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 10:27:23,128][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 10:27:23,195][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 10:27:32,377][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 10:27:32,380][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 10:27:32,542][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 142 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 10:27:33,540][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 10:27:33,543][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e92163d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 10:27:33,823][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 10:27:33,845][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@47a4eee2' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 10:27:33,851][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 10:27:34,277][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 10:27:34,288][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 10:27:34,289][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 10:27:34,290][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 10:27:34,968][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 10:27:34,968][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 11786 ms +INFO [2024-03-16 10:27:35,622][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 10:27:35,626][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 10:27:35,627][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 10:27:35,627][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 10:27:35,627][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 10:27:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:27:40,932][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556060932 +INFO [2024-03-16 10:27:40,932][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:921 毫秒 +INFO [2024-03-16 10:27:42,101][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 10:27:42,124][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 10:27:42,125][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 10:27:42,125][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 10:27:42,127][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 10:27:42,127][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 10:27:42,127][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 10:27:42,128][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3340ce58 +INFO [2024-03-16 10:27:42,936][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 10:27:43,436][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 10:27:43,555][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 10:27:43,723][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 10:27:43,805][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 10:27:43,858][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 10:27:43,907][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 10:27:43,907][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 10:27:43,907][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 10:27:43,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 10:27:43,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 10:27:43,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 10:27:43,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 10:27:43,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 10:27:43,915][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 10:27:43,918][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 10:27:43,921][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 10:27:43,924][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 10:27:43,927][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 10:27:45,134][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 10:27:45,625][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 10:27:45,709][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 10:27:45,948][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 10:27:46,101][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 10:27:46,103][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 10:27:47,371][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 10:27:47,479][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 10:27:47,481][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 10:27:47,632][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 10:27:47,727][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 10:27:47,728][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 10:27:47,733][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 10:27:48,139][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 10:27:48,433][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 10:27:48,434][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 10:27:48,676][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 10:27:48,783][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 10:27:48,924][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 10:27:49,007][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 10:27:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:27:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556070002 +INFO [2024-03-16 10:27:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:27:51,194][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@63513c1c, org.springframework.security.web.context.SecurityContextPersistenceFilter@521032a6, org.springframework.security.web.header.HeaderWriterFilter@1b87f7cd, org.springframework.security.web.authentication.logout.LogoutFilter@2cea41ab, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2e8417ea, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5988e36e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@253a8bdb, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@391dfe7c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5b256ab5, org.springframework.security.web.session.SessionManagementFilter@ac6da02, org.springframework.security.web.access.ExceptionTranslationFilter@1b7648f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6915b614] +INFO [2024-03-16 10:27:52,363][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 10:27:52,387][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 10:27:52,387][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 10:27:52,496][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 109 ms +INFO [2024-03-16 10:27:52,497][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 10:27:54,202][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 10:27:54,202][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 10:27:54,221][] org.springframework.boot.StartupInfoLogger:61 - Started App in 32.093 seconds (JVM running for 34.042) +INFO [2024-03-16 10:28:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556080010 +INFO [2024-03-16 10:28:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:28:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556090004 +INFO [2024-03-16 10:28:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:28:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556100012 +INFO [2024-03-16 10:28:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:28:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556110014 +INFO [2024-03-16 10:28:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:28:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556120009 +INFO [2024-03-16 10:28:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:28:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:28:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556130010 +INFO [2024-03-16 10:28:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556140003 +INFO [2024-03-16 10:29:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:10,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:10,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556150000 +INFO [2024-03-16 10:29:10,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556160003 +INFO [2024-03-16 10:29:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556170011 +INFO [2024-03-16 10:29:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556180007 +INFO [2024-03-16 10:29:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:29:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:29:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556190014 +INFO [2024-03-16 10:29:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:30:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556200007 +INFO [2024-03-16 10:30:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:30:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556210016 +INFO [2024-03-16 10:30:10,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:30:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556220014 +INFO [2024-03-16 10:30:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:30:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556230003 +INFO [2024-03-16 10:30:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:30:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556240001 +INFO [2024-03-16 10:30:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:30:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:30:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556250002 +INFO [2024-03-16 10:30:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556260011 +INFO [2024-03-16 10:31:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556270012 +INFO [2024-03-16 10:31:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556280013 +INFO [2024-03-16 10:31:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556290014 +INFO [2024-03-16 10:31:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556300013 +INFO [2024-03-16 10:31:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:31:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:31:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556310002 +INFO [2024-03-16 10:31:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556320007 +INFO [2024-03-16 10:32:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556330015 +INFO [2024-03-16 10:32:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556340007 +INFO [2024-03-16 10:32:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556350013 +INFO [2024-03-16 10:32:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556360005 +INFO [2024-03-16 10:32:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:32:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:32:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556370014 +INFO [2024-03-16 10:32:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:33:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:33:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556380002 +INFO [2024-03-16 10:33:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:33:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:33:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556390009 +INFO [2024-03-16 10:33:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:33:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:33:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556400010 +INFO [2024-03-16 10:33:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:33:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:33:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556410011 +INFO [2024-03-16 10:33:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:33:31,250][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 10:33:31,250][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 10:33:31,253][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 3 ms +INFO [2024-03-16 10:33:52,695][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:33:52,695][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556432695 +INFO [2024-03-16 10:33:52,695][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556440014 +INFO [2024-03-16 10:34:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556450013 +INFO [2024-03-16 10:34:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556460007 +INFO [2024-03-16 10:34:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556470005 +INFO [2024-03-16 10:34:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:40,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556480000 +INFO [2024-03-16 10:34:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:34:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:34:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556490010 +INFO [2024-03-16 10:34:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556500012 +INFO [2024-03-16 10:35:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556510016 +INFO [2024-03-16 10:35:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556520016 +INFO [2024-03-16 10:35:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556530009 +INFO [2024-03-16 10:35:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556540004 +INFO [2024-03-16 10:35:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:35:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:35:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556550012 +INFO [2024-03-16 10:35:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556560010 +INFO [2024-03-16 10:36:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556570010 +INFO [2024-03-16 10:36:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556580003 +INFO [2024-03-16 10:36:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556590016 +INFO [2024-03-16 10:36:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556600016 +INFO [2024-03-16 10:36:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:36:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:36:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556610007 +INFO [2024-03-16 10:36:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556620007 +INFO [2024-03-16 10:37:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556630002 +INFO [2024-03-16 10:37:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556640014 +INFO [2024-03-16 10:37:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556650016 +INFO [2024-03-16 10:37:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556660015 +INFO [2024-03-16 10:37:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:37:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:37:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556670005 +INFO [2024-03-16 10:37:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556680002 +INFO [2024-03-16 10:38:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556690015 +INFO [2024-03-16 10:38:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556700005 +INFO [2024-03-16 10:38:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556710014 +INFO [2024-03-16 10:38:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556720013 +INFO [2024-03-16 10:38:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:38:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:38:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556730009 +INFO [2024-03-16 10:38:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556740015 +INFO [2024-03-16 10:39:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556750009 +INFO [2024-03-16 10:39:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556760004 +INFO [2024-03-16 10:39:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556770002 +INFO [2024-03-16 10:39:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556780014 +INFO [2024-03-16 10:39:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:39:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:39:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556790001 +INFO [2024-03-16 10:39:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556800014 +INFO [2024-03-16 10:40:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556810013 +INFO [2024-03-16 10:40:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556820008 +INFO [2024-03-16 10:40:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556830013 +INFO [2024-03-16 10:40:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556840007 +INFO [2024-03-16 10:40:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:40:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:40:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556850011 +INFO [2024-03-16 10:40:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556860008 +INFO [2024-03-16 10:41:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556870012 +INFO [2024-03-16 10:41:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556880014 +INFO [2024-03-16 10:41:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556890008 +INFO [2024-03-16 10:41:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556900006 +INFO [2024-03-16 10:41:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:41:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:41:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556910010 +INFO [2024-03-16 10:41:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556920015 +INFO [2024-03-16 10:42:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556930006 +INFO [2024-03-16 10:42:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556940008 +INFO [2024-03-16 10:42:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556950014 +INFO [2024-03-16 10:42:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556960012 +INFO [2024-03-16 10:42:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:42:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:42:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556970005 +INFO [2024-03-16 10:42:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556980004 +INFO [2024-03-16 10:43:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710556990002 +INFO [2024-03-16 10:43:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557000008 +INFO [2024-03-16 10:43:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557010014 +INFO [2024-03-16 10:43:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557020015 +INFO [2024-03-16 10:43:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:43:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:43:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557030007 +INFO [2024-03-16 10:43:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557040007 +INFO [2024-03-16 10:44:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557050015 +INFO [2024-03-16 10:44:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557060010 +INFO [2024-03-16 10:44:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557070014 +INFO [2024-03-16 10:44:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557080014 +INFO [2024-03-16 10:44:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:44:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:44:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557090005 +INFO [2024-03-16 10:44:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:45:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557100016 +INFO [2024-03-16 10:45:00,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:45:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557110003 +INFO [2024-03-16 10:45:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:45:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557120014 +INFO [2024-03-16 10:45:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:45:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557130012 +INFO [2024-03-16 10:45:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:45:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557140011 +INFO [2024-03-16 10:45:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:45:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:45:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557150008 +INFO [2024-03-16 10:45:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557160008 +INFO [2024-03-16 10:46:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557170002 +INFO [2024-03-16 10:46:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557180008 +INFO [2024-03-16 10:46:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557190001 +INFO [2024-03-16 10:46:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557200001 +INFO [2024-03-16 10:46:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:46:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:46:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557210008 +INFO [2024-03-16 10:46:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:00,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:00,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557220000 +INFO [2024-03-16 10:47:00,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557230011 +INFO [2024-03-16 10:47:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557240011 +INFO [2024-03-16 10:47:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557250005 +INFO [2024-03-16 10:47:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557260016 +INFO [2024-03-16 10:47:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:47:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:47:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557270014 +INFO [2024-03-16 10:47:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:48:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557280012 +INFO [2024-03-16 10:48:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:48:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557290008 +INFO [2024-03-16 10:48:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:48:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557300015 +INFO [2024-03-16 10:48:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:48:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557310013 +INFO [2024-03-16 10:48:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:48:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557320008 +INFO [2024-03-16 10:48:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:48:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:48:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557330007 +INFO [2024-03-16 10:48:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557340003 +INFO [2024-03-16 10:49:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557350008 +INFO [2024-03-16 10:49:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557360012 +INFO [2024-03-16 10:49:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557370003 +INFO [2024-03-16 10:49:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557380007 +INFO [2024-03-16 10:49:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:49:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:49:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557390007 +INFO [2024-03-16 10:49:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557400011 +INFO [2024-03-16 10:50:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557410011 +INFO [2024-03-16 10:50:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557420010 +INFO [2024-03-16 10:50:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557430015 +INFO [2024-03-16 10:50:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557440012 +INFO [2024-03-16 10:50:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:50:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:50:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557450001 +INFO [2024-03-16 10:50:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557460010 +INFO [2024-03-16 10:51:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557470013 +INFO [2024-03-16 10:51:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557480007 +INFO [2024-03-16 10:51:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557490005 +INFO [2024-03-16 10:51:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557500006 +INFO [2024-03-16 10:51:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:51:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:51:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557510012 +INFO [2024-03-16 10:51:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557520014 +INFO [2024-03-16 10:52:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557530015 +INFO [2024-03-16 10:52:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:20,019][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:20,019][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557540019 +INFO [2024-03-16 10:52:20,019][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557550012 +INFO [2024-03-16 10:52:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557560001 +INFO [2024-03-16 10:52:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:52:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:52:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557570007 +INFO [2024-03-16 10:52:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557580014 +INFO [2024-03-16 10:53:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557590012 +INFO [2024-03-16 10:53:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557600014 +INFO [2024-03-16 10:53:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557610013 +INFO [2024-03-16 10:53:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557620008 +INFO [2024-03-16 10:53:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:53:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:53:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557630003 +INFO [2024-03-16 10:53:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557640003 +INFO [2024-03-16 10:54:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557650014 +INFO [2024-03-16 10:54:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557660005 +INFO [2024-03-16 10:54:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557670009 +INFO [2024-03-16 10:54:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557680015 +INFO [2024-03-16 10:54:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:54:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:54:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557690006 +INFO [2024-03-16 10:54:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557700015 +INFO [2024-03-16 10:55:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557710014 +INFO [2024-03-16 10:55:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557720015 +INFO [2024-03-16 10:55:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557730015 +INFO [2024-03-16 10:55:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557740004 +INFO [2024-03-16 10:55:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:55:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:55:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557750006 +INFO [2024-03-16 10:55:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557760002 +INFO [2024-03-16 10:56:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557770001 +INFO [2024-03-16 10:56:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557780001 +INFO [2024-03-16 10:56:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557790013 +INFO [2024-03-16 10:56:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557800012 +INFO [2024-03-16 10:56:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:56:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:56:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557810012 +INFO [2024-03-16 10:56:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:57:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557820014 +INFO [2024-03-16 10:57:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 10:57:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557830016 +INFO [2024-03-16 10:57:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:57:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557840001 +INFO [2024-03-16 10:57:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:57:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557850006 +INFO [2024-03-16 10:57:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:57:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557860014 +INFO [2024-03-16 10:57:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:57:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:57:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557870006 +INFO [2024-03-16 10:57:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557880007 +INFO [2024-03-16 10:58:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557890002 +INFO [2024-03-16 10:58:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557900016 +INFO [2024-03-16 10:58:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557910011 +INFO [2024-03-16 10:58:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557920011 +INFO [2024-03-16 10:58:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:58:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:58:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557930011 +INFO [2024-03-16 10:58:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557940001 +INFO [2024-03-16 10:59:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557950008 +INFO [2024-03-16 10:59:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:20,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557960006 +INFO [2024-03-16 10:59:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557970012 +INFO [2024-03-16 10:59:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557980011 +INFO [2024-03-16 10:59:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 10:59:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 10:59:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710557990013 +INFO [2024-03-16 10:59:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558000002 +INFO [2024-03-16 11:00:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558010006 +INFO [2024-03-16 11:00:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558020011 +INFO [2024-03-16 11:00:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558030015 +INFO [2024-03-16 11:00:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558040008 +INFO [2024-03-16 11:00:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:00:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:00:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558050012 +INFO [2024-03-16 11:00:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558060010 +INFO [2024-03-16 11:01:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558070016 +INFO [2024-03-16 11:01:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558080008 +INFO [2024-03-16 11:01:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558090004 +INFO [2024-03-16 11:01:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558100005 +INFO [2024-03-16 11:01:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:01:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:01:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558110008 +INFO [2024-03-16 11:01:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558120003 +INFO [2024-03-16 11:02:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558130004 +INFO [2024-03-16 11:02:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558140016 +INFO [2024-03-16 11:02:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558150001 +INFO [2024-03-16 11:02:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558160007 +INFO [2024-03-16 11:02:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:02:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:02:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558170009 +INFO [2024-03-16 11:02:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558180010 +INFO [2024-03-16 11:03:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558190008 +INFO [2024-03-16 11:03:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558200014 +INFO [2024-03-16 11:03:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558210003 +INFO [2024-03-16 11:03:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558220013 +INFO [2024-03-16 11:03:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:03:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:03:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558230010 +INFO [2024-03-16 11:03:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558240002 +INFO [2024-03-16 11:04:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558250005 +INFO [2024-03-16 11:04:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558260007 +INFO [2024-03-16 11:04:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:30,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:30,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558270017 +INFO [2024-03-16 11:04:30,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558280010 +INFO [2024-03-16 11:04:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:04:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:04:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558290005 +INFO [2024-03-16 11:04:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558300011 +INFO [2024-03-16 11:05:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558310010 +INFO [2024-03-16 11:05:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558320002 +INFO [2024-03-16 11:05:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558330002 +INFO [2024-03-16 11:05:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558340007 +INFO [2024-03-16 11:05:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:05:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:05:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558350002 +INFO [2024-03-16 11:05:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558360007 +INFO [2024-03-16 11:06:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558370014 +INFO [2024-03-16 11:06:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558380009 +INFO [2024-03-16 11:06:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558390011 +INFO [2024-03-16 11:06:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558400001 +INFO [2024-03-16 11:06:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:06:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:06:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558410011 +INFO [2024-03-16 11:06:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558420009 +INFO [2024-03-16 11:07:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558430002 +INFO [2024-03-16 11:07:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558440016 +INFO [2024-03-16 11:07:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558450009 +INFO [2024-03-16 11:07:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558460011 +INFO [2024-03-16 11:07:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:07:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:07:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558470010 +INFO [2024-03-16 11:07:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:08:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558480007 +INFO [2024-03-16 11:08:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:4 毫秒 +INFO [2024-03-16 11:08:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558490014 +INFO [2024-03-16 11:08:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:08:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558500003 +INFO [2024-03-16 11:08:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:08:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558510003 +INFO [2024-03-16 11:08:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:08:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558520007 +INFO [2024-03-16 11:08:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:08:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:08:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558530014 +INFO [2024-03-16 11:08:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558540008 +INFO [2024-03-16 11:09:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558550001 +INFO [2024-03-16 11:09:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558560016 +INFO [2024-03-16 11:09:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558570001 +INFO [2024-03-16 11:09:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558580005 +INFO [2024-03-16 11:09:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:09:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:09:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558590006 +INFO [2024-03-16 11:09:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558600007 +INFO [2024-03-16 11:10:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558610006 +INFO [2024-03-16 11:10:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558620015 +INFO [2024-03-16 11:10:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558630008 +INFO [2024-03-16 11:10:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558640006 +INFO [2024-03-16 11:10:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:10:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:10:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558650003 +INFO [2024-03-16 11:10:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 11:11:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558660004 +INFO [2024-03-16 11:11:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 11:11:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558670014 +INFO [2024-03-16 11:11:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:11:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558680015 +INFO [2024-03-16 11:11:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:11:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558690007 +INFO [2024-03-16 11:11:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:11:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558700008 +INFO [2024-03-16 11:11:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:11:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:11:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558710010 +INFO [2024-03-16 11:11:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558720011 +INFO [2024-03-16 11:12:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558730011 +INFO [2024-03-16 11:12:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558740014 +INFO [2024-03-16 11:12:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558750009 +INFO [2024-03-16 11:12:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558760011 +INFO [2024-03-16 11:12:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:12:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:12:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558770001 +INFO [2024-03-16 11:12:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558780003 +INFO [2024-03-16 11:13:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558790006 +INFO [2024-03-16 11:13:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558800004 +INFO [2024-03-16 11:13:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558810001 +INFO [2024-03-16 11:13:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558820010 +INFO [2024-03-16 11:13:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:13:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:13:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558830011 +INFO [2024-03-16 11:13:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558840005 +INFO [2024-03-16 11:14:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558850005 +INFO [2024-03-16 11:14:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558860016 +INFO [2024-03-16 11:14:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558870008 +INFO [2024-03-16 11:14:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558880012 +INFO [2024-03-16 11:14:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:14:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:14:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558890011 +INFO [2024-03-16 11:14:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:15:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558900003 +INFO [2024-03-16 11:15:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:15:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:10,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558910017 +INFO [2024-03-16 11:15:10,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:15:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558920013 +INFO [2024-03-16 11:15:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:15:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558930008 +INFO [2024-03-16 11:15:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 11:15:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558940014 +INFO [2024-03-16 11:15:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:15:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:15:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558950004 +INFO [2024-03-16 11:15:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558960001 +INFO [2024-03-16 11:16:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558970005 +INFO [2024-03-16 11:16:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558980004 +INFO [2024-03-16 11:16:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710558990011 +INFO [2024-03-16 11:16:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559000010 +INFO [2024-03-16 11:16:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:16:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:16:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559010003 +INFO [2024-03-16 11:16:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:00,065][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:00,065][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559020065 +INFO [2024-03-16 11:17:00,065][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559030007 +INFO [2024-03-16 11:17:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559040002 +INFO [2024-03-16 11:17:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559050013 +INFO [2024-03-16 11:17:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559060015 +INFO [2024-03-16 11:17:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:17:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:17:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559070007 +INFO [2024-03-16 11:17:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:00,028][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:00,028][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559080028 +INFO [2024-03-16 11:18:00,028][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559090013 +INFO [2024-03-16 11:18:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:20,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559100017 +INFO [2024-03-16 11:18:20,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:30,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:30,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559110017 +INFO [2024-03-16 11:18:30,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559120011 +INFO [2024-03-16 11:18:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:18:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:18:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559130008 +INFO [2024-03-16 11:18:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559140016 +INFO [2024-03-16 11:19:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559150013 +INFO [2024-03-16 11:19:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559160001 +INFO [2024-03-16 11:19:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559170016 +INFO [2024-03-16 11:19:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559180011 +INFO [2024-03-16 11:19:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:19:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:19:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559190002 +INFO [2024-03-16 11:19:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559200013 +INFO [2024-03-16 11:20:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559210014 +INFO [2024-03-16 11:20:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559220011 +INFO [2024-03-16 11:20:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559230009 +INFO [2024-03-16 11:20:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559240015 +INFO [2024-03-16 11:20:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:20:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:20:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559250011 +INFO [2024-03-16 11:20:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559260001 +INFO [2024-03-16 11:21:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559270001 +INFO [2024-03-16 11:21:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559280012 +INFO [2024-03-16 11:21:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559290001 +INFO [2024-03-16 11:21:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559300004 +INFO [2024-03-16 11:21:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:21:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:21:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559310015 +INFO [2024-03-16 11:21:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559320007 +INFO [2024-03-16 11:22:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559330002 +INFO [2024-03-16 11:22:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559340015 +INFO [2024-03-16 11:22:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559350009 +INFO [2024-03-16 11:22:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559360009 +INFO [2024-03-16 11:22:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:22:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:22:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559370007 +INFO [2024-03-16 11:22:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559380010 +INFO [2024-03-16 11:23:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559390007 +INFO [2024-03-16 11:23:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:20,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559400000 +INFO [2024-03-16 11:23:20,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559410008 +INFO [2024-03-16 11:23:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559420016 +INFO [2024-03-16 11:23:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:23:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:23:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559430011 +INFO [2024-03-16 11:23:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559440002 +INFO [2024-03-16 11:24:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559450015 +INFO [2024-03-16 11:24:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559460011 +INFO [2024-03-16 11:24:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559470013 +INFO [2024-03-16 11:24:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559480009 +INFO [2024-03-16 11:24:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:24:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:24:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559490015 +INFO [2024-03-16 11:24:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559500007 +INFO [2024-03-16 11:25:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559510008 +INFO [2024-03-16 11:25:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559520004 +INFO [2024-03-16 11:25:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559530002 +INFO [2024-03-16 11:25:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559540002 +INFO [2024-03-16 11:25:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:25:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:25:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559550013 +INFO [2024-03-16 11:25:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559560009 +INFO [2024-03-16 11:26:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559570014 +INFO [2024-03-16 11:26:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559580007 +INFO [2024-03-16 11:26:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559590004 +INFO [2024-03-16 11:26:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559600004 +INFO [2024-03-16 11:26:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:26:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:26:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559610006 +INFO [2024-03-16 11:26:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559620014 +INFO [2024-03-16 11:27:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559630013 +INFO [2024-03-16 11:27:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559640002 +INFO [2024-03-16 11:27:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559650003 +INFO [2024-03-16 11:27:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559660014 +INFO [2024-03-16 11:27:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:27:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:27:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559670006 +INFO [2024-03-16 11:27:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559680014 +INFO [2024-03-16 11:28:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559690003 +INFO [2024-03-16 11:28:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559700008 +INFO [2024-03-16 11:28:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559710001 +INFO [2024-03-16 11:28:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559720014 +INFO [2024-03-16 11:28:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:28:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:28:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559730012 +INFO [2024-03-16 11:28:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:00,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:00,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559740000 +INFO [2024-03-16 11:29:00,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559750003 +INFO [2024-03-16 11:29:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559760002 +INFO [2024-03-16 11:29:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559770014 +INFO [2024-03-16 11:29:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559780003 +INFO [2024-03-16 11:29:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:29:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:29:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559790003 +INFO [2024-03-16 11:29:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559800002 +INFO [2024-03-16 11:30:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559810009 +INFO [2024-03-16 11:30:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559820010 +INFO [2024-03-16 11:30:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559830005 +INFO [2024-03-16 11:30:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559840013 +INFO [2024-03-16 11:30:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:30:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:30:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559850007 +INFO [2024-03-16 11:30:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559860010 +INFO [2024-03-16 11:31:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559870013 +INFO [2024-03-16 11:31:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559880013 +INFO [2024-03-16 11:31:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559890002 +INFO [2024-03-16 11:31:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559900016 +INFO [2024-03-16 11:31:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:31:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:31:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559910008 +INFO [2024-03-16 11:31:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559920016 +INFO [2024-03-16 11:32:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559930014 +INFO [2024-03-16 11:32:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559940005 +INFO [2024-03-16 11:32:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559950003 +INFO [2024-03-16 11:32:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559960014 +INFO [2024-03-16 11:32:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:32:50,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:32:50,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559970000 +INFO [2024-03-16 11:32:50,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:33:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559980012 +INFO [2024-03-16 11:33:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:33:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710559990016 +INFO [2024-03-16 11:33:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:33:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560000004 +INFO [2024-03-16 11:33:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:33:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560010008 +INFO [2024-03-16 11:33:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:33:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560020006 +INFO [2024-03-16 11:33:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 11:33:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:33:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560030009 +INFO [2024-03-16 11:33:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560040005 +INFO [2024-03-16 11:34:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560050014 +INFO [2024-03-16 11:34:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560060007 +INFO [2024-03-16 11:34:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560070014 +INFO [2024-03-16 11:34:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560080009 +INFO [2024-03-16 11:34:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:34:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:34:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560090007 +INFO [2024-03-16 11:34:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:35:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:35:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560100011 +INFO [2024-03-16 11:35:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:35:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:35:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560110004 +INFO [2024-03-16 11:35:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:35:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560120011 +INFO [2024-03-16 11:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:0 毫秒 +INFO [2024-03-16 11:35:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411] +INFO [2024-03-16 11:35:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560130008 +INFO [2024-03-16 11:35:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d371411],耗时:1 毫秒 +INFO [2024-03-16 11:35:34,515][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 11:35:35,093][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 11:35:35,093][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 11:35:35,093][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 11:35:35,093][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 11:35:35,103][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 11:35:35,128][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 11:35:35,129][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 11:35:35,129][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 11:35:35,131][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 11:35:35,131][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 11:36:03,859][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 11:36:03,861][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 31536 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 11:36:03,861][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 11:36:11,929][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 11:36:11,931][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 11:36:12,052][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 109 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 11:36:12,645][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:36:12,648][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e2a1e260] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:36:12,818][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:36:12,845][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3f857e08' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:36:12,851][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:36:13,305][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 11:36:13,327][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:36:13,328][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 11:36:13,329][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 11:36:13,440][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 11:36:13,441][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 9520 ms +INFO [2024-03-16 11:36:14,042][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 11:36:14,048][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 11:36:14,048][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 11:36:14,048][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 11:36:14,049][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 11:36:19,577][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 11:36:19,592][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 11:36:19,592][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 11:36:19,593][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 11:36:19,593][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 11:36:19,594][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 11:36:19,594][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 11:36:19,594][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@32298473 +INFO [2024-03-16 11:36:19,947][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:36:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630] +INFO [2024-03-16 11:36:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560180013 +INFO [2024-03-16 11:36:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630],耗时:0 毫秒 +INFO [2024-03-16 11:36:20,394][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 11:36:20,531][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:36:20,683][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:36:20,742][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:36:20,811][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:36:20,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:36:20,847][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:36:20,852][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:36:20,855][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:36:20,858][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:36:20,861][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:36:20,863][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:36:21,986][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:36:22,432][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 11:36:22,546][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 11:36:22,771][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:36:22,950][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 11:36:22,952][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:36:24,623][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 11:36:24,791][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 11:36:24,792][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:36:24,958][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 11:36:25,036][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 11:36:25,037][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:36:25,044][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 11:36:25,468][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 11:36:25,545][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 11:36:25,547][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:36:25,909][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 11:36:26,001][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 11:36:26,133][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 11:36:26,205][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 11:36:28,194][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@53791a39, org.springframework.security.web.context.SecurityContextPersistenceFilter@5ed6a36a, org.springframework.security.web.header.HeaderWriterFilter@40a360e6, org.springframework.security.web.authentication.logout.LogoutFilter@6d13cd6d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6b78cbee, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@172f2717, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b7648f, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@87220f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@57629340, org.springframework.security.web.session.SessionManagementFilter@378456cb, org.springframework.security.web.access.ExceptionTranslationFilter@2292e793, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@50c20b15] +INFO [2024-03-16 11:36:29,224][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:36:29,249][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:36:29,249][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:36:29,361][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 112 ms +INFO [2024-03-16 11:36:29,362][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 11:36:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630] +INFO [2024-03-16 11:36:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560190015 +INFO [2024-03-16 11:36:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630],耗时:0 毫秒 +INFO [2024-03-16 11:36:30,817][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 11:36:30,818][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 11:36:30,832][] org.springframework.boot.StartupInfoLogger:61 - Started App in 27.655 seconds (JVM running for 29.617) +INFO [2024-03-16 11:36:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630] +INFO [2024-03-16 11:36:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560200009 +INFO [2024-03-16 11:36:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630],耗时:0 毫秒 +INFO [2024-03-16 11:36:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630] +INFO [2024-03-16 11:36:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560210002 +INFO [2024-03-16 11:36:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@49e37630],耗时:0 毫秒 +INFO [2024-03-16 11:36:56,048][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 11:37:06,996][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 20568 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 11:37:06,997][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 11:37:06,998][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 11:37:09,122][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 11:37:09,124][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 11:37:09,215][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 78 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 11:37:10,024][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:37:10,030][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fbe09e55] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:37:10,185][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:37:10,214][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@36f6e521' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:37:10,221][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:37:10,561][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 11:37:10,571][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:37:10,572][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 11:37:10,572][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 11:37:10,661][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 11:37:10,662][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3623 ms +INFO [2024-03-16 11:37:11,176][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 11:37:11,182][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 11:37:11,182][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 11:37:11,182][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 11:37:11,183][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 11:37:15,718][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 11:37:15,731][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 11:37:15,731][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 11:37:15,732][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 11:37:15,732][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 11:37:15,733][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 11:37:15,733][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 11:37:15,733][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3340ce58 +INFO [2024-03-16 11:37:16,037][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:37:16,457][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 11:37:16,552][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:37:16,692][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:37:16,753][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:37:16,795][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:37:16,829][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 11:37:16,829][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:37:16,829][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:37:16,830][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:37:16,830][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:37:16,830][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:37:16,830][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:37:16,830][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:37:16,835][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:37:16,837][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:37:16,840][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:37:16,844][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:37:16,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:37:17,853][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:37:18,312][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 11:37:18,397][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 11:37:18,636][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:37:18,814][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 11:37:18,816][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:37:19,846][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 11:37:19,973][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 11:37:19,974][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:37:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:37:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560240009 +INFO [2024-03-16 11:37:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:37:20,145][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 11:37:20,253][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 11:37:20,254][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:37:20,260][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 11:37:20,665][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 11:37:20,763][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 11:37:20,764][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:37:21,085][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 11:37:21,192][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 11:37:21,349][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 11:37:21,469][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 11:37:23,492][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4676fcd9, org.springframework.security.web.context.SecurityContextPersistenceFilter@ca31ad7, org.springframework.security.web.header.HeaderWriterFilter@bda4cbe, org.springframework.security.web.authentication.logout.LogoutFilter@f8b6743, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7e7ee3b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@768d8a25, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6c4f48e2, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@474619d9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2975715, org.springframework.security.web.session.SessionManagementFilter@3bbc8c82, org.springframework.security.web.access.ExceptionTranslationFilter@761d3c20, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@57629340] +INFO [2024-03-16 11:37:24,438][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:37:24,460][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:37:24,461][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:37:24,561][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 100 ms +INFO [2024-03-16 11:37:24,561][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 11:37:25,906][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 11:37:25,906][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 11:37:25,923][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.605 seconds (JVM running for 21.175) +INFO [2024-03-16 11:37:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:37:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560250016 +INFO [2024-03-16 11:37:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:37:36,998][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 11:37:36,998][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 11:37:37,000][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 11:37:39,586][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjIwNTk0MzUsImlzc3VlZEF0IjoxNzEwNTYwMjU4OTk1LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiJiN2U4OTk5ZTI3YjIzMDcxYmQyMzYxYzUwOGFlM2Y2NyIsInRva2VudXVpZCI6IjcyMDJkOTQ0NjljODQxNzQ5MDlhMzYyNWQyNjBkNDdjIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjIwNTksImlhdCI6MTcxMDU2MDI1OH0.ioEN8kul_Q_8GaMERl1XMcH1evH_v37-zreXGePGaYw +INFO [2024-03-16 11:37:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:37:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560260014 +INFO [2024-03-16 11:37:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:3 毫秒 +INFO [2024-03-16 11:37:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:37:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560270007 +INFO [2024-03-16 11:37:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560280003 +INFO [2024-03-16 11:38:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560290010 +INFO [2024-03-16 11:38:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560300016 +INFO [2024-03-16 11:38:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560310010 +INFO [2024-03-16 11:38:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:40,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560320000 +INFO [2024-03-16 11:38:40,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:38:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:38:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560330013 +INFO [2024-03-16 11:38:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560340002 +INFO [2024-03-16 11:39:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560350008 +INFO [2024-03-16 11:39:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560360016 +INFO [2024-03-16 11:39:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:30,873][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:30,873][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560370873 +INFO [2024-03-16 11:39:30,873][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560380008 +INFO [2024-03-16 11:39:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:39:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:39:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560390008 +INFO [2024-03-16 11:39:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560400010 +INFO [2024-03-16 11:40:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560410014 +INFO [2024-03-16 11:40:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560420008 +INFO [2024-03-16 11:40:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560430008 +INFO [2024-03-16 11:40:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:44,370][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:44,371][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560444371 +INFO [2024-03-16 11:40:44,371][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:40:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:40:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560450012 +INFO [2024-03-16 11:40:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560460016 +INFO [2024-03-16 11:41:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560470015 +INFO [2024-03-16 11:41:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:18,014][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjIyNzgwMTMsImlzc3VlZEF0IjoxNzEwNTYwNDc4MDExLCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiJlN2Y4NTYwYTVjYzA1YWJkZTM3NzZlODUyODBkNWE3MiIsInRva2VudXVpZCI6IjQyMmMxYTA3ZGFkZTRhZTRhZWQwZGJmZGRhMmY5M2Y4IiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjIyNzgsImlhdCI6MTcxMDU2MDQ3OH0.XxO9z5iAIReUlxWirCvc9YhzDQ9XVluy4ENIz6JyZG0 +INFO [2024-03-16 11:41:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560480001 +INFO [2024-03-16 11:41:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560490007 +INFO [2024-03-16 11:41:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560500005 +INFO [2024-03-16 11:41:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:41:50,288][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:41:50,288][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560510288 +INFO [2024-03-16 11:41:50,289][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:1 毫秒 +INFO [2024-03-16 11:42:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560520005 +INFO [2024-03-16 11:42:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:42:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560530002 +INFO [2024-03-16 11:42:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:42:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560540014 +INFO [2024-03-16 11:42:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:42:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560550011 +INFO [2024-03-16 11:42:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:1 毫秒 +INFO [2024-03-16 11:42:42,536][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:47,832][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560567832 +INFO [2024-03-16 11:42:47,833][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:1 毫秒 +INFO [2024-03-16 11:42:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:42:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560570002 +INFO [2024-03-16 11:42:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560580009 +INFO [2024-03-16 11:43:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:10,768][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:10,769][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560590769 +INFO [2024-03-16 11:43:10,769][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560600012 +INFO [2024-03-16 11:43:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560610002 +INFO [2024-03-16 11:43:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560620005 +INFO [2024-03-16 11:43:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:43:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:43:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560630003 +INFO [2024-03-16 11:43:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:44:01,169][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:44:01,169][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560641169 +INFO [2024-03-16 11:44:01,169][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:44:27,072][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:44:27,073][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560667073 +INFO [2024-03-16 11:44:27,073][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:44:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:44:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560670008 +INFO [2024-03-16 11:44:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:44:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:44:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560680016 +INFO [2024-03-16 11:44:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:1 毫秒 +INFO [2024-03-16 11:44:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:44:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560690007 +INFO [2024-03-16 11:44:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560700016 +INFO [2024-03-16 11:45:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560710009 +INFO [2024-03-16 11:45:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560720005 +INFO [2024-03-16 11:45:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560730008 +INFO [2024-03-16 11:45:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560740004 +INFO [2024-03-16 11:45:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:45:50,424][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:45:50,424][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560750424 +INFO [2024-03-16 11:45:50,425][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:1 毫秒 +INFO [2024-03-16 11:46:06,300][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:46:06,301][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560766301 +INFO [2024-03-16 11:46:06,301][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:0 毫秒 +INFO [2024-03-16 11:48:24,904][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6] +INFO [2024-03-16 11:48:24,905][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560904905 +INFO [2024-03-16 11:48:24,966][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@43c9a6b6],耗时:61 毫秒 +INFO [2024-03-16 11:48:43,766][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 11:48:43,770][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 13396 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 11:48:43,771][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 11:48:49,001][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 11:48:49,002][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 11:48:49,093][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 77 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 11:48:49,673][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:48:49,676][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4dab2ae9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:48:49,790][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:48:49,815][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@36ad229b' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:48:49,820][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:48:50,131][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 11:48:50,141][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:48:50,143][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 11:48:50,143][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 11:48:50,220][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 11:48:50,220][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 6402 ms +INFO [2024-03-16 11:48:50,666][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 11:48:50,671][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 11:48:50,671][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 11:48:50,671][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 11:48:50,671][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 11:48:55,488][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 11:48:55,504][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 11:48:55,504][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 11:48:55,505][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 11:48:55,506][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 11:48:55,506][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 11:48:55,506][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 11:48:55,506][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5a57cf90 +INFO [2024-03-16 11:48:55,868][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:48:56,377][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 11:48:56,482][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:48:56,624][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:48:56,691][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:48:56,747][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:48:56,791][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:48:56,792][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:48:56,797][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:48:56,800][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:48:56,803][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:48:56,806][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:48:56,809][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:48:57,885][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:48:58,286][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 11:48:58,360][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 11:48:58,563][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:48:58,719][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 11:48:58,720][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:48:59,662][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 11:48:59,770][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 11:48:59,772][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:48:59,921][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 11:49:00,006][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 11:49:00,007][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:49:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560940009 +INFO [2024-03-16 11:49:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:49:00,016][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 11:49:00,413][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 11:49:00,491][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 11:49:00,493][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:49:00,730][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 11:49:00,826][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 11:49:00,958][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 11:49:01,051][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 11:49:02,906][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@28f5a003, org.springframework.security.web.context.SecurityContextPersistenceFilter@378456cb, org.springframework.security.web.header.HeaderWriterFilter@2292e793, org.springframework.security.web.authentication.logout.LogoutFilter@24032706, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1a920154, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2591477f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64a74723, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@702cfbde, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3220ffb, org.springframework.security.web.session.SessionManagementFilter@40a360e6, org.springframework.security.web.access.ExceptionTranslationFilter@524945e2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@254a9f65] +INFO [2024-03-16 11:49:03,824][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:49:03,850][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:49:03,850][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:49:03,953][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 103 ms +INFO [2024-03-16 11:49:03,953][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 11:49:05,361][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 11:49:05,362][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 11:49:05,411][] org.springframework.boot.StartupInfoLogger:61 - Started App in 22.412 seconds (JVM running for 23.807) +INFO [2024-03-16 11:49:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560950008 +INFO [2024-03-16 11:49:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:49:15,831][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 11:49:15,831][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 11:49:15,833][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 11:49:17,613][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjI3NTc1NzAsImlzc3VlZEF0IjoxNzEwNTYwOTU3MzQ4LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI4ZjdlODljNjQyNDA2MWNjYjAwZTc5NzBkMGY1ZTQ2MiIsInRva2VudXVpZCI6IjRiOTY0MjIzMmMyNzRkNDBhN2JkM2M3MDA3YjM3OGZiIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjI3NTcsImlhdCI6MTcxMDU2MDk1N30.ROwws7zZ5XUZ1oDKk8Mh7IHgW-ICm1hJvA_8UZQc3Aw +INFO [2024-03-16 11:49:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:20,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560960017 +INFO [2024-03-16 11:49:20,018][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:3 毫秒 +INFO [2024-03-16 11:49:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560970009 +INFO [2024-03-16 11:49:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:49:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:40,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560980005 +INFO [2024-03-16 11:49:40,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:49:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:49:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710560990007 +INFO [2024-03-16 11:49:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:00,087][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:00,088][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561000088 +INFO [2024-03-16 11:50:00,088][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561010008 +INFO [2024-03-16 11:50:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561020008 +INFO [2024-03-16 11:50:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561030005 +INFO [2024-03-16 11:50:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561040014 +INFO [2024-03-16 11:50:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:50:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:50:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561050003 +INFO [2024-03-16 11:50:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:51:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561060013 +INFO [2024-03-16 11:51:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:1 毫秒 +INFO [2024-03-16 11:51:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561070010 +INFO [2024-03-16 11:51:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:51:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561080005 +INFO [2024-03-16 11:51:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:51:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561090012 +INFO [2024-03-16 11:51:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:1 毫秒 +INFO [2024-03-16 11:51:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561100007 +INFO [2024-03-16 11:51:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:51:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:51:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561110007 +INFO [2024-03-16 11:51:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561120006 +INFO [2024-03-16 11:52:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561130004 +INFO [2024-03-16 11:52:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561140014 +INFO [2024-03-16 11:52:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:31,567][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:31,567][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561151567 +INFO [2024-03-16 11:52:31,567][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561160012 +INFO [2024-03-16 11:52:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:52:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:52:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561170004 +INFO [2024-03-16 11:52:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:53:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:53:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561180003 +INFO [2024-03-16 11:53:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:53:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:53:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561190002 +INFO [2024-03-16 11:53:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:53:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea] +INFO [2024-03-16 11:53:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561200013 +INFO [2024-03-16 11:53:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@59d396ea],耗时:0 毫秒 +INFO [2024-03-16 11:53:37,832][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 27416 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 11:53:37,833][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 11:53:37,837][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 11:53:39,760][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 11:53:39,762][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 11:53:39,852][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 78 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 11:53:40,392][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:53:40,395][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f5184dc3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:53:40,559][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:53:40,583][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@36f6e521' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:53:40,589][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:53:40,897][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 11:53:40,909][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:53:40,909][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 11:53:40,909][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 11:53:40,996][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 11:53:40,996][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3117 ms +INFO [2024-03-16 11:53:41,432][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 11:53:41,436][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 11:53:41,436][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 11:53:41,436][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 11:53:41,436][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 11:53:45,930][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 11:53:45,945][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 11:53:45,945][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 11:53:45,946][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 11:53:45,947][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 11:53:45,947][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 11:53:45,947][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 11:53:45,947][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@53432aef +INFO [2024-03-16 11:53:46,257][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:53:46,673][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 11:53:46,770][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:53:46,908][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:53:46,969][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:53:47,012][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:53:47,045][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 11:53:47,045][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:53:47,045][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:53:47,045][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:53:47,046][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:53:47,046][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:53:47,046][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:53:47,046][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:53:47,051][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:53:47,053][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:53:47,055][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:53:47,059][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:53:47,061][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:53:48,121][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:53:48,537][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 11:53:48,619][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 11:53:48,838][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:53:49,000][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 11:53:49,001][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:53:49,951][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 11:53:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:53:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561230009 +INFO [2024-03-16 11:53:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:53:50,062][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 11:53:50,064][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:53:50,229][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 11:53:50,323][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 11:53:50,324][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:53:50,332][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 11:53:50,754][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 11:53:50,845][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 11:53:50,846][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:53:51,074][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 11:53:51,184][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 11:53:51,336][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 11:53:51,429][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 11:53:53,282][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b6d9650, org.springframework.security.web.context.SecurityContextPersistenceFilter@761d3c20, org.springframework.security.web.header.HeaderWriterFilter@3d9dc84d, org.springframework.security.web.authentication.logout.LogoutFilter@2acbbee4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@57629340, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21a14c45, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6d13cd6d, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@391dfe7c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2287bbd1, org.springframework.security.web.session.SessionManagementFilter@676f70dc, org.springframework.security.web.access.ExceptionTranslationFilter@1150b923, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@61c946a0] +INFO [2024-03-16 11:53:54,168][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:53:54,190][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:53:54,190][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:53:54,299][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 109 ms +INFO [2024-03-16 11:53:54,299][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 11:53:55,839][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 11:53:55,839][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 11:53:55,854][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.748 seconds (JVM running for 19.937) +INFO [2024-03-16 11:54:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561240003 +INFO [2024-03-16 11:54:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:1 毫秒 +INFO [2024-03-16 11:54:03,838][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 11:54:03,839][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 11:54:03,842][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 3 ms +INFO [2024-03-16 11:54:05,867][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjMwNDU4MzAsImlzc3VlZEF0IjoxNzEwNTYxMjQ1NjA3LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI5MDc0N2I1Mzc2N2NlZTk1ZGI2MzcyMmUzZTgzYTIwYiIsInRva2VudXVpZCI6IjUwZGU4MDk1MTJhMTRhYTM4ZTRhZjE5NTc0MWQ3NzBjIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjMwNDUsImlhdCI6MTcxMDU2MTI0NX0.-UExv-QHF28w2Jv7IyL6E_mHMJIJGsnPjPfi0YnS6so +INFO [2024-03-16 11:54:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561250016 +INFO [2024-03-16 11:54:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:3 毫秒 +INFO [2024-03-16 11:54:22,160][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:22,160][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561262160 +INFO [2024-03-16 11:54:22,160][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:54:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561270003 +INFO [2024-03-16 11:54:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:54:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561280008 +INFO [2024-03-16 11:54:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:54:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:54:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561290008 +INFO [2024-03-16 11:54:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561300014 +INFO [2024-03-16 11:55:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561310008 +INFO [2024-03-16 11:55:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561320012 +INFO [2024-03-16 11:55:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561330012 +INFO [2024-03-16 11:55:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561340013 +INFO [2024-03-16 11:55:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:55:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:55:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561350006 +INFO [2024-03-16 11:55:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:56:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:56:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561360005 +INFO [2024-03-16 11:56:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:56:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:56:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561370009 +INFO [2024-03-16 11:56:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:56:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549] +INFO [2024-03-16 11:56:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561380011 +INFO [2024-03-16 11:56:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@4c682549],耗时:0 毫秒 +INFO [2024-03-16 11:56:22,472][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 11:56:23,127][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 11:56:23,127][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 11:56:23,127][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 11:56:23,128][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 11:56:23,134][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 11:56:23,152][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 11:56:23,153][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 11:56:23,153][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 11:56:23,170][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 11:56:23,170][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 11:56:34,702][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 11:56:34,703][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 27540 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 11:56:34,704][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 11:56:36,751][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 11:56:36,753][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 11:56:36,851][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 82 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 11:56:37,415][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:56:37,418][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$88a5c4d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:56:37,532][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:56:37,558][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@55846997' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:56:37,566][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 11:56:37,903][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 11:56:37,915][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:56:37,916][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 11:56:37,916][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 11:56:37,998][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 11:56:37,998][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3251 ms +INFO [2024-03-16 11:56:38,461][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 11:56:38,465][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 11:56:38,465][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 11:56:38,465][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 11:56:38,465][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 11:56:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:56:42,110][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561402110 +INFO [2024-03-16 11:56:42,111][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:2103 毫秒 +INFO [2024-03-16 11:56:43,102][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 11:56:43,116][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 11:56:43,116][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 11:56:43,117][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 11:56:43,118][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 11:56:43,118][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 11:56:43,118][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 11:56:43,118][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@b90c5a5 +INFO [2024-03-16 11:56:43,430][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:56:43,856][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 11:56:43,950][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:56:44,084][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:56:44,146][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:56:44,194][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 11:56:44,230][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 11:56:44,230][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:56:44,230][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:56:44,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:56:44,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:56:44,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:56:44,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:56:44,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:56:44,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:56:44,238][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:56:44,241][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:56:44,244][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:56:44,246][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:56:45,265][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 11:56:45,679][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 11:56:45,756][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 11:56:45,979][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 11:56:46,136][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 11:56:46,138][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 11:56:47,152][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 11:56:47,265][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 11:56:47,266][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 11:56:47,424][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 11:56:47,516][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 11:56:47,517][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 11:56:47,523][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 11:56:47,932][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 11:56:48,019][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 11:56:48,020][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 11:56:48,251][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 11:56:48,388][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 11:56:48,532][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 11:56:48,622][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 11:56:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:56:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561410006 +INFO [2024-03-16 11:56:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:56:50,443][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@41a6cd9e, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d9dc84d, org.springframework.security.web.header.HeaderWriterFilter@35ab83a7, org.springframework.security.web.authentication.logout.LogoutFilter@500d4de8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@415c5469, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52e2e426, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@72d2470, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@86377d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6915b614, org.springframework.security.web.session.SessionManagementFilter@1150b923, org.springframework.security.web.access.ExceptionTranslationFilter@5ed6a36a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7a7fdc1a] +INFO [2024-03-16 11:56:51,420][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 11:56:51,443][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:56:51,443][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 11:56:51,540][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 97 ms +INFO [2024-03-16 11:56:51,541][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 11:56:53,249][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 11:56:53,249][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 11:56:53,266][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.252 seconds (JVM running for 20.538) +INFO [2024-03-16 11:57:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561420004 +INFO [2024-03-16 11:57:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:57:02,473][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 11:57:02,473][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 11:57:02,475][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 11:57:04,527][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjMyMjQ0ODQsImlzc3VlZEF0IjoxNzEwNTYxNDI0MjYyLCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI3ZjRmOTg3OTQ0NDcyNzNkYzBmZGI1YjJlNTdkOTI1ZSIsInRva2VudXVpZCI6ImUzYzBkZDA1MDhlZjQzNTliZmIzMTQ3YWUzZWMyNmQwIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjMyMjQsImlhdCI6MTcxMDU2MTQyNH0.EQf2AU59ixUmBcSBid_LuihcI40l27hqheKXeIGpdBk +INFO [2024-03-16 11:57:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561430006 +INFO [2024-03-16 11:57:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:2 毫秒 +INFO [2024-03-16 11:57:20,247][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:20,248][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561440248 +INFO [2024-03-16 11:57:20,248][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:57:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561450008 +INFO [2024-03-16 11:57:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:57:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561460009 +INFO [2024-03-16 11:57:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:57:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:57:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561470004 +INFO [2024-03-16 11:57:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561480011 +INFO [2024-03-16 11:58:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:13,344][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:13,344][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561493344 +INFO [2024-03-16 11:58:13,344][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561500008 +INFO [2024-03-16 11:58:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561510002 +INFO [2024-03-16 11:58:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561520012 +INFO [2024-03-16 11:58:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:58:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:58:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561530002 +INFO [2024-03-16 11:58:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:59:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561540012 +INFO [2024-03-16 11:59:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:59:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561550002 +INFO [2024-03-16 11:59:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:1 毫秒 +INFO [2024-03-16 11:59:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561560008 +INFO [2024-03-16 11:59:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:59:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561570010 +INFO [2024-03-16 11:59:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:59:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561580016 +INFO [2024-03-16 11:59:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 11:59:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 11:59:50,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561590005 +INFO [2024-03-16 11:59:50,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:00:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561600004 +INFO [2024-03-16 12:00:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:00:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561610002 +INFO [2024-03-16 12:00:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:00:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561620015 +INFO [2024-03-16 12:00:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:00:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561630005 +INFO [2024-03-16 12:00:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:39,831][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:00:40,089][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:00:40,089][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561640089 +INFO [2024-03-16 12:00:40,089][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:00:40,376][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 12:00:40,376][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 12:00:40,377][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:00:40,377][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 12:00:40,388][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 12:00:40,390][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 12:00:40,391][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 12:00:40,391][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 12:00:40,396][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 12:00:40,397][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 12:00:51,576][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25532 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:00:51,577][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:00:51,582][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:00:53,518][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:00:53,520][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:00:53,611][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 78 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:00:54,176][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:00:54,179][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fbe09e55] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:00:54,293][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:00:54,319][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@60bf494c' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:00:54,325][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:00:54,697][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:00:54,708][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:00:54,708][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:00:54,709][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:00:54,794][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:00:54,794][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3174 ms +INFO [2024-03-16 12:00:55,249][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:00:55,253][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:00:55,254][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:00:55,254][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:00:55,254][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:00:59,959][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:00:59,972][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:00:59,973][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:00:59,973][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:00:59,974][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:00:59,974][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:00:59,974][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:00:59,974][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3340ce58 +INFO [2024-03-16 12:01:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561660014 +INFO [2024-03-16 12:01:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:01:00,287][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:01:00,717][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:01:00,811][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:01:00,948][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:01:01,011][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:01:01,053][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:01:01,085][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:01:01,085][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:01:01,085][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:01:01,085][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:01:01,086][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:01:01,086][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:01:01,086][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:01:01,086][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:01:01,091][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:01:01,093][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:01:01,096][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:01:01,098][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:01:01,100][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:01:02,102][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:01:02,502][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:01:02,574][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:01:02,764][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:01:02,907][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:01:02,908][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:01:03,911][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:01:04,022][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:01:04,024][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:01:04,167][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:01:04,248][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:01:04,249][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:01:04,255][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:01:04,637][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:01:04,713][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:01:04,714][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:01:04,933][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:01:05,049][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:01:05,184][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:01:05,261][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:01:07,214][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5d87c8af, org.springframework.security.web.context.SecurityContextPersistenceFilter@676f70dc, org.springframework.security.web.header.HeaderWriterFilter@1150b923, org.springframework.security.web.authentication.logout.LogoutFilter@4194a77f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3220ffb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@70c68e4e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@24032706, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@474619d9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66d9c846, org.springframework.security.web.session.SessionManagementFilter@3d9dc84d, org.springframework.security.web.access.ExceptionTranslationFilter@35ab83a7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7aa44fa2] +INFO [2024-03-16 12:01:08,141][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:01:08,166][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:01:08,166][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:01:08,277][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 111 ms +INFO [2024-03-16 12:01:08,278][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:01:09,579][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:01:09,580][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:01:09,859][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.985 seconds (JVM running for 20.213) +INFO [2024-03-16 12:01:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561670007 +INFO [2024-03-16 12:01:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:01:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561680009 +INFO [2024-03-16 12:01:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:01:28,218][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:01:28,219][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:01:28,221][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:01:29,929][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjM0ODk4OTEsImlzc3VlZEF0IjoxNzEwNTYxNjg5NjY1LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiIzZTY0NjM0MTk3MGJhMjI4NmJkNjE0NjYxMGU5NDE4MyIsInRva2VudXVpZCI6ImRjNjUwZTg1M2RlNTQ2YWQ4NzdjMzkwMWZlYWQwYzYxIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjM0ODksImlhdCI6MTcxMDU2MTY4OX0.1PtLPcZsA9jVMy_pfXiYj_pgKPo8RB6pFkpmhNLR-vo +INFO [2024-03-16 12:01:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561690015 +INFO [2024-03-16 12:01:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:3 毫秒 +INFO [2024-03-16 12:01:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561700003 +INFO [2024-03-16 12:01:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:01:54,222][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:01:54,223][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561714223 +INFO [2024-03-16 12:01:54,446][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:223 毫秒 +INFO [2024-03-16 12:02:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561720014 +INFO [2024-03-16 12:02:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:02:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561730003 +INFO [2024-03-16 12:02:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:02:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:20,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561740001 +INFO [2024-03-16 12:02:20,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:02:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561750013 +INFO [2024-03-16 12:02:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:02:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561760007 +INFO [2024-03-16 12:02:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:02:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:02:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561770010 +INFO [2024-03-16 12:02:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:03:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561780009 +INFO [2024-03-16 12:03:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:1 毫秒 +INFO [2024-03-16 12:03:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561790001 +INFO [2024-03-16 12:03:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:03:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:20,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561800006 +INFO [2024-03-16 12:03:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:03:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561810013 +INFO [2024-03-16 12:03:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:1 毫秒 +INFO [2024-03-16 12:03:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561820015 +INFO [2024-03-16 12:03:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:03:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:03:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561830010 +INFO [2024-03-16 12:03:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:04:00,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561840008 +INFO [2024-03-16 12:04:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:04:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561850003 +INFO [2024-03-16 12:04:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:04:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561860015 +INFO [2024-03-16 12:04:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:04:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561870008 +INFO [2024-03-16 12:04:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110] +INFO [2024-03-16 12:04:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561880002 +INFO [2024-03-16 12:04:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@2d534110],耗时:0 毫秒 +INFO [2024-03-16 12:04:42,116][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:04:42,572][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 12:04:42,572][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 12:04:42,572][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:04:42,578][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 12:04:42,591][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 12:04:42,595][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 12:04:42,596][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 12:04:42,596][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 12:04:42,602][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 12:04:42,602][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 12:04:54,873][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:04:54,876][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 31040 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:04:54,877][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:04:57,009][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:04:57,011][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:04:57,104][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 79 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:04:57,639][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:04:57,643][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$70db9d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:04:57,754][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:04:57,781][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@49671897' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:04:57,788][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:04:58,107][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:04:58,117][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:04:58,118][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:04:58,118][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:04:58,190][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:04:58,190][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3274 ms +INFO [2024-03-16 12:04:58,609][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:04:58,616][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:04:58,616][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:04:58,616][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:04:58,616][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:05:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:02,120][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561902120 +INFO [2024-03-16 12:05:02,120][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:2110 毫秒 +INFO [2024-03-16 12:05:03,097][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:05:03,112][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:05:03,112][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:05:03,113][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:05:03,114][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:05:03,114][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:05:03,114][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:05:03,114][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@53432aef +INFO [2024-03-16 12:05:03,419][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:05:03,846][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:05:03,942][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:05:04,078][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:05:04,142][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:05:04,188][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:05:04,221][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:05:04,221][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:05:04,222][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:05:04,227][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:05:04,229][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:05:04,232][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:05:04,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:05:04,237][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:05:05,252][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:05:05,673][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:05:05,759][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:05:05,989][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:05:06,176][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:05:06,177][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:05:07,207][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:05:07,325][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:05:07,326][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:05:07,505][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:05:07,608][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:05:07,609][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:05:07,614][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:05:08,048][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:05:08,147][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:05:08,148][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:05:08,382][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:05:08,505][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:05:08,689][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:05:08,777][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:05:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561910012 +INFO [2024-03-16 12:05:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:05:10,682][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4676fcd9, org.springframework.security.web.context.SecurityContextPersistenceFilter@ca31ad7, org.springframework.security.web.header.HeaderWriterFilter@bda4cbe, org.springframework.security.web.authentication.logout.LogoutFilter@f8b6743, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7e7ee3b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@768d8a25, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6c4f48e2, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@77998ea7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2975715, org.springframework.security.web.session.SessionManagementFilter@3bbc8c82, org.springframework.security.web.access.ExceptionTranslationFilter@761d3c20, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@57629340] +INFO [2024-03-16 12:05:11,682][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:05:11,706][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:05:11,707][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:05:11,807][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 100 ms +INFO [2024-03-16 12:05:11,808][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:05:13,115][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:05:13,116][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:05:13,316][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.198 seconds (JVM running for 20.357) +INFO [2024-03-16 12:05:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561920012 +INFO [2024-03-16 12:05:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:05:22,800][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:05:22,801][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:05:22,803][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:05:25,728][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjM3MjU2ODYsImlzc3VlZEF0IjoxNzEwNTYxOTI1NDY4LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI0ZDFkMTU4YjBiZjdhMjA2YmYwNmQ1Y2E3ODU0MDFjYyIsInRva2VudXVpZCI6Ijk3ZTZkMjM1ODAwMDRmNDNiNWVjYmIyNTQ1ZjU4NWRhIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjM3MjUsImlhdCI6MTcxMDU2MTkyNX0.que5j4E7tpwpj5TzxvgIGz_wu0p4cVVuxfnQHTMqV40 +INFO [2024-03-16 12:05:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561930012 +INFO [2024-03-16 12:05:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:2 毫秒 +INFO [2024-03-16 12:05:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561940013 +INFO [2024-03-16 12:05:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:05:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:05:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561950009 +INFO [2024-03-16 12:05:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561960016 +INFO [2024-03-16 12:06:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561970001 +INFO [2024-03-16 12:06:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:20,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561980016 +INFO [2024-03-16 12:06:20,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710561990008 +INFO [2024-03-16 12:06:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562000015 +INFO [2024-03-16 12:06:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:06:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:06:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562010001 +INFO [2024-03-16 12:06:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:07:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562020001 +INFO [2024-03-16 12:07:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:07:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562030008 +INFO [2024-03-16 12:07:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:07:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562040013 +INFO [2024-03-16 12:07:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:07:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:30,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562050005 +INFO [2024-03-16 12:07:30,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1 毫秒 +INFO [2024-03-16 12:07:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562060008 +INFO [2024-03-16 12:07:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:07:50,311][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:07:50,774][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562070774 +INFO [2024-03-16 12:07:51,432][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:658 毫秒 +INFO [2024-03-16 12:08:02,474][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:08:02,474][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562082474 +INFO [2024-03-16 12:08:03,928][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1454 毫秒 +INFO [2024-03-16 12:08:29,313][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:08:41,321][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562121321 +INFO [2024-03-16 12:08:41,322][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1 毫秒 +INFO [2024-03-16 12:09:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:09:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562150004 +INFO [2024-03-16 12:09:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:09:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:09:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562160009 +INFO [2024-03-16 12:09:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:09:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:09:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562170010 +INFO [2024-03-16 12:09:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:09:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:09:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562180016 +INFO [2024-03-16 12:09:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:0 毫秒 +INFO [2024-03-16 12:09:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:09:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562190009 +INFO [2024-03-16 12:09:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1 毫秒 +INFO [2024-03-16 12:10:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:10:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562200007 +INFO [2024-03-16 12:10:00,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1 毫秒 +INFO [2024-03-16 12:10:14,312][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718] +INFO [2024-03-16 12:10:14,312][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562214312 +INFO [2024-03-16 12:10:14,313][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@40a64718],耗时:1 毫秒 +INFO [2024-03-16 12:11:07,671][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:14:10,329][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25320 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:14:10,330][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:14:10,331][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:14:12,360][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:14:12,362][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:14:12,454][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 77 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:14:13,061][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:14:13,065][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fbe09e55] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:14:13,185][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:14:13,210][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@60bf494c' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:14:13,218][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:14:13,567][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:14:13,581][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:14:13,581][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:14:13,581][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:14:13,659][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:14:13,659][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3291 ms +INFO [2024-03-16 12:14:14,140][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:14:14,144][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:14:14,145][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:14:14,145][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:14:14,145][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:14:19,002][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:14:19,015][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:14:19,015][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:14:19,016][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:14:19,017][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:14:19,017][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:14:19,017][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:14:19,017][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3340ce58 +INFO [2024-03-16 12:14:19,330][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:14:19,752][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:14:19,867][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:14:20,009][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:14:20,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:14:20,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562460017 +INFO [2024-03-16 12:14:20,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:14:20,071][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:14:20,116][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:14:20,152][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:14:20,152][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:14:20,152][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:14:20,152][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:14:20,153][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:14:20,153][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:14:20,153][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:14:20,153][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:14:20,158][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:14:20,161][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:14:20,166][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:14:20,169][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:14:20,171][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:14:21,251][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:14:21,746][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:14:21,827][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:14:22,050][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:14:22,201][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:14:22,202][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:14:23,259][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:14:23,372][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:14:23,373][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:14:23,543][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:14:23,636][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:14:23,638][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:14:23,643][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:14:24,040][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:14:24,132][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:14:24,133][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:14:24,370][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:14:24,490][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:14:24,642][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:14:24,737][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:14:26,570][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2e8417ea, org.springframework.security.web.context.SecurityContextPersistenceFilter@70c68e4e, org.springframework.security.web.header.HeaderWriterFilter@5545137d, org.springframework.security.web.authentication.logout.LogoutFilter@834529e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2b6d9650, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@24032706, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3c55e9d4, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@474619d9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5f65a6d7, org.springframework.security.web.session.SessionManagementFilter@52e2e426, org.springframework.security.web.access.ExceptionTranslationFilter@24df4805, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5aef36a9] +INFO [2024-03-16 12:14:27,533][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:14:27,557][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:14:27,557][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:14:27,656][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 99 ms +INFO [2024-03-16 12:14:27,657][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:14:28,953][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:14:28,954][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:14:29,240][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.583 seconds (JVM running for 20.914) +INFO [2024-03-16 12:14:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:14:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562470015 +INFO [2024-03-16 12:14:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:14:36,641][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:14:36,641][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:14:36,643][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:14:38,548][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjQyNzg1MDksImlzc3VlZEF0IjoxNzEwNTYyNDc4Mjg4LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiJlYjQ5OTk2ZDNjZDI4MzkzZmZlZjA2ZDhlZmQwZWU4YiIsInRva2VudXVpZCI6ImY3YWU1NWY3M2U3NjQ2ZDE4MzBkOTYwMWEzM2MzN2ZlIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjQyNzgsImlhdCI6MTcxMDU2MjQ3OH0.vEWMxJ29XMCELxSswP0oH0xtjQzJAWDDvuG1l2eFhIA +INFO [2024-03-16 12:14:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:14:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562480006 +INFO [2024-03-16 12:14:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:3 毫秒 +INFO [2024-03-16 12:14:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:14:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562490013 +INFO [2024-03-16 12:14:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:15:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:15:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562500002 +INFO [2024-03-16 12:15:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:15:10,288][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:15:10,289][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562510289 +INFO [2024-03-16 12:15:10,289][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:15:22,495][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:15:22,496][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562522496 +INFO [2024-03-16 12:15:22,496][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:15:30,736][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:15:31,161][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562531161 +INFO [2024-03-16 12:15:31,400][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:664 毫秒 +INFO [2024-03-16 12:15:41,464][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:15:58,989][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562558989 +INFO [2024-03-16 12:15:58,990][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:1 毫秒 +INFO [2024-03-16 12:16:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562560006 +INFO [2024-03-16 12:16:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:16:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562570003 +INFO [2024-03-16 12:16:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:16:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562580008 +INFO [2024-03-16 12:16:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:16:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562590004 +INFO [2024-03-16 12:16:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:16:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562600015 +INFO [2024-03-16 12:16:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:16:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:16:50,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562610017 +INFO [2024-03-16 12:16:50,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:17:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562620002 +INFO [2024-03-16 12:17:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:1 毫秒 +INFO [2024-03-16 12:17:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562630014 +INFO [2024-03-16 12:17:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:17:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562640009 +INFO [2024-03-16 12:17:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:17:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562650007 +INFO [2024-03-16 12:17:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:17:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562660003 +INFO [2024-03-16 12:17:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:17:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:17:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562670011 +INFO [2024-03-16 12:17:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:00,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562680006 +INFO [2024-03-16 12:18:00,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562690014 +INFO [2024-03-16 12:18:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562700014 +INFO [2024-03-16 12:18:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562710003 +INFO [2024-03-16 12:18:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562720015 +INFO [2024-03-16 12:18:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:18:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:18:50,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562730016 +INFO [2024-03-16 12:18:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562740001 +INFO [2024-03-16 12:19:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562750012 +INFO [2024-03-16 12:19:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562760004 +INFO [2024-03-16 12:19:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562770011 +INFO [2024-03-16 12:19:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562780001 +INFO [2024-03-16 12:19:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:19:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:19:50,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562790016 +INFO [2024-03-16 12:19:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562800005 +INFO [2024-03-16 12:20:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:10,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562810014 +INFO [2024-03-16 12:20:10,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562820004 +INFO [2024-03-16 12:20:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562830011 +INFO [2024-03-16 12:20:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562840012 +INFO [2024-03-16 12:20:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:20:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:20:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562850004 +INFO [2024-03-16 12:20:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:21:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:21:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562860012 +INFO [2024-03-16 12:21:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:21:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:21:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562870011 +INFO [2024-03-16 12:21:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:21:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3] +INFO [2024-03-16 12:21:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562880015 +INFO [2024-03-16 12:21:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@587eb1b3],耗时:0 毫秒 +INFO [2024-03-16 12:21:32,525][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25360 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:21:32,526][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:21:32,528][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:21:34,473][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:21:34,474][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:21:34,567][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 80 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:21:35,110][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:21:35,113][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$902c712a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:21:35,224][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:21:35,251][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@805e72e' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:21:35,258][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:21:35,572][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:21:35,584][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:21:35,584][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:21:35,584][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:21:35,657][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:21:35,658][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3095 ms +INFO [2024-03-16 12:21:36,079][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:21:36,084][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:21:36,084][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:21:36,085][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:21:36,085][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:21:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:21:40,038][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562900038 +INFO [2024-03-16 12:21:40,038][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:25 毫秒 +INFO [2024-03-16 12:21:40,671][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:21:40,686][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:21:40,686][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:21:40,688][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:21:40,689][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:21:40,689][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:21:40,689][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:21:40,689][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5a57cf90 +INFO [2024-03-16 12:21:40,988][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:21:41,418][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:21:41,513][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:21:41,649][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:21:41,711][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:21:41,753][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:21:41,786][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:21:41,787][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:21:41,793][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:21:41,795][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:21:41,798][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:21:41,801][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:21:41,803][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:21:42,827][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:21:43,252][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:21:43,334][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:21:43,553][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:21:43,746][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:21:43,748][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:21:44,743][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:21:44,863][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:21:44,864][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:21:45,027][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:21:45,123][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:21:45,124][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:21:45,130][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:21:45,532][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:21:45,619][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:21:45,621][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:21:45,850][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:21:45,958][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:21:46,111][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:21:46,197][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:21:48,050][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2e8417ea, org.springframework.security.web.context.SecurityContextPersistenceFilter@70c68e4e, org.springframework.security.web.header.HeaderWriterFilter@5545137d, org.springframework.security.web.authentication.logout.LogoutFilter@834529e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2b6d9650, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@24032706, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3c55e9d4, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@87220f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5f65a6d7, org.springframework.security.web.session.SessionManagementFilter@52e2e426, org.springframework.security.web.access.ExceptionTranslationFilter@24df4805, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5aef36a9] +INFO [2024-03-16 12:21:48,938][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:21:48,963][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:21:48,964][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:21:49,071][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 107 ms +INFO [2024-03-16 12:21:49,071][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:21:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:21:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562910011 +INFO [2024-03-16 12:21:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:21:50,358][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:21:50,358][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:21:50,625][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.756 seconds (JVM running for 20.09) +INFO [2024-03-16 12:22:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562920002 +INFO [2024-03-16 12:22:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:1 毫秒 +INFO [2024-03-16 12:22:07,844][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:22:07,844][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:22:07,847][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 3 ms +INFO [2024-03-16 12:22:09,850][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjQ3Mjk4MDksImlzc3VlZEF0IjoxNzEwNTYyOTI5NTc0LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiIzOWY1NTlhZDc1ZGU1ZDI5OTUwMDg5ZmY2NWM2ZjI3ZiIsInRva2VudXVpZCI6IjA2YzQ1NjEzMjczODRkM2ZiYmU2YzU4MTRlY2MxNTljIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjQ3MjksImlhdCI6MTcxMDU2MjkyOX0.dHf8xPk1RiZgXdAw35pTf_qh2MUczM7WTS25dTrVZ40 +INFO [2024-03-16 12:22:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562930004 +INFO [2024-03-16 12:22:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:3 毫秒 +INFO [2024-03-16 12:22:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562940011 +INFO [2024-03-16 12:22:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:22:30,076][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:30,237][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562950237 +INFO [2024-03-16 12:22:30,414][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:177 毫秒 +INFO [2024-03-16 12:22:40,053][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:40,054][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562960054 +INFO [2024-03-16 12:22:40,054][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:22:50,286][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:22:56,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562976006 +INFO [2024-03-16 12:22:56,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:5720 毫秒 +INFO [2024-03-16 12:23:00,175][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:01,273][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562981273 +INFO [2024-03-16 12:23:01,274][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:575 毫秒 +INFO [2024-03-16 12:23:15,223][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:19,298][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710562999298 +INFO [2024-03-16 12:23:19,299][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:1 毫秒 +INFO [2024-03-16 12:23:21,510][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:21,511][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563001511 +INFO [2024-03-16 12:23:21,511][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:23:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563010003 +INFO [2024-03-16 12:23:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:23:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563020003 +INFO [2024-03-16 12:23:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:23:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:23:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563030010 +INFO [2024-03-16 12:23:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:24:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:24:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563040013 +INFO [2024-03-16 12:24:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:24:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:24:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563050011 +INFO [2024-03-16 12:24:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:1 毫秒 +INFO [2024-03-16 12:24:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:24:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563060013 +INFO [2024-03-16 12:24:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:24:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000] +INFO [2024-03-16 12:24:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563070006 +INFO [2024-03-16 12:24:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@85c4000],耗时:0 毫秒 +INFO [2024-03-16 12:24:39,664][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 12:24:49,983][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:24:49,988][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 31200 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:24:49,989][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:24:52,001][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:24:52,002][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:24:52,091][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 75 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:24:52,631][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:24:52,634][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$88a5c4d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:24:52,745][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:24:52,771][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@49671897' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:24:52,776][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:24:53,106][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:24:53,117][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:24:53,117][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:24:53,117][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:24:53,190][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:24:53,191][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3162 ms +INFO [2024-03-16 12:24:53,606][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:24:53,611][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:24:53,611][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:24:53,611][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:24:53,611][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:24:58,460][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:24:58,475][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:24:58,475][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:24:58,476][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:24:58,477][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:24:58,477][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:24:58,477][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:24:58,477][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@b90c5a5 +INFO [2024-03-16 12:24:58,793][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:24:59,212][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:24:59,306][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:24:59,446][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:24:59,512][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:24:59,556][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:24:59,589][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:24:59,590][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:24:59,595][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:24:59,598][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:24:59,602][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:24:59,605][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:24:59,607][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:25:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:00,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563100003 +INFO [2024-03-16 12:25:00,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:25:00,614][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:25:01,020][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:25:01,092][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:25:01,277][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:25:01,404][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:25:01,405][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:25:02,436][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:25:02,531][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:25:02,532][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:25:02,678][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:25:02,754][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:25:02,755][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:25:02,762][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:25:03,159][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:25:03,241][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:25:03,242][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:25:03,460][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:25:03,556][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:25:03,719][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:25:03,791][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:25:05,604][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5b256ab5, org.springframework.security.web.context.SecurityContextPersistenceFilter@45c73e09, org.springframework.security.web.header.HeaderWriterFilter@70c68e4e, org.springframework.security.web.authentication.logout.LogoutFilter@4c1c134, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5f65a6d7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@72d2470, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@834529e, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@86377d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a2cdba0, org.springframework.security.web.session.SessionManagementFilter@21a14c45, org.springframework.security.web.access.ExceptionTranslationFilter@52e2e426, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e0d6270] +INFO [2024-03-16 12:25:06,559][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:25:06,583][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:25:06,583][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:25:06,683][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 100 ms +INFO [2024-03-16 12:25:06,684][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:25:07,989][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:25:07,989][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:25:08,260][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.959 seconds (JVM running for 20.244) +INFO [2024-03-16 12:25:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563110012 +INFO [2024-03-16 12:25:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:25:17,671][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:25:17,671][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:25:17,673][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:25:19,396][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjQ5MTkzNTMsImlzc3VlZEF0IjoxNzEwNTYzMTE5MTIwLCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiJiNzgxMjk3OTExZGViZmI5NTYzOGUyMDM1MjQzYTkzMiIsInRva2VudXVpZCI6IjU4OTA5ZmI0ZTkwYjRmNzM4ZTFiNjIwMGU2MzNlZDhmIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjQ5MTksImlhdCI6MTcxMDU2MzExOX0.pfxWErJJ-w93VhJvF6At5oLIqw0k4wAnBbNv08p82FQ +INFO [2024-03-16 12:25:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563120007 +INFO [2024-03-16 12:25:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:3 毫秒 +INFO [2024-03-16 12:25:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563130011 +INFO [2024-03-16 12:25:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:25:41,500][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:43,220][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563143220 +INFO [2024-03-16 12:25:43,220][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:1719 毫秒 +INFO [2024-03-16 12:25:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:25:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563150014 +INFO [2024-03-16 12:25:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563160011 +INFO [2024-03-16 12:26:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563170003 +INFO [2024-03-16 12:26:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563180012 +INFO [2024-03-16 12:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563190015 +INFO [2024-03-16 12:26:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563200009 +INFO [2024-03-16 12:26:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:26:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:26:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563210007 +INFO [2024-03-16 12:26:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:27:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563220002 +INFO [2024-03-16 12:27:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:27:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563230013 +INFO [2024-03-16 12:27:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:27:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563240005 +INFO [2024-03-16 12:27:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:27:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563250008 +INFO [2024-03-16 12:27:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:1 毫秒 +INFO [2024-03-16 12:27:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563260002 +INFO [2024-03-16 12:27:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:1 毫秒 +INFO [2024-03-16 12:27:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:27:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563270015 +INFO [2024-03-16 12:27:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563280007 +INFO [2024-03-16 12:28:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563290010 +INFO [2024-03-16 12:28:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563300004 +INFO [2024-03-16 12:28:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:30,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:30,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563310000 +INFO [2024-03-16 12:28:30,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563320002 +INFO [2024-03-16 12:28:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:28:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:28:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563330010 +INFO [2024-03-16 12:28:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563340005 +INFO [2024-03-16 12:29:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563350011 +INFO [2024-03-16 12:29:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563360013 +INFO [2024-03-16 12:29:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563370013 +INFO [2024-03-16 12:29:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563380003 +INFO [2024-03-16 12:29:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:29:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:29:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563390015 +INFO [2024-03-16 12:29:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563400011 +INFO [2024-03-16 12:30:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563410004 +INFO [2024-03-16 12:30:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563420004 +INFO [2024-03-16 12:30:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563430007 +INFO [2024-03-16 12:30:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563440013 +INFO [2024-03-16 12:30:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:30:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:30:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563450001 +INFO [2024-03-16 12:30:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563460014 +INFO [2024-03-16 12:31:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563470007 +INFO [2024-03-16 12:31:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563480002 +INFO [2024-03-16 12:31:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563490002 +INFO [2024-03-16 12:31:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563500010 +INFO [2024-03-16 12:31:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:31:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:31:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563510001 +INFO [2024-03-16 12:31:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:32:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:00,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563520007 +INFO [2024-03-16 12:32:00,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:3 毫秒 +INFO [2024-03-16 12:32:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563530010 +INFO [2024-03-16 12:32:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:32:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563540015 +INFO [2024-03-16 12:32:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:32:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563550002 +INFO [2024-03-16 12:32:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:32:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563560007 +INFO [2024-03-16 12:32:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:32:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:32:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563570013 +INFO [2024-03-16 12:32:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:33:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563580014 +INFO [2024-03-16 12:33:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:33:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563590008 +INFO [2024-03-16 12:33:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:33:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563600012 +INFO [2024-03-16 12:33:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:1 毫秒 +INFO [2024-03-16 12:33:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563610003 +INFO [2024-03-16 12:33:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:33:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563620016 +INFO [2024-03-16 12:33:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:33:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:33:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563630006 +INFO [2024-03-16 12:33:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563640010 +INFO [2024-03-16 12:34:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563650016 +INFO [2024-03-16 12:34:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563660005 +INFO [2024-03-16 12:34:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563670012 +INFO [2024-03-16 12:34:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:40,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563680008 +INFO [2024-03-16 12:34:40,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:34:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:34:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563690006 +INFO [2024-03-16 12:34:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563700005 +INFO [2024-03-16 12:35:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:10,022][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:10,022][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563710022 +INFO [2024-03-16 12:35:10,022][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563720011 +INFO [2024-03-16 12:35:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563730011 +INFO [2024-03-16 12:35:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563740004 +INFO [2024-03-16 12:35:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:35:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:35:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563750014 +INFO [2024-03-16 12:35:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:00,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563760011 +INFO [2024-03-16 12:36:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563770010 +INFO [2024-03-16 12:36:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563780013 +INFO [2024-03-16 12:36:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563790014 +INFO [2024-03-16 12:36:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563800013 +INFO [2024-03-16 12:36:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:36:50,071][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:36:50,072][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563810072 +INFO [2024-03-16 12:36:50,072][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:37:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:37:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563820001 +INFO [2024-03-16 12:37:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:37:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:37:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563830003 +INFO [2024-03-16 12:37:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:37:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:37:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563840012 +INFO [2024-03-16 12:37:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:37:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4] +INFO [2024-03-16 12:37:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563850006 +INFO [2024-03-16 12:37:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@77be0dd4],耗时:0 毫秒 +INFO [2024-03-16 12:37:48,103][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 29520 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:37:48,102][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:37:48,104][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:37:50,087][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:37:50,089][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:37:50,180][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 78 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:37:50,721][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:37:50,724][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$88a5c4d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:37:50,854][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:37:50,885][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@55846997' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:37:50,893][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:37:51,219][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:37:51,229][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:37:51,229][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:37:51,230][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:37:51,310][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:37:51,310][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3168 ms +INFO [2024-03-16 12:37:51,746][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:37:51,750][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:37:51,751][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:37:51,751][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:37:51,751][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:37:56,433][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:37:56,448][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:37:56,448][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:37:56,449][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:37:56,449][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:37:56,449][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:37:56,450][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:37:56,450][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@b90c5a5 +INFO [2024-03-16 12:37:56,755][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:37:57,170][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:37:57,264][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:37:57,402][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:37:57,464][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:37:57,506][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:37:57,539][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:37:57,540][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:37:57,545][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:37:57,547][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:37:57,549][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:37:57,552][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:37:57,554][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:37:58,640][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:37:59,070][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:37:59,152][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:37:59,401][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:37:59,550][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:37:59,552][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:38:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:38:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563880013 +INFO [2024-03-16 12:38:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:38:00,598][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:38:00,709][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:38:00,711][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:38:00,873][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:38:00,964][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:38:00,965][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:38:00,970][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:38:01,370][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:38:01,455][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:38:01,456][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:38:01,709][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:38:01,835][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:38:01,995][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:38:02,198][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:38:04,118][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@67726dd1, org.springframework.security.web.context.SecurityContextPersistenceFilter@5545137d, org.springframework.security.web.header.HeaderWriterFilter@172f2717, org.springframework.security.web.authentication.logout.LogoutFilter@4f67d628, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@41a6cd9e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@ac6da02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3446ab40, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@86377d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@45c270f9, org.springframework.security.web.session.SessionManagementFilter@24df4805, org.springframework.security.web.access.ExceptionTranslationFilter@2591477f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5da20b76] +INFO [2024-03-16 12:38:05,026][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:38:05,052][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:38:05,052][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:38:05,155][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 103 ms +INFO [2024-03-16 12:38:05,156][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:38:06,441][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:38:06,442][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:38:06,459][] org.springframework.boot.StartupInfoLogger:61 - Started App in 18.991 seconds (JVM running for 20.38) +INFO [2024-03-16 12:38:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:38:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563890007 +INFO [2024-03-16 12:38:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:38:12,462][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:38:12,463][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:38:12,465][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:38:14,490][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjU2OTQ0NTIsImlzc3VlZEF0IjoxNzEwNTYzODk0MjI4LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiI2ZWViYWIwZThkMDg2MDJhMjg2MzcwZDg4ZGVmNjE4NSIsInRva2VudXVpZCI6ImUzYTIzZDJmMmEyODRlZWE5MGE3N2ZjYmQ5YjQ0ZWVhIiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjU2OTQsImlhdCI6MTcxMDU2Mzg5NH0.2TE5g-eecWXZMSn8SVJwilXKfwh3Wmi1VD82d6JeCWk +INFO [2024-03-16 12:38:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:38:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563900005 +INFO [2024-03-16 12:38:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:3 毫秒 +INFO [2024-03-16 12:38:41,172][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:38:41,173][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563921173 +INFO [2024-03-16 12:38:41,173][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:38:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:38:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563930014 +INFO [2024-03-16 12:38:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:39:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563940002 +INFO [2024-03-16 12:39:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:1 毫秒 +INFO [2024-03-16 12:39:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563950001 +INFO [2024-03-16 12:39:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:39:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563960004 +INFO [2024-03-16 12:39:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:39:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563970012 +INFO [2024-03-16 12:39:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:39:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:40,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563980014 +INFO [2024-03-16 12:39:40,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:39:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:39:50,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710563990013 +INFO [2024-03-16 12:39:50,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:40:01,173][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:40:01,173][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564001173 +INFO [2024-03-16 12:40:01,173][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:40:10,294][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:40:10,294][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564010294 +INFO [2024-03-16 12:40:10,295][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:1 毫秒 +INFO [2024-03-16 12:40:20,332][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:40:20,333][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564020333 +INFO [2024-03-16 12:40:20,333][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:40:30,796][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:40:30,797][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564030797 +INFO [2024-03-16 12:40:30,797][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:0 毫秒 +INFO [2024-03-16 12:47:05,666][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10] +INFO [2024-03-16 12:47:05,669][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564425669 +INFO [2024-03-16 12:47:05,670][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@262daf10],耗时:2 毫秒 +INFO [2024-03-16 12:47:18,750][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 12:47:18,749][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25996 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 12:47:18,751][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 12:47:20,786][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 12:47:20,788][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 12:47:20,888][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 84 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 12:47:21,458][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:47:21,461][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$902c712a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:47:21,581][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:47:21,606][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@805e72e' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:47:21,614][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 12:47:21,957][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 12:47:21,969][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:47:21,969][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 12:47:21,970][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 12:47:22,051][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 12:47:22,051][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3257 ms +INFO [2024-03-16 12:47:22,512][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 12:47:22,517][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 12:47:22,518][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 12:47:22,518][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 12:47:22,518][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 12:47:27,194][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 12:47:27,209][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 12:47:27,209][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 12:47:27,210][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 12:47:27,210][] org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. + Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. + +INFO [2024-03-16 12:47:27,210][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 12:47:27,211][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 12:47:27,211][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5a57cf90 +INFO [2024-03-16 12:47:27,513][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:47:27,943][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 12:47:28,036][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:47:28,174][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:47:28,238][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:47:28,281][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 12:47:28,314][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 12:47:28,314][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:47:28,314][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:47:28,314][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:47:28,314][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:47:28,315][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:47:28,315][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:47:28,315][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:47:28,320][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:47:28,323][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:47:28,326][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:47:28,328][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:47:28,331][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:47:29,356][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 12:47:29,760][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 12:47:29,836][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 12:47:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:47:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564450008 +INFO [2024-03-16 12:47:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:47:30,052][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 12:47:30,185][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 12:47:30,186][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 12:47:31,164][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 12:47:31,262][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 12:47:31,263][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 12:47:31,418][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 12:47:31,499][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 12:47:31,500][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 12:47:31,506][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 12:47:31,911][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 12:47:31,988][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 12:47:31,989][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 12:47:32,228][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 12:47:32,322][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 12:47:32,454][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 12:47:32,530][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 12:47:34,383][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@415c5469, org.springframework.security.web.context.SecurityContextPersistenceFilter@7a7698f4, org.springframework.security.web.header.HeaderWriterFilter@5295779, org.springframework.security.web.authentication.logout.LogoutFilter@1314ccc1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4c43c37d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bbc8c82, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@306f439c, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@87220f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5aef36a9, org.springframework.security.web.session.SessionManagementFilter@200cbb63, org.springframework.security.web.access.ExceptionTranslationFilter@21f9764, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5a4833ab] +INFO [2024-03-16 12:47:35,352][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 12:47:35,377][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:47:35,378][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 12:47:35,478][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 100 ms +INFO [2024-03-16 12:47:35,479][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 12:47:36,787][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 12:47:36,788][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 12:47:37,089][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.008 seconds (JVM running for 20.392) +INFO [2024-03-16 12:47:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:47:40,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564460003 +INFO [2024-03-16 12:47:40,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:47:49,430][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 12:47:49,430][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 12:47:49,432][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 12:47:50,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:47:50,017][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564470017 +INFO [2024-03-16 12:47:50,017][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:47:51,173][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1NjYyNzExMzEsImlzc3VlZEF0IjoxNzEwNTY0NDcwODg1LCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiIxYzExOWRlMzUwYTA4MmYwNjE5ZDkwYWI0MTZhZjIwMyIsInRva2VudXVpZCI6IjRlNTM5YzBmMDBkZTQwYzdiYWViOWJmMTAzNDE1Mzc5IiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1NjYyNzEsImlhdCI6MTcxMDU2NDQ3MH0.OAIhuCt0V-EaeKy6_XlTq-GKlNVaXDJGsvaWCmIdd2Y +INFO [2024-03-16 12:48:00,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564480015 +INFO [2024-03-16 12:48:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:4 毫秒 +INFO [2024-03-16 12:48:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564490008 +INFO [2024-03-16 12:48:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:48:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564500007 +INFO [2024-03-16 12:48:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:48:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564510008 +INFO [2024-03-16 12:48:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:48:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:40,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564520009 +INFO [2024-03-16 12:48:40,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:48:53,362][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:48:53,362][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564533362 +INFO [2024-03-16 12:48:53,362][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:49:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564540005 +INFO [2024-03-16 12:49:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:1 毫秒 +INFO [2024-03-16 12:49:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564550007 +INFO [2024-03-16 12:49:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:49:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:20,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564560013 +INFO [2024-03-16 12:49:20,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:49:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564570015 +INFO [2024-03-16 12:49:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:49:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564580004 +INFO [2024-03-16 12:49:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:49:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:49:50,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564590004 +INFO [2024-03-16 12:49:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:50:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:50:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564600015 +INFO [2024-03-16 12:50:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:1 毫秒 +INFO [2024-03-16 12:50:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:50:10,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564610003 +INFO [2024-03-16 12:50:10,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:50:20,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:50:20,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564620006 +INFO [2024-03-16 12:50:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:1 毫秒 +INFO [2024-03-16 12:50:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:50:30,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564630016 +INFO [2024-03-16 12:50:30,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:50:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd] +INFO [2024-03-16 12:50:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710564640010 +INFO [2024-03-16 12:50:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@5b8909fd],耗时:0 毫秒 +INFO [2024-03-16 12:50:48,153][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java index ac128912..b0c4e508 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrFieldController.java @@ -8,9 +8,9 @@ import cn.jyjz.xiaoyao.ocr.dto.OcrFieldDto; import cn.jyjz.xiaoyao.ocr.service.OcrFieldService; import cn.jyjz.xiaoyao.ocr.vo.OcrFieldVo; import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.springframework.beans.BeanUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @@ -29,9 +29,9 @@ public class OcrFieldController extends BaseController { * 自定义筛选字段列表查询 * @return */ - @ApiOperation(value="自定义筛选字段列表查询", notes="自定义筛选字段列表查询") + @ApiOperation(value="根据评审类型查询字段列表", notes="根据评审类型查询字段列表") @GetMapping(value = "/list") - public ResultVo> list(@RequestParam(name="reviewType") Integer reviewType) { + public ResultVo> list(@RequestParam(name="reviewType") @ApiParam(value = "字段类型(终审:0,工单:1、一审二审:2、审核填报:3)", required = true) Integer reviewType) { ResultVo> resultVo = new ResultVo<>(); List ocrFieldDtos = ocrFieldService.list(reviewType); resultVo.setData(ocrFieldDtos); @@ -43,7 +43,7 @@ public class OcrFieldController extends BaseController { * 自定义筛选字段列表查询全部 * @return */ - @ApiOperation(value="自定义筛选字段列表查询", notes="自定义筛选字段列表查询") + @ApiOperation(value="字段全部列表查询", notes="字段全部列表查询") @GetMapping(value = "/listAll") public ResultVo> listAll() { ResultVo> resultVo = new ResultVo<>(); @@ -57,9 +57,9 @@ public class OcrFieldController extends BaseController { * 根据字段ID删除自定义筛选字段 * @return */ - @ApiOperation(value="删除自定义筛选字段", notes="删除自定义筛选字段") + @ApiOperation(value="删除筛选字段", notes="删除筛选字段") @GetMapping(value = "/delete") - public ResultVo delete(@RequestParam(name="id") Long id) { + public ResultVo delete(@RequestParam(name="id") @ApiParam(value = "字段ID", required = true) Long id) { OcrFieldDto ocrFieldDto = ocrFieldService.delete(id); if(ocrFieldDto != null){ @@ -72,19 +72,15 @@ public class OcrFieldController extends BaseController { * 自定义筛选字段新增和修改 * @return */ - @ApiOperation(value="自定义筛选字段新增和修改", notes="自定义筛选字段新增和修改") + @ApiOperation(value="字段新增和修改", notes="字段新增和修改") @PostMapping(value = "/saveOrUpdate") - public ResultVo saveOrUpdate(OcrFieldVo ocrFieldVo) { + public ResultVo saveOrUpdate(@ApiParam(value = "字段信息", required = true) OcrFieldVo ocrFieldVo) { try { OcrField ocrField = new OcrField(); - ocrField.setId(ocrFieldVo.getId()); ocrField.setName(ocrFieldVo.getName()); ocrField.setReviewType(ocrFieldVo.getReviewType()); ocrField.setFieldDesc(ocrFieldVo.getFieldDesc()); - ocrField.setCreateBy(ocrFieldVo.getCreateBy()); - ocrField.setCreateTime(ocrFieldVo.getCreateTime()); - ocrField.setUpdateBy(ocrFieldVo.getUpdateBy()); - ocrField.setUpdateTime(ocrFieldVo.getUpdateTime()); + ocrField.setIsrequired(ocrFieldVo.getIsrequired()); ocrFieldService.saveData(ocrField); } catch (BeansException e) { e.printStackTrace(); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrUserFieldController.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrUserFieldController.java index e843ff03..cf0b4149 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrUserFieldController.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/controller/OcrUserFieldController.java @@ -3,24 +3,18 @@ package cn.jyjz.xiaoyao.ocr.controller; import cn.jyjz.xiaoyao.common.base.controller.BaseController; import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.base.vo.ResultVoUtil; -import cn.jyjz.xiaoyao.ocr.dataobject.OcrField; import cn.jyjz.xiaoyao.ocr.dataobject.OcrUserField; -import cn.jyjz.xiaoyao.ocr.dto.OcrFieldDto; import cn.jyjz.xiaoyao.ocr.dto.OcrUserFieldDto; -import cn.jyjz.xiaoyao.ocr.service.OcrFieldService; import cn.jyjz.xiaoyao.ocr.service.OcrUserFieldService; -import cn.jyjz.xiaoyao.ocr.vo.OcrFieldVo; import cn.jyjz.xiaoyao.ocr.vo.OcrUserFieldVo; import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.springframework.beans.BeanUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; -import java.util.List; - @RestController @RequestMapping("/ocr/user/field") public class OcrUserFieldController extends BaseController{ @@ -36,31 +30,30 @@ public class OcrUserFieldController extends BaseController{ */ @ApiOperation(value="保存或更新用户展示字段列表", notes="保存或更新用户展示字段列表") @PostMapping(value = "/saveOrUpdate") - public ResultVo saveOrUpdate(OcrUserFieldVo ocrUserFieldVo) { + public ResultVo saveOrUpdate(@ApiParam(value = "用户字段信息", required = true) OcrUserFieldVo ocrUserFieldVo) { try { OcrUserField ocrUserField = new OcrUserField(); - ocrUserField.setId(ocrUserFieldVo.getId()); ocrUserField.setUserId(ocrUserFieldVo.getUserId()); ocrUserField.setReviewType(ocrUserFieldVo.getReviewType()); ocrUserField.setUserField(ocrUserFieldVo.getUserField()); - ocrUserField.setCreateBy(ocrUserFieldVo.getCreateBy()); - ocrUserField.setCreateTime(ocrUserFieldVo.getCreateTime()); - ocrUserField.setUpdateBy(ocrUserFieldVo.getUpdateBy()); - ocrUserField.setUpdateTime(ocrUserFieldVo.getUpdateTime()); ocrUserFieldService.saveData(ocrUserField); - } catch (BeansException e) { + // 调用服务层方法,并处理返回值 + ResultVo result = ocrUserFieldService.saveData(ocrUserField); + return result; + }catch (Exception e) { e.printStackTrace(); + return ResultVoUtil.error("保存或更新用户展示字段列表失败:未知错误"); } - return ResultVoUtil.success(); } /** * 用户-筛选字段查询 * @return */ - @ApiOperation(value="自定义筛选字段列表查询", notes="自定义筛选字段列表查询") + @ApiOperation(value="用户-筛选字段查询", notes="用户-筛选字段查询") @GetMapping(value = "/queryFields") - public ResultVo queryFields(@RequestParam(name="userId") Long userId ,@RequestParam(name="reviewType") Integer reviewType) { + public ResultVo queryFields(@ApiParam(value = "用户ID", required = true) @RequestParam(name = "userId") Long userId, + @ApiParam(value = "审核类型(终审:0,工单:1、一审二审:2、审核填报:3)", required = true) @RequestParam(name = "reviewType") Integer reviewType) { ResultVo resultVo = new ResultVo<>(); OcrUserFieldDto ocrUserFieldDto = ocrUserFieldService.queryFields(userId,reviewType); resultVo.setData(ocrUserFieldDto); diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java index e7afeabd..095393b8 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrField.java @@ -43,6 +43,10 @@ public class OcrField implements Serializable { @TableField(value="field_desc") private String fieldDesc; + @Schema(description = "是否必选") + @TableField(value="isrequired") + private Integer isrequired; + @Schema(description = "创建人") @TableField(value="create_by") private String createBy; diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrUserField.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrUserField.java index 1b5ad9c6..8d022c79 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrUserField.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dataobject/OcrUserField.java @@ -1,20 +1,15 @@ package cn.jyjz.xiaoyao.ocr.dataobject; -import cn.jyjz.xiaoyao.admin.dataobject.Tenant; -import cn.jyjz.xiaoyao.common.base.jsonDomain.DateSerializer; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; -import com.fasterxml.jackson.databind.annotation.JsonSerialize; -import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import io.swagger.v3.oas.annotations.media.Schema; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; - import java.io.Serializable; import java.sql.Date; diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java index cf759864..16c852a0 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrFieldDto.java @@ -1,7 +1,6 @@ package cn.jyjz.xiaoyao.ocr.dto; import com.baomidou.mybatisplus.annotation.TableField; -import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.v3.oas.annotations.media.Schema; import lombok.AllArgsConstructor; import lombok.Builder; @@ -9,7 +8,6 @@ import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; -import java.sql.Date; @Data @Builder @@ -18,7 +16,7 @@ import java.sql.Date; @Schema(name = "字段信息", title = "字段信息") public class OcrFieldDto implements Serializable { private static final long serialVersionUID = 8088861709460050761L; - @Schema(description = "主键") + @Schema(description = "字段ID") private Long id; @Schema(description = "字段名称") @@ -30,6 +28,9 @@ public class OcrFieldDto implements Serializable { @Schema(description = "字段描述") private String fieldDesc; + @Schema(description = "是否必选") + private Integer isrequired; + @Schema(description = "是否删除,0:未删除,1:已删除") private Integer del; } diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrUserFieldDto.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrUserFieldDto.java index e4b408ca..606a4441 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrUserFieldDto.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/dto/OcrUserFieldDto.java @@ -1,7 +1,5 @@ package cn.jyjz.xiaoyao.ocr.dto; -import com.baomidou.mybatisplus.annotation.TableName; -import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.v3.oas.annotations.media.Schema; import lombok.AllArgsConstructor; import lombok.Builder; @@ -9,7 +7,6 @@ import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; -import java.sql.Date; @Data @Builder @@ -18,7 +15,7 @@ import java.sql.Date; @Schema(name = "用户-展示字段", title = "用户-展示字段") public class OcrUserFieldDto implements Serializable { private static final long serialVersionUID = 8088861709460050761L; - @Schema(description = "主键") + @Schema(description = "用户-字段ID") private Long id; @Schema(description = "用户ID") diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrUserFieldService.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrUserFieldService.java index 8f5d4ea0..92cf75e0 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrUserFieldService.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/OcrUserFieldService.java @@ -1,5 +1,6 @@ package cn.jyjz.xiaoyao.ocr.service; +import cn.jyjz.xiaoyao.common.base.vo.ResultVo; import cn.jyjz.xiaoyao.common.mybatisplus.base.BaseService; import cn.jyjz.xiaoyao.ocr.dataobject.OcrField; import cn.jyjz.xiaoyao.ocr.dataobject.OcrUserField; @@ -14,7 +15,7 @@ public interface OcrUserFieldService extends BaseService { /** * 自定义筛选字段新增和修改 */ - void saveData(OcrUserField ocrUserField); + ResultVo saveData(OcrUserField ocrUserField); /** * 用户-筛选字段查询 diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java index 829ad333..00d6d25f 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrFieldServiceImpl.java @@ -31,7 +31,9 @@ public class OcrFieldServiceImpl extends BaseServiceImpl ocrFieldDtoList = new ArrayList<>(); try { LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); - queryWrapper.eq(OcrField::getReviewType, reviewType); + queryWrapper.and(qw -> qw.eq(OcrField::getIsrequired, 2) // 检查是否必选字段为 2 + .or() + .eq(OcrField::getReviewType, reviewType)); // 检查评审类型// 检查评审类型 queryWrapper.eq(OcrField::getDel, 0); List ocrFieldList = this.list(queryWrapper); if(ocrFieldList.size()>0){ @@ -41,6 +43,8 @@ public class OcrFieldServiceImpl extends BaseServiceImpl ocrFieldLambdaQueryWrapper = new LambdaQueryWrapper<>(); + ocrFieldLambdaQueryWrapper.eq(OcrField::getIsrequired,2); + ocrFieldLambdaQueryWrapper.eq(OcrField::getDel,0); + List ocrFieldList = ocrFieldService.list(ocrFieldLambdaQueryWrapper); + for (OcrField ocrField : ocrFieldList) { + String fieldName = ocrField.getName(); + if (!fields.contains(fieldName)) { + // 如果有必选字段不在前端传递的字段字符串中,则抛出异常 + throw new IllegalArgumentException("字段 " + fieldName + " 是必选字段"); + } + } LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); queryWrapper.eq(OcrUserField::getUserId,ocrUserField.getUserId()); queryWrapper.eq(OcrUserField::getReviewType,ocrUserField.getReviewType()); @@ -49,7 +68,9 @@ public class OcrUserFieldServiceImpl extends BaseServiceImpl + diff --git a/runstart/src/main/resources/application.yml b/runstart/src/main/resources/application.yml index fc3033be..caf4dfcd 100644 --- a/runstart/src/main/resources/application.yml +++ b/runstart/src/main/resources/application.yml @@ -1,3 +1,3 @@ spring: profiles: - active: pro \ No newline at end of file + active: dev \ No newline at end of file