diff --git a/develop/logs/ocr/log_error.log b/develop/logs/ocr/log_error.log index 0a4a0606..1d7481ac 100644 --- a/develop/logs/ocr/log_error.log +++ b/develop/logs/ocr/log_error.log @@ -8582,3 +8582,396 @@ cn.jyjz.xiaoyao.common.base.exception.ServiceException: token失效。 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 13:08:08,168][] com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread:2912 - create connection SQLException, url: jdbc:mysql://47.93.59.251:3306/ocrnew?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false, errorCode 0, state 08S01 +com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) + at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) + at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828) + at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:448) + at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) + at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:118) + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:232) + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:112) + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1703) + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1786) + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2910) +Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure + +The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) + at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) + at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) + at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) + at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) + at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:519) + at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:683) + at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:660) + at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:137) + at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:462) + at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:209) + at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1352) + at com.mysql.cj.NativeSession.connect(NativeSession.java:132) + at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948) + at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818) + ... 9 common frames omitted +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. + at com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:67) + at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) + at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) + at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:513) + ... 18 common frames omitted +ERROR [2024-03-16 18:08:19,363][] org.springframework.boot.SpringApplication:870 - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:343) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359) + at cn.jyjz.App.main(App.java:19) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:544) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 17 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 33 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 47 common frames omitted +Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) + at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) + at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) + at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) + at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) + at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) + ... 61 common frames omitted +ERROR [2024-03-16 18:10:22,572][] org.springframework.boot.SpringApplication:870 - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:343) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359) + at cn.jyjz.App.main(App.java:19) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:544) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 17 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 33 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 47 common frames omitted +Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) + at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) + at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) + at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) + at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) + at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) + ... 61 common frames omitted +ERROR [2024-03-16 18:13:17,633][] org.springframework.boot.SpringApplication:870 - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationClosedEventListener': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.cache.type' in value "${spring.cache.type}" + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:343) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359) + at cn.jyjz.App.main(App.java:19) +Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.cache.type' in value "${spring.cache.type}" + at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) + at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) + at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) + at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) + at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) + at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) + ... 17 common frames omitted +ERROR [2024-03-16 18:15:29,601][] org.springframework.boot.web.embedded.tomcat.TomcatStarter:61 - Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'jwtAuthenticationFilter': Unsatisfied dependency expressed through field 'userTokenService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userTokenServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'xiaoyaoConfig': Could not bind properties to 'XiaoyaoConfig' : prefix=xiaoyao, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'xiaoyao.web.have-flowable' to boolean +ERROR [2024-03-16 18:15:29,670][] org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter:40 - + +*************************** +APPLICATION FAILED TO START +*************************** + +Description: + +Failed to bind properties under 'xiaoyao.web.have-flowable' to boolean: + + Property: xiaoyao.web.have-flowable + Value: flase + Origin: class path resource [application-dev.yml] - 174:19 + Reason: failed to convert java.lang.String to boolean (caused by java.lang.IllegalArgumentException: Invalid boolean value [flase]) + +Action: + +Update your application's configuration + +ERROR [2024-03-16 18:16:20,374][] org.springframework.boot.SpringApplication:870 - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:343) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359) + at cn.jyjz.App.main(App.java:19) +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowTaskServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:544) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 17 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrTaskchildPictureService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 33 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ocrPictureService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:550) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673) + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) + ... 47 common frames omitted +Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ocr.api.wly.interface-domain' in value "${ocr.api.wly.interface-domain}" + at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) + at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) + at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) + at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) + at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) + at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) + ... 61 common frames omitted +ERROR [2024-03-16 18:24:09,375][] org.springframework.boot.SpringApplication:870 - Application run failed +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationClosedEventListener': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.cache.type' in value "${spring.cache.type}" + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780) + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:343) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370) + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359) + at cn.jyjz.App.main(App.java:19) +Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'spring.cache.type' in value "${spring.cache.type}" + at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) + at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) + at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) + at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) + at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) + at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) + ... 17 common frames omitted diff --git a/develop/logs/ocr/log_info.log b/develop/logs/ocr/log_info.log index af7018c2..39a17adb 100644 --- a/develop/logs/ocr/log_info.log +++ b/develop/logs/ocr/log_info.log @@ -13025,3 +13025,1147 @@ INFO [2024-03-16 12:50:40,010][] cn.jyjz.xiaoyao.common.task.register.Schedulin 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. +INFO [2024-03-16 13:06:11,769][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 15416 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 13:06:11,770][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 13:06:11,770][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 13:06:13,845][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 13:06:13,847][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 13:06:13,939][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 79 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 13:06:14,481][] 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 13:06:14,485][] 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 13:06:14,594][] 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 13:06:14,620][] 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 13:06:14,627][] 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 13:06:14,970][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 13:06:15,056][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 13:06:15,056][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3244 ms +INFO [2024-03-16 13:06:15,520][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 13:06:15,524][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 13:06:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565580004 +INFO [2024-03-16 13:06:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:2 毫秒 +INFO [2024-03-16 13:06:20,100][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 13:06:20,112][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 13:06:20,113][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 13:06:20,113][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 13:06:20,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 13:06:20,114][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 13:06:20,114][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 13:06:20,115][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@bd28c86 +INFO [2024-03-16 13:06:20,422][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:20,859][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 13:06:20,954][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,092][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,154][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,200][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:21,242][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:21,244][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:21,247][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:21,249][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:21,252][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:22,307][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:22,742][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 13:06:22,827][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 13:06:23,051][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:23,203][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 13:06:23,204][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:24,233][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 13:06:24,346][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 13:06:24,347][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:24,506][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 13:06:24,617][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 13:06:24,618][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:24,624][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 13:06:25,030][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,120][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 13:06:25,121][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:25,365][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,470][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 13:06:25,636][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,727][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 13:06:27,543][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5da20b76, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d9dc84d, org.springframework.security.web.header.HeaderWriterFilter@35ab83a7, org.springframework.security.web.authentication.logout.LogoutFilter@6c4f48e2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7a7fdc1a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52e2e426, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@521032a6, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@252d8df6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7e7ee3b7, org.springframework.security.web.session.SessionManagementFilter@1150b923, org.springframework.security.web.access.ExceptionTranslationFilter@5ed6a36a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6b78cbee] +INFO [2024-03-16 13:06:28,446][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 13:06:28,472][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 13:06:28,472][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 13:06:28,580][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 107 ms +INFO [2024-03-16 13:06:28,580][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565590002 +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:06:30,267][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 13:06:30,267][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 13:06:30,281][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.214 seconds (JVM running for 20.845) +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565600013 +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565610016 +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565620004 +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565630012 +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565640009 +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:29,707][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 13:07:29,707][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 13:07:29,710][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 3 ms +INFO [2024-03-16 13:06:11,769][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 15416 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 13:06:11,770][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 13:06:11,770][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 13:06:13,845][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 13:06:13,847][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 13:06:13,939][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 79 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 13:06:14,481][] 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 13:06:14,485][] 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 13:06:14,594][] 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 13:06:14,620][] 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 13:06:14,627][] 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 13:06:14,970][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 13:06:14,982][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 13:06:15,056][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 13:06:15,056][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3244 ms +INFO [2024-03-16 13:06:15,520][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 13:06:15,524][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 13:06:15,525][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 13:06:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565580004 +INFO [2024-03-16 13:06:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:2 毫秒 +INFO [2024-03-16 13:06:20,100][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 13:06:20,112][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 13:06:20,113][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 13:06:20,113][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 13:06:20,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 13:06:20,114][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 13:06:20,114][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 13:06:20,115][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@bd28c86 +INFO [2024-03-16 13:06:20,422][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:20,859][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 13:06:20,954][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,092][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,154][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,200][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:21,235][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:21,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:21,242][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:21,244][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:21,247][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:21,249][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:21,252][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:22,307][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 13:06:22,742][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 13:06:22,827][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 13:06:23,051][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 13:06:23,203][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 13:06:23,204][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 13:06:24,233][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 13:06:24,346][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 13:06:24,347][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 13:06:24,506][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 13:06:24,617][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 13:06:24,618][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 13:06:24,624][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 13:06:25,030][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,120][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 13:06:25,121][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 13:06:25,365][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,470][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 13:06:25,636][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 13:06:25,727][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 13:06:27,543][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5da20b76, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d9dc84d, org.springframework.security.web.header.HeaderWriterFilter@35ab83a7, org.springframework.security.web.authentication.logout.LogoutFilter@6c4f48e2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7a7fdc1a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52e2e426, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@521032a6, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@252d8df6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7e7ee3b7, org.springframework.security.web.session.SessionManagementFilter@1150b923, org.springframework.security.web.access.ExceptionTranslationFilter@5ed6a36a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6b78cbee] +INFO [2024-03-16 13:06:28,446][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 13:06:28,472][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 13:06:28,472][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 13:06:28,580][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 107 ms +INFO [2024-03-16 13:06:28,580][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565590002 +INFO [2024-03-16 13:06:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:06:30,267][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 13:06:30,267][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 13:06:30,281][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.214 seconds (JVM running for 20.845) +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565600013 +INFO [2024-03-16 13:06:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565610016 +INFO [2024-03-16 13:06:50,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565620004 +INFO [2024-03-16 13:07:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565630012 +INFO [2024-03-16 13:07:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565640009 +INFO [2024-03-16 13:07:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:07:29,707][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 13:07:29,707][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 13:07:29,710][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 3 ms +INFO [2024-03-16 13:07:45,202][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:07:45,202][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565665202 +INFO [2024-03-16 13:07:45,202][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:08:07,314][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:07,314][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565687314 +INFO [2024-03-16 13:08:07,314][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:08:10,114][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:10,114][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565690114 +INFO [2024-03-16 13:08:10,115][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:1 毫秒 +INFO [2024-03-16 13:08:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565700002 +INFO [2024-03-16 13:08:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:08:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:30,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565710011 +INFO [2024-03-16 13:08:30,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:08:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:40,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565720011 +INFO [2024-03-16 13:08:40,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:08:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:08:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565730009 +INFO [2024-03-16 13:08:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565740014 +INFO [2024-03-16 13:09:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565750010 +INFO [2024-03-16 13:09:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565760014 +INFO [2024-03-16 13:09:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565770001 +INFO [2024-03-16 13:09:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565780013 +INFO [2024-03-16 13:09:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:09:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:09:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565790008 +INFO [2024-03-16 13:09:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565800015 +INFO [2024-03-16 13:10:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:10,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565810015 +INFO [2024-03-16 13:10:10,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565820011 +INFO [2024-03-16 13:10:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:30,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565830001 +INFO [2024-03-16 13:10:30,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:40,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565840007 +INFO [2024-03-16 13:10:40,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:10:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:10:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565850003 +INFO [2024-03-16 13:10:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:00,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565860015 +INFO [2024-03-16 13:11:00,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565870002 +INFO [2024-03-16 13:11:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565880004 +INFO [2024-03-16 13:11:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565890007 +INFO [2024-03-16 13:11:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565900010 +INFO [2024-03-16 13:11:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:11:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:11:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565910008 +INFO [2024-03-16 13:11:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:00,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565920009 +INFO [2024-03-16 13:12:00,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:10,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:10,000][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565930000 +INFO [2024-03-16 13:12:10,000][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565940010 +INFO [2024-03-16 13:12:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565950010 +INFO [2024-03-16 13:12:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565960015 +INFO [2024-03-16 13:12:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:12:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:12:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565970002 +INFO [2024-03-16 13:12:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:13:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565980012 +INFO [2024-03-16 13:13:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:13:10,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:10,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710565990004 +INFO [2024-03-16 13:13:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:1 毫秒 +INFO [2024-03-16 13:13:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:20,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566000008 +INFO [2024-03-16 13:13:20,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:13:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566010015 +INFO [2024-03-16 13:13:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:13:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566020010 +INFO [2024-03-16 13:13:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:13:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:13:50,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566030012 +INFO [2024-03-16 13:13:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:14:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566040004 +INFO [2024-03-16 13:14:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:14:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566050001 +INFO [2024-03-16 13:14:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:1 毫秒 +INFO [2024-03-16 13:14:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566060004 +INFO [2024-03-16 13:14:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:14:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566070009 +INFO [2024-03-16 13:14:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:14:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566080006 +INFO [2024-03-16 13:14:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:14:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:14:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566090008 +INFO [2024-03-16 13:14:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566100004 +INFO [2024-03-16 13:15:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:10,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566110011 +INFO [2024-03-16 13:15:10,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:20,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566120009 +INFO [2024-03-16 13:15:20,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:30,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566130014 +INFO [2024-03-16 13:15:30,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566140016 +INFO [2024-03-16 13:15:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:15:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:15:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566150007 +INFO [2024-03-16 13:15:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566160014 +INFO [2024-03-16 13:16:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566170012 +INFO [2024-03-16 13:16:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566180005 +INFO [2024-03-16 13:16:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566190003 +INFO [2024-03-16 13:16:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:40,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566200012 +INFO [2024-03-16 13:16:40,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:16:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:16:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566210011 +INFO [2024-03-16 13:16:50,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:17:00,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:00,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566220012 +INFO [2024-03-16 13:17:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:1 毫秒 +INFO [2024-03-16 13:17:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:10,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566230016 +INFO [2024-03-16 13:17:10,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:17:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566240015 +INFO [2024-03-16 13:17:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:17:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:30,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566250004 +INFO [2024-03-16 13:17:30,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:17:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:40,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566260002 +INFO [2024-03-16 13:17:40,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:17:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:17:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566270003 +INFO [2024-03-16 13:17:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566280004 +INFO [2024-03-16 13:18:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:10,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566290013 +INFO [2024-03-16 13:18:10,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566300007 +INFO [2024-03-16 13:18:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:30,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566310007 +INFO [2024-03-16 13:18:30,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:40,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566320001 +INFO [2024-03-16 13:18:40,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:18:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:18:50,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566330011 +INFO [2024-03-16 13:18:50,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:1 毫秒 +INFO [2024-03-16 13:19:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:00,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566340004 +INFO [2024-03-16 13:19:00,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:19:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:10,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566350010 +INFO [2024-03-16 13:19:10,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:19:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566360003 +INFO [2024-03-16 13:19:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:19:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:30,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566370015 +INFO [2024-03-16 13:19:30,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:19:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566380004 +INFO [2024-03-16 13:19:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:19:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:19:50,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566390003 +INFO [2024-03-16 13:19:50,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566400013 +INFO [2024-03-16 13:20:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566410002 +INFO [2024-03-16 13:20:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566420004 +INFO [2024-03-16 13:20:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566430002 +INFO [2024-03-16 13:20:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566440016 +INFO [2024-03-16 13:20:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:20:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:20:50,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566450009 +INFO [2024-03-16 13:20:50,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566460014 +INFO [2024-03-16 13:21:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:10,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566470007 +INFO [2024-03-16 13:21:10,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566480011 +INFO [2024-03-16 13:21:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:30,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566490009 +INFO [2024-03-16 13:21:30,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:40,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566500006 +INFO [2024-03-16 13:21:40,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:21:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:21:50,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566510010 +INFO [2024-03-16 13:21:50,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:00,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566520001 +INFO [2024-03-16 13:22:00,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:10,009][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566530009 +INFO [2024-03-16 13:22:10,009][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:20,011][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566540011 +INFO [2024-03-16 13:22:20,011][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:30,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566550013 +INFO [2024-03-16 13:22:30,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566560015 +INFO [2024-03-16 13:22:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:22:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:22:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566570006 +INFO [2024-03-16 13:22:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:00,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566580016 +INFO [2024-03-16 13:23:00,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:10,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566590008 +INFO [2024-03-16 13:23:10,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566600015 +INFO [2024-03-16 13:23:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:30,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566610006 +INFO [2024-03-16 13:23:30,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566620010 +INFO [2024-03-16 13:23:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:23:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:23:50,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566630002 +INFO [2024-03-16 13:23:50,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:00,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566640013 +INFO [2024-03-16 13:24:00,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:10,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566650002 +INFO [2024-03-16 13:24:10,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:20,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566660010 +INFO [2024-03-16 13:24:20,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566670010 +INFO [2024-03-16 13:24:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:40,013][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566680013 +INFO [2024-03-16 13:24:40,013][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:24:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:24:50,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566690008 +INFO [2024-03-16 13:24:50,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566700002 +INFO [2024-03-16 13:25:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566710005 +INFO [2024-03-16 13:25:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:20,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566720015 +INFO [2024-03-16 13:25:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:30,008][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566730008 +INFO [2024-03-16 13:25:30,008][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:40,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566740010 +INFO [2024-03-16 13:25:40,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:25:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:25:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566750006 +INFO [2024-03-16 13:25:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:00,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566760010 +INFO [2024-03-16 13:26:00,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:10,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566770006 +INFO [2024-03-16 13:26:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:20,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566780005 +INFO [2024-03-16 13:26:20,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:30,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566790012 +INFO [2024-03-16 13:26:30,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566800016 +INFO [2024-03-16 13:26:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 13:26:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883] +INFO [2024-03-16 13:26:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710566810014 +INFO [2024-03-16 13:26:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@530b7883],耗时:0 毫秒 +INFO [2024-03-16 18:07:52,621][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 27856 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:07:52,622][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:07:52,675][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:08:03,295][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:08:03,298][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:08:03,445][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 125 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:08:04,271][] 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 18:08:04,274][] 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$$d6199e64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:08:04,540][] 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 18:08:04,563][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4b195203' 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 18:08:04,569][] 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 18:08:04,982][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:08:04,995][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:08:04,995][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:08:04,995][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:08:05,157][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:08:05,157][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 12475 ms +INFO [2024-03-16 18:08:05,826][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:08:05,832][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:08:05,832][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:08:05,832][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:08:05,833][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:08:10,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@6490e12a] +INFO [2024-03-16 18:08:10,589][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710583690589 +INFO [2024-03-16 18:08:10,589][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@6490e12a],耗时:583 毫秒 +INFO [2024-03-16 18:08:11,835][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:08:11,862][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:08:11,862][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:08:11,863][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:08:11,864][] 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 18:08:11,864][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:08:11,864][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:08:11,865][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7b7cf475 +INFO [2024-03-16 18:08:12,608][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:08:13,172][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 18:08:13,321][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:08:13,506][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:08:13,604][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:08:13,691][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:08:13,734][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:08:13,735][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:08:13,736][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:08:13,743][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:08:13,747][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:08:13,751][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:08:13,754][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:08:13,757][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:08:14,994][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:08:15,533][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 18:08:15,612][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 18:08:15,836][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:08:16,073][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 18:08:16,074][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:08:17,326][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 18:08:17,429][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 18:08:17,430][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:08:17,599][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 18:08:17,681][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 18:08:17,682][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:08:17,716][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 18:08:18,101][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 18:08:18,191][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 18:08:18,193][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:08:18,486][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 18:08:18,583][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 18:08:18,721][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 18:08:18,796][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 18:08:19,245][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 18:08:19,246][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 18:08:19,246][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 18:08:19,246][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 18:08:19,250][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:08:19,252][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 18:08:19,253][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 18:08:19,254][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:08:19,259][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:08:19,259][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:08:19,262][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:10:08,317][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:10:08,317][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25356 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:10:08,318][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:10:10,286][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:10:10,288][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:10:10,380][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 79 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:10:10,948][] 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 18:10:10,951][] 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$$163b323] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:10:11,062][] 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 18:10:11,088][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@23444a36' 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 18:10:11,095][] 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 18:10:11,419][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:10:11,430][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:10:11,430][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:10:11,430][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:10:11,519][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:10:11,519][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3165 ms +INFO [2024-03-16 18:10:11,941][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:10:11,945][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:10:11,946][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:10:11,946][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:10:11,946][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:10:16,517][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:10:16,531][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:10:16,532][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:10:16,532][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:10:16,533][] 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 18:10:16,533][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:10:16,533][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:10:16,534][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@ec3944 +INFO [2024-03-16 18:10:16,848][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:10:17,273][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 18:10:17,371][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:10:17,509][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:10:17,570][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:10:17,613][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:10:17,648][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:10:17,649][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:10:17,654][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:10:17,657][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:10:17,660][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:10:17,663][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:10:17,666][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:10:18,713][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:10:19,144][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 18:10:19,224][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 18:10:19,448][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:10:19,598][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 18:10:19,600][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:10:20,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@1b0ff1e2] +INFO [2024-03-16 18:10:20,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710583820014 +INFO [2024-03-16 18:10:20,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@1b0ff1e2],耗时:1 毫秒 +INFO [2024-03-16 18:10:20,624][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 18:10:20,741][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 18:10:20,742][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:10:20,910][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 18:10:21,003][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 18:10:21,004][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:10:21,010][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 18:10:21,439][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 18:10:21,527][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 18:10:21,528][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:10:21,806][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 18:10:21,906][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 18:10:22,053][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 18:10:22,145][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 18:10:22,518][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 18:10:22,518][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 18:10:22,518][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 18:10:22,519][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 18:10:22,524][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:10:22,525][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 18:10:22,526][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 18:10:22,526][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:10:22,532][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:10:22,532][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:10:22,534][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:13:08,904][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 26228 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:13:08,905][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:13:08,906][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:13:10,917][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:13:10,919][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:13:11,011][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 80 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:13:11,543][] 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 18:13:11,546][] 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$$ba149a79] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:13:11,656][] 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 18:13:11,682][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@1e30db85' 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 18:13:11,690][] 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 18:13:12,038][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:13:12,048][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:13:12,049][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:13:12,049][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:13:12,134][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:13:12,134][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3193 ms +INFO [2024-03-16 18:13:12,582][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:13:12,583][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:13:12,584][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +INFO [2024-03-16 18:13:17,541][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:13:17,553][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:13:17,554][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:13:17,554][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:13:17,555][] 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 18:13:17,555][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:13:17,556][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:13:17,556][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@15f11bfb +INFO [2024-03-16 18:13:17,586][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 18:13:17,586][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 18:13:17,586][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 18:13:17,586][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 18:13:17,590][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:13:17,595][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:13:17,595][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:13:17,595][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:13:17,598][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:15:13,426][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 14388 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:15:13,427][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:15:13,429][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:15:15,209][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:15:15,210][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:15:15,299][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 78 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:15:15,780][] 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 18:15:15,783][] 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$$8c9545ce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:15:15,874][] 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 18:15:15,894][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@670342a2' 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 18:15:15,901][] 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 18:15:16,219][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:15:16,238][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:15:16,239][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:15:16,239][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:15:16,303][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:15:16,304][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 2840 ms +INFO [2024-03-16 18:15:16,686][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:15:16,690][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:15:16,691][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:15:16,691][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:15:16,691][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:15:22,515][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 25084 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:15:22,516][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:15:22,516][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:15:24,613][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:15:24,615][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:15:24,710][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 82 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:15:25,247][] 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 18:15:25,250][] 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$$a56349eb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:15:25,363][] 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 18:15:25,391][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@16a3cc88' 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 18:15:25,397][] 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 18:15:25,722][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:15:25,732][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:15:25,733][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:15:25,733][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:15:25,807][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:15:25,807][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3254 ms +INFO [2024-03-16 18:15:26,239][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:15:26,242][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:15:26,243][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:15:26,243][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:15:26,243][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:15:29,629][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:15:29,635][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:15:29,639][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 18:15:29,640][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 18:15:29,640][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:15:29,640][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:15:29,641][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:16:05,919][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 19940 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:16:05,920][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:16:05,920][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:16:07,913][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:16:07,915][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:16:08,013][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 86 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:16:08,578][] 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 18:16:08,582][] 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$$163b323] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:16:08,696][] 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 18:16:08,721][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@23444a36' 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 18:16:08,730][] 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 18:16:09,063][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:16:09,084][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:16:09,085][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:16:09,085][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:16:09,164][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:16:09,164][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3207 ms +INFO [2024-03-16 18:16:09,579][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:16:09,583][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:16:09,584][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:16:09,584][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:16:09,584][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:16:10,022][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@edc7d0d] +INFO [2024-03-16 18:16:13,207][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584173207 +INFO [2024-03-16 18:16:13,207][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@edc7d0d],耗时:3185 毫秒 +INFO [2024-03-16 18:16:14,177][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:16:14,193][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:16:14,193][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:16:14,195][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:16:14,196][] 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 18:16:14,196][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:16:14,196][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:16:14,196][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@ec3944 +INFO [2024-03-16 18:16:14,512][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:16:14,942][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 18:16:15,037][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:16:15,179][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:16:15,241][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:16:15,285][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:16:15,318][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 18:16:15,318][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:16:15,318][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:16:15,319][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:16:15,319][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:16:15,319][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:16:15,319][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:16:15,319][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:16:15,325][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:16:15,328][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:16:15,330][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:16:15,333][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:16:15,335][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:16:16,390][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:16:16,803][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 18:16:16,884][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 18:16:17,114][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:16:17,264][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 18:16:17,266][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:16:18,291][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 18:16:18,411][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 18:16:18,412][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:16:18,617][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 18:16:18,720][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 18:16:18,721][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:16:18,729][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 18:16:19,138][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 18:16:19,267][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 18:16:19,268][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:16:19,504][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 18:16:19,614][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 18:16:19,797][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 18:16:19,888][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 18:16:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@edc7d0d] +INFO [2024-03-16 18:16:20,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584180002 +INFO [2024-03-16 18:16:20,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@edc7d0d],耗时:0 毫秒 +INFO [2024-03-16 18:16:20,322][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 18:16:20,322][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 18:16:20,322][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 18:16:20,322][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 18:16:20,326][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:16:20,328][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 18:16:20,329][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 18:16:20,329][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:16:20,334][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:16:20,334][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:16:20,336][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:24:00,909][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 14760 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:24:00,910][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:24:00,910][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:24:02,958][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:24:02,961][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:24:03,061][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 86 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:24:03,648][] 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 18:24:03,652][] 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$$8a6b51d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:24:03,764][] 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 18:24:03,789][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@7fef0b40' 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 18:24:03,796][] 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 18:24:04,122][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:24:04,145][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:24:04,145][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:24:04,146][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:24:04,225][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:24:04,225][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3275 ms +INFO [2024-03-16 18:24:04,651][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:24:04,656][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:24:04,656][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:24:04,656][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:24:04,657][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:24:09,275][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:24:09,289][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:24:09,289][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:24:09,290][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:24:09,291][] 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 18:24:09,291][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:24:09,291][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:24:09,291][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@27210a3b +INFO [2024-03-16 18:24:09,326][] org.springframework.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler +INFO [2024-03-16 18:24:09,326][] org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. +INFO [2024-03-16 18:24:09,326][] org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused. +INFO [2024-03-16 18:24:09,327][] org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. +INFO [2024-03-16 18:24:09,331][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:226 - dynamic-datasource start closing .... +INFO [2024-03-16 18:24:09,335][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-2} closing ... +INFO [2024-03-16 18:24:09,336][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-2} closed +INFO [2024-03-16 18:24:09,337][] com.alibaba.druid.pool.DruidDataSource:2138 - {dataSource-1} closing ... +INFO [2024-03-16 18:24:09,337][] com.alibaba.druid.pool.DruidDataSource:2211 - {dataSource-1} closed +INFO [2024-03-16 18:24:09,337][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:230 - dynamic-datasource all closed success,bye +INFO [2024-03-16 18:24:09,339][] org.apache.juli.logging.DirectJDKLog:173 - Stopping service [Tomcat] +INFO [2024-03-16 18:24:37,842][] org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.13.Final +INFO [2024-03-16 18:24:37,843][] org.springframework.boot.StartupInfoLogger:55 - Starting App using Java 1.8.0_312 on DESKTOP-12DH7PP with PID 20416 (D:\Code\ocr\runstart\target\classes started by DELL in D:\Code\ocr) +INFO [2024-03-16 18:24:37,844][] org.springframework.boot.SpringApplication:686 - The following 1 profile is active: "dev" +INFO [2024-03-16 18:24:39,944][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode! +INFO [2024-03-16 18:24:39,946][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +INFO [2024-03-16 18:24:40,037][] org.springframework.data.repository.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 77 ms. Found 0 Redis repository interfaces. +INFO [2024-03-16 18:24:40,578][] 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 18:24:40,581][] 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$$3868f60c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +INFO [2024-03-16 18:24:40,695][] 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 18:24:40,720][] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5f395ce1' 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 18:24:40,727][] 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 18:24:41,030][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http) +INFO [2024-03-16 18:24:41,040][] org.apache.juli.logging.DirectJDKLog:173 - Initializing ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:24:41,041][] org.apache.juli.logging.DirectJDKLog:173 - Starting service [Tomcat] +INFO [2024-03-16 18:24:41,041][] org.apache.juli.logging.DirectJDKLog:173 - Starting Servlet engine: [Apache Tomcat/9.0.75] +INFO [2024-03-16 18:24:41,123][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring embedded WebApplicationContext +INFO [2024-03-16 18:24:41,123][] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3235 ms +INFO [2024-03-16 18:24:41,621][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-1,master} inited +INFO [2024-03-16 18:24:41,625][] com.alibaba.druid.pool.DruidDataSource:996 - {dataSource-2,slave} inited +INFO [2024-03-16 18:24:41,625][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [slave] success +INFO [2024-03-16 18:24:41,625][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:169 - dynamic-datasource - add a datasource named [master] success +INFO [2024-03-16 18:24:41,626][] com.baomidou.dynamic.datasource.DynamicRoutingDataSource:249 - dynamic-datasource initial loaded [2] datasource,primary datasource named [master] +INFO [2024-03-16 18:24:46,108][] org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor +INFO [2024-03-16 18:24:46,122][] org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +INFO [2024-03-16 18:24:46,122][] org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created. +INFO [2024-03-16 18:24:46,123][] org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized. +INFO [2024-03-16 18:24:46,123][] 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 18:24:46,123][] org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. +INFO [2024-03-16 18:24:46,123][] org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2 +INFO [2024-03-16 18:24:46,124][] org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2bf4fa1 +INFO [2024-03-16 18:24:46,426][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:24:46,857][] cn.jyjz.flowable.config.FlowableConfig:18 - 配置字体:宋体 +INFO [2024-03-16 18:24:46,953][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:24:47,093][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:24:47,155][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:24:47,197][] org.flowable.spring.boot.AbstractEngineAutoConfiguration:94 - No deployment resources were found for autodeployment +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:887 - Found 6 Engine Configurators in total: +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:889 - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:24:47,231][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:24:47,236][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:24:47,239][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:24:47,241][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:24:47,245][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:24:47,247][] org.flowable.common.engine.impl.AbstractEngineConfiguration:915 - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:24:48,275][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000) +INFO [2024-03-16 18:24:48,671][] org.flowable.engine.impl.ProcessEngineImpl:84 - ProcessEngine default created +INFO [2024-03-16 18:24:48,748][] org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43 - Total of v5 deployments found: 0 +INFO [2024-03-16 18:24:49,008][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:100000) +INFO [2024-03-16 18:24:49,165][] org.flowable.idm.engine.impl.IdmEngineImpl:51 - IdmEngine default created +INFO [2024-03-16 18:24:49,166][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000) +INFO [2024-03-16 18:24:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:24:50,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584690014 +INFO [2024-03-16 18:24:50,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:24:50,111][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_DMN_DATABASECHANGELOG +INFO [2024-03-16 18:24:50,209][] org.flowable.dmn.engine.impl.DmnEngineImpl:54 - DmnEngine default created +INFO [2024-03-16 18:24:50,211][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000) +INFO [2024-03-16 18:24:50,359][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_FO_DATABASECHANGELOG +INFO [2024-03-16 18:24:50,439][] org.flowable.form.engine.impl.FormEngineImpl:51 - FormEngine default created +INFO [2024-03-16 18:24:50,440][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000) +INFO [2024-03-16 18:24:50,445][] org.flowable.content.engine.ContentEngineConfiguration:189 - Content file system root : C:\Users\DELL\content +INFO [2024-03-16 18:24:50,836][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CO_DATABASECHANGELOG +INFO [2024-03-16 18:24:50,993][] org.flowable.content.engine.impl.ContentEngineImpl:48 - ContentEngine default created +INFO [2024-03-16 18:24:50,994][] org.flowable.common.engine.impl.AbstractEngineConfiguration:922 - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000) +INFO [2024-03-16 18:24:51,217][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_CMMN_DATABASECHANGELOG +INFO [2024-03-16 18:24:51,365][] org.flowable.cmmn.engine.impl.CmmnEngineImpl:74 - CmmnEngine default created +INFO [2024-03-16 18:24:51,492][] liquibase.logging.core.JavaLogger:23 - Reading from ocrnew.ACT_APP_DATABASECHANGELOG +INFO [2024-03-16 18:24:51,569][] org.flowable.app.engine.impl.AppEngineImpl:47 - AppEngine default created +INFO [2024-03-16 18:24:54,098][] org.springframework.security.web.DefaultSecurityFilterChain:51 - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6ed2aa8a, org.springframework.security.web.context.SecurityContextPersistenceFilter@4c43c37d, org.springframework.security.web.header.HeaderWriterFilter@e870ac9, org.springframework.security.web.authentication.logout.LogoutFilter@1bad5ab3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5e3a577a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@19544627, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4676fcd9, cn.jyjz.xiaoyao.framework.security.authentication.JwtAuthenticationFilter@20a946d9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53ec379a, org.springframework.security.web.session.SessionManagementFilter@70b67841, org.springframework.security.web.access.ExceptionTranslationFilter@5a4833ab, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14144cc9] +INFO [2024-03-16 18:24:55,409][] org.apache.juli.logging.DirectJDKLog:173 - Starting ProtocolHandler ["http-nio-9090"] +INFO [2024-03-16 18:24:55,432][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 18:24:55,432][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'Flowable Modeler App API Servlet' +INFO [2024-03-16 18:24:55,555][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 123 ms +INFO [2024-03-16 18:24:55,556][] org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/foodapi' +INFO [2024-03-16 18:24:57,057][] org.springframework.scheduling.quartz.SchedulerFactoryBean:729 - Starting Quartz Scheduler now +INFO [2024-03-16 18:24:57,057][] org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started. +INFO [2024-03-16 18:24:57,080][] org.springframework.boot.StartupInfoLogger:61 - Started App in 19.899 seconds (JVM running for 21.055) +INFO [2024-03-16 18:24:57,152][] cn.jyjz.xiaoyao.ocr.thread.TaskThreadPool$1:44 - 图片下载任务线程检查中... +INFO [2024-03-16 18:25:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:00,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584700002 +INFO [2024-03-16 18:25:00,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:25:02,762][] org.apache.juli.logging.DirectJDKLog:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' +INFO [2024-03-16 18:25:02,762][] org.springframework.web.servlet.FrameworkServlet:525 - Initializing Servlet 'dispatcherServlet' +INFO [2024-03-16 18:25:02,764][] org.springframework.web.servlet.FrameworkServlet:547 - Completed initialization in 2 ms +INFO [2024-03-16 18:25:10,767][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:10,768][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584710768 +INFO [2024-03-16 18:25:10,768][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:25:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:20,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584720003 +INFO [2024-03-16 18:25:20,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:25:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:30,002][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584730002 +INFO [2024-03-16 18:25:30,002][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:25:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:40,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584740015 +INFO [2024-03-16 18:25:40,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:25:41,007][] cn.jyjz.xiaoyao.framework.security.utils.JwtUtils:105 - token===eyJrZXlfdXNlciI6eyJleHBpcmVzQXQiOjE3MTA1ODY1NDA5MjMsImlzc3VlZEF0IjoxNzEwNTg0NzQwNTcwLCJsb2dpbm5hbWUiOiIxMzMxMTExMTExMSIsInJlbWVtYmVyIjpmYWxzZSwic2lnblVzZXIiOm51bGwsInRva2VuaWQiOiIxYTE3NDZiZGQ3OTliOTNlODI4YzM5NmVjZTdkNTY3ZSIsInRva2VudXVpZCI6IjI5YTUxOWFmYmMyMzQ1MDM4MmFiOTk4NjRhNGMxNzA0IiwidXNlckFnZW50IjpudWxsLCJ1c2VyaWQiOiIyNTA4Nzk1Nzg3MDEwMzc5NjAiLCJ1c2VybmFtZSI6IjEzMzExMTExMTExIn0sInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJpc3MiOiJrZXlfamF2YV9qd3QiLCJleHAiOjE3MTA1ODY1NDAsImlhdCI6MTcxMDU4NDc0MH0.MhcFuwDQmOQBVdrcQSnQCpB26Y36L9qfqklmZjdLBAw +INFO [2024-03-16 18:25:50,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:25:50,006][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584750006 +INFO [2024-03-16 18:25:50,006][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:2 毫秒 +INFO [2024-03-16 18:26:02,493][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:02,493][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584762493 +INFO [2024-03-16 18:26:02,493][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:26:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:10,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584770012 +INFO [2024-03-16 18:26:10,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:20,012][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584780012 +INFO [2024-03-16 18:26:20,012][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:26:30,022][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:30,022][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584790022 +INFO [2024-03-16 18:26:30,022][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:26:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584800016 +INFO [2024-03-16 18:26:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:26:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:26:50,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584810001 +INFO [2024-03-16 18:26:50,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:00,014][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584820014 +INFO [2024-03-16 18:27:00,014][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:10,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584830005 +INFO [2024-03-16 18:27:10,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:20,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584840007 +INFO [2024-03-16 18:27:20,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:30,003][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584850003 +INFO [2024-03-16 18:27:30,003][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:40,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584860004 +INFO [2024-03-16 18:27:40,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:27:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:27:50,015][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584870015 +INFO [2024-03-16 18:27:50,015][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:00,005][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584880005 +INFO [2024-03-16 18:28:00,005][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:10,001][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584890001 +INFO [2024-03-16 18:28:10,001][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:20,004][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584900004 +INFO [2024-03-16 18:28:20,004][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:30,010][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584910010 +INFO [2024-03-16 18:28:30,010][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:40,016][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584920016 +INFO [2024-03-16 18:28:40,016][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 +INFO [2024-03-16 18:28:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:34 - 定时任务开始执行 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e] +INFO [2024-03-16 18:28:50,007][] cn.jyjz.xiaoyao.common.redis.cache.ehcache.EhCacheTask:36 - =====>>>>>使用cron 1710584930007 +INFO [2024-03-16 18:28:50,007][] cn.jyjz.xiaoyao.common.task.register.SchedulingRunnable:62 - 定时任务执行结束 - bean:ehcacheTask,方法:ehcachetask,参数:[org.springframework.cache.ehcache.EhCacheCacheManager@3582e68e],耗时:0 毫秒 diff --git a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUserFieldServiceImpl.java b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUserFieldServiceImpl.java index 68c116e9..133fdae6 100644 --- a/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUserFieldServiceImpl.java +++ b/jyjz-system/jyjz-system-oa/src/main/java/cn/jyjz/xiaoyao/ocr/service/impl/OcrUserFieldServiceImpl.java @@ -82,10 +82,12 @@ public class OcrUserFieldServiceImpl extends BaseServiceImpl