2022-09-14 11:36:13.093 DEBUG 23556 --- [background-preinit] org.jboss.logging : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-09-14 11:36:13.103 DEBUG 23556 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. 2022-09-14 11:36:13.104 DEBUG 23556 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL 2022-09-14 11:36:13.104 DEBUG 23556 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader 2022-09-14 11:36:13.105 DEBUG 23556 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. 2022-09-14 11:36:13.106 INFO 23556 --- [main] com.idtgz.GatherBrokerApplication : Starting GatherBrokerApplication using Java 1.8.0_201 on DESKTOP-8IHS9ED with PID 23556 (D:\Projects\Broker\gather-broker\target\classes started by GS-HQY in D:\Projects\Broker\gather-broker) 2022-09-14 11:36:13.107 DEBUG 23556 --- [main] com.idtgz.GatherBrokerApplication : Running with Spring Boot v2.6.3, Spring v5.3.15 2022-09-14 11:36:13.107 INFO 23556 --- [main] com.idtgz.GatherBrokerApplication : The following profiles are active: dev 2022-09-14 11:36:13.107 DEBUG 23556 --- [main] o.s.boot.SpringApplication : Loading source class com.idtgz.GatherBrokerApplication 2022-09-14 11:36:13.109 DEBUG 23556 --- [background-preinit] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. 2022-09-14 11:36:13.128 DEBUG 23556 --- [background-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL 2022-09-14 11:36:13.253 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. 2022-09-14 11:36:13.257 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. 2022-09-14 11:36:13.257 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. 2022-09-14 11:36:13.257 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. 2022-09-14 11:36:13.257 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. 2022-09-14 11:36:13.257 DEBUG 23556 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. 2022-09-14 11:36:13.270 DEBUG 23556 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b 2022-09-14 11:36:13.290 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' 2022-09-14 11:36:13.301 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' 2022-09-14 11:36:13.356 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\InitConfig.class] 2022-09-14 11:36:13.358 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\MbatisPlusConfig.class] 2022-09-14 11:36:13.360 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\WebConfig.class] 2022-09-14 11:36:13.361 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\WebConfigurer.class] 2022-09-14 11:36:13.362 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\context\ConfigContext.class] 2022-09-14 11:36:13.367 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\TemplateController.class] 2022-09-14 11:36:13.371 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\TestController.class] 2022-09-14 11:36:13.374 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\WebController.class] 2022-09-14 11:36:13.382 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\exception\ExceptionHandler.class] 2022-09-14 11:36:13.384 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\model\pipeline\CenterMqttCallback.class] 2022-09-14 11:36:13.389 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\MqttServer.class] 2022-09-14 11:36:13.390 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\MqttServerHandler.class] 2022-09-14 11:36:13.392 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\MqttAuth.class] 2022-09-14 11:36:13.393 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\impl\AuthServiceImpl.class] 2022-09-14 11:36:13.394 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\impl\TopicServiceImpl.class] 2022-09-14 11:36:13.405 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\protocol\ProtocolProcess.class] 2022-09-14 11:36:13.407 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\protocol\process\TopicProcess.class] 2022-09-14 11:36:13.407 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\quartz\JobFactory.class] 2022-09-14 11:36:13.408 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\quartz\QuartzConfig.class] 2022-09-14 11:36:13.410 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\CenterServiceImpl.class] 2022-09-14 11:36:13.410 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ClientServiceImpl.class] 2022-09-14 11:36:13.410 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConfigServiceImpl.class] 2022-09-14 11:36:13.410 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConnectionItemServiceImpl.class] 2022-09-14 11:36:13.411 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConnectionServiceImpl.class] 2022-09-14 11:36:13.411 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\MqttClientServiceImpl.class] 2022-09-14 11:36:13.412 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\MqttInfoServiceImpl.class] 2022-09-14 11:36:13.421 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ScheduleServiceImpl.class] 2022-09-14 11:36:13.620 DEBUG 23556 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/C:/Users/GS-HQY/.m2/repository/org/apache/shardingsphere/sharding-spring-boot-util/4.1.0/sharding-spring-boot-util-4.1.0.jar!/org/apache/shardingsphere/spring/boot/converter/StringToNoneShardingStrategyConfigurationConverter.class] 2022-09-14 11:36:13.699 DEBUG 23556 --- [main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ClientMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConfigMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConnectionItemMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConnectionMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\DataUploadQueueMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ItemRecordMapper.class] 2022-09-14 11:36:13.701 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'clientMapper' and 'com.idtgz.dao.mapper.ClientMapper' mapperInterface 2022-09-14 11:36:13.702 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'clientMapper'. 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'configMapper' and 'com.idtgz.dao.mapper.ConfigMapper' mapperInterface 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'configMapper'. 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'connectionItemMapper' and 'com.idtgz.dao.mapper.ConnectionItemMapper' mapperInterface 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'connectionItemMapper'. 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'connectionMapper' and 'com.idtgz.dao.mapper.ConnectionMapper' mapperInterface 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'connectionMapper'. 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'dataUploadQueueMapper' and 'com.idtgz.dao.mapper.DataUploadQueueMapper' mapperInterface 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'dataUploadQueueMapper'. 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'itemRecordMapper' and 'com.idtgz.dao.mapper.ItemRecordMapper' mapperInterface 2022-09-14 11:36:13.703 DEBUG 23556 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'itemRecordMapper'. 2022-09-14 11:36:13.921 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' 2022-09-14 11:36:13.926 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' 2022-09-14 11:36:13.951 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' 2022-09-14 11:36:13.952 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' 2022-09-14 11:36:13.952 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' 2022-09-14 11:36:13.952 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' 2022-09-14 11:36:13.952 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' 2022-09-14 11:36:13.955 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' 2022-09-14 11:36:13.956 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' 2022-09-14 11:36:13.958 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' 2022-09-14 11:36:13.958 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' 2022-09-14 11:36:13.958 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory' 2022-09-14 11:36:13.959 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' 2022-09-14 11:36:13.960 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration' 2022-09-14 11:36:13.964 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor' 2022-09-14 11:36:13.982 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' 2022-09-14 11:36:13.983 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' 2022-09-14 11:36:13.990 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shardingTransactionTypeScanner' 2022-09-14 11:36:13.990 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' 2022-09-14 11:36:13.991 DEBUG 23556 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration$$EnhancerBySpringCGLIB$$40526772] - unable to determine constructor/method parameter names 2022-09-14 11:36:13.991 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' 2022-09-14 11:36:13.993 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' 2022-09-14 11:36:13.997 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringToNoneShardingStrategyConfigurationConverter' 2022-09-14 11:36:13.998 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'stringToNoneShardingStrategyConfigurationConverter' of type [org.apache.shardingsphere.spring.boot.converter.StringToNoneShardingStrategyConfigurationConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.008 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.009 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' 2022-09-14 11:36:14.010 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.010 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' 2022-09-14 11:36:14.012 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.012 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' 2022-09-14 11:36:14.014 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.014 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' 2022-09-14 11:36:14.014 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.014 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' 2022-09-14 11:36:14.014 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' 2022-09-14 11:36:14.015 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' 2022-09-14 11:36:14.015 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' 2022-09-14 11:36:14.015 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' 2022-09-14 11:36:14.051 INFO 23556 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration$$EnhancerBySpringCGLIB$$40526772] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 11:36:14.061 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' 2022-09-14 11:36:14.080 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' 2022-09-14 11:36:14.081 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' 2022-09-14 11:36:14.083 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' 2022-09-14 11:36:14.083 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' 2022-09-14 11:36:14.085 DEBUG 23556 --- [main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@1e0fdb2f] 2022-09-14 11:36:14.085 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory' 2022-09-14 11:36:14.086 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' 2022-09-14 11:36:14.086 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' 2022-09-14 11:36:14.096 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource' 2022-09-14 11:36:14.100 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor' 2022-09-14 11:36:14.100 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' 2022-09-14 11:36:14.114 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' 2022-09-14 11:36:14.114 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' 2022-09-14 11:36:14.119 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat' 2022-09-14 11:36:14.155 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' 2022-09-14 11:36:14.155 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration' 2022-09-14 11:36:14.156 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' 2022-09-14 11:36:14.156 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' 2022-09-14 11:36:14.158 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.165 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.166 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' 2022-09-14 11:36:14.166 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.167 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' 2022-09-14 11:36:14.167 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' 2022-09-14 11:36:14.168 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' 2022-09-14 11:36:14.168 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.169 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' 2022-09-14 11:36:14.169 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' 2022-09-14 11:36:14.170 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.187 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'myErrorPageRegistrar' 2022-09-14 11:36:14.188 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConfig' 2022-09-14 11:36:14.193 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer' 2022-09-14 11:36:14.193 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' 2022-09-14 11:36:14.194 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 11:36:14.194 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration' 2022-09-14 11:36:14.194 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' 2022-09-14 11:36:14.195 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet' 2022-09-14 11:36:14.195 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' 2022-09-14 11:36:14.195 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 11:36:14.199 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 11:36:14.209 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' 2022-09-14 11:36:14.209 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 11:36:14.211 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement' 2022-09-14 11:36:14.211 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' 2022-09-14 11:36:14.211 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-09-14 11:36:14.213 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-09-14 11:36:14.218 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' 2022-09-14 11:36:14.312 DEBUG 23556 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\GS-HQY\.m2\repository\org\springframework\boot\spring-boot\2.6.3\spring-boot-2.6.3.jar 2022-09-14 11:36:14.313 DEBUG 23556 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\GS-HQY\.m2\repository\org\springframework\boot\spring-boot\2.6.3\spring-boot-2.6.3.jar 2022-09-14 11:36:14.313 DEBUG 23556 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. 2022-09-14 11:36:14.329 INFO 23556 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2022-09-14 11:36:14.335 INFO 23556 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2022-09-14 11:36:14.336 INFO 23556 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56] 2022-09-14 11:36:14.467 INFO 23556 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2022-09-14 11:36:14.467 DEBUG 23556 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] 2022-09-14 11:36:14.467 INFO 23556 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1197 ms 2022-09-14 11:36:14.471 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'corsFilter' 2022-09-14 11:36:14.471 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConfigurer' 2022-09-14 11:36:14.484 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter' 2022-09-14 11:36:14.485 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' 2022-09-14 11:36:14.487 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter' 2022-09-14 11:36:14.491 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextListener' 2022-09-14 11:36:14.493 DEBUG 23556 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, corsFilter urls=[/*] order=2147483647 2022-09-14 11:36:14.493 DEBUG 23556 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/] 2022-09-14 11:36:14.512 DEBUG 23556 --- [main] o.springframework.web.filter.CorsFilter : Filter 'corsFilter' configured for use 2022-09-14 11:36:14.512 DEBUG 23556 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use 2022-09-14 11:36:14.512 DEBUG 23556 --- [main] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use 2022-09-14 11:36:14.519 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gatherBrokerApplication' 2022-09-14 11:36:14.520 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initConfig' 2022-09-14 11:36:14.524 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configMapper' 2022-09-14 11:36:14.528 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionFactory' 2022-09-14 11:36:14.528 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' 2022-09-14 11:36:14.528 DEBUG 23556 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$ea29ecb3] - unable to determine constructor/method parameter names 2022-09-14 11:36:14.529 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' 2022-09-14 11:36:14.534 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' 2022-09-14 11:36:14.534 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:14.534 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paginationInterceptor' 2022-09-14 11:36:14.534 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbatisPlusConfig' 2022-09-14 11:36:14.542 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shardingDataSource' 2022-09-14 11:36:14.790 INFO 23556 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited 2022-09-14 11:36:15.433 INFO 23556 --- [main] o.a.s.core.log.ConfigurationLogger : ShardingRuleConfiguration: tables: item_record: actualDataNodes: m1.item_record_$->{1..10} keyGenerator: column: id props: worker.id: '1' type: SNOWFLAKE logicTable: item_record tableStrategy: inline: algorithmExpression: item_record_$->{id%10+1} shardingColumn: id 2022-09-14 11:36:15.434 INFO 23556 --- [main] o.a.s.core.log.ConfigurationLogger : Properties: {} 2022-09-14 11:36:15.449 INFO 23556 --- [main] ShardingSphere-metadata : Loading 1 logic tables' meta data. 2022-09-14 11:36:15.512 INFO 23556 --- [main] ShardingSphere-metadata : Loading 15 tables' meta data. 2022-09-14 11:36:15.603 INFO 23556 --- [main] ShardingSphere-metadata : Meta data load finished, cost 169 milliseconds. 2022-09-14 11:36:15.613 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'shardingDataSource' 2022-09-14 11:36:15.668 DEBUG 23556 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Registered plugin: 'AbstractSqlParserHandler(sqlParserList=null, sqlParserFilter=null)' 2022-09-14 11:36:15.729 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.cleanUp 2022-09-14 11:36:15.762 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.insert 2022-09-14 11:36:15.766 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.delete 2022-09-14 11:36:15.768 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteByMap 2022-09-14 11:36:15.771 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteById 2022-09-14 11:36:15.772 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteBatchIds 2022-09-14 11:36:15.776 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.update 2022-09-14 11:36:15.778 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.updateById 2022-09-14 11:36:15.778 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectById 2022-09-14 11:36:15.780 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectBatchIds 2022-09-14 11:36:15.781 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectByMap 2022-09-14 11:36:15.783 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectOne 2022-09-14 11:36:15.785 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectCount 2022-09-14 11:36:15.787 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectMaps 2022-09-14 11:36:15.789 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectMapsPage 2022-09-14 11:36:15.790 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectObjs 2022-09-14 11:36:15.792 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectList 2022-09-14 11:36:15.793 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectPage 2022-09-14 11:36:15.793 DEBUG 23556 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'file [D:\Projects\Broker\gather-broker\target\classes\mapper\ConnectionItemMapper.xml]' 2022-09-14 11:36:15.798 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.saveByBatch 2022-09-14 11:36:15.803 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.insert 2022-09-14 11:36:15.804 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.delete 2022-09-14 11:36:15.805 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteByMap 2022-09-14 11:36:15.806 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteById 2022-09-14 11:36:15.807 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteBatchIds 2022-09-14 11:36:15.809 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.update 2022-09-14 11:36:15.810 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.updateById 2022-09-14 11:36:15.810 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectById 2022-09-14 11:36:15.811 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectBatchIds 2022-09-14 11:36:15.811 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectByMap 2022-09-14 11:36:15.813 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectOne 2022-09-14 11:36:15.814 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectCount 2022-09-14 11:36:15.815 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMaps 2022-09-14 11:36:15.816 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMapsPage 2022-09-14 11:36:15.817 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectObjs 2022-09-14 11:36:15.818 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectList 2022-09-14 11:36:15.819 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectPage 2022-09-14 11:36:15.819 DEBUG 23556 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'file [D:\Projects\Broker\gather-broker\target\classes\mapper\ItemRecordMapper.xml]' 2022-09-14 11:36:15.822 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionTemplate' 2022-09-14 11:36:15.822 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' 2022-09-14 11:36:15.828 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.insert 2022-09-14 11:36:15.829 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.delete 2022-09-14 11:36:15.830 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteByMap 2022-09-14 11:36:15.830 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteById 2022-09-14 11:36:15.831 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteBatchIds 2022-09-14 11:36:15.832 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.update 2022-09-14 11:36:15.833 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.updateById 2022-09-14 11:36:15.833 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectById 2022-09-14 11:36:15.834 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectBatchIds 2022-09-14 11:36:15.835 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectByMap 2022-09-14 11:36:15.836 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectOne 2022-09-14 11:36:15.836 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectCount 2022-09-14 11:36:15.837 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMaps 2022-09-14 11:36:15.838 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMapsPage 2022-09-14 11:36:15.839 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectObjs 2022-09-14 11:36:15.840 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectList 2022-09-14 11:36:15.841 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectPage 2022-09-14 11:36:15.843 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientMapper' 2022-09-14 11:36:15.846 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.insert 2022-09-14 11:36:15.847 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.delete 2022-09-14 11:36:15.848 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteByMap 2022-09-14 11:36:15.848 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteById 2022-09-14 11:36:15.849 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteBatchIds 2022-09-14 11:36:15.850 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.update 2022-09-14 11:36:15.851 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.updateById 2022-09-14 11:36:15.851 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectById 2022-09-14 11:36:15.852 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectBatchIds 2022-09-14 11:36:15.852 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectByMap 2022-09-14 11:36:15.853 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectOne 2022-09-14 11:36:15.854 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectCount 2022-09-14 11:36:15.855 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMaps 2022-09-14 11:36:15.856 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMapsPage 2022-09-14 11:36:15.857 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectObjs 2022-09-14 11:36:15.857 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectList 2022-09-14 11:36:15.858 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectPage 2022-09-14 11:36:15.860 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionMapper' 2022-09-14 11:36:15.863 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.insert 2022-09-14 11:36:15.864 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.delete 2022-09-14 11:36:15.865 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteByMap 2022-09-14 11:36:15.865 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteById 2022-09-14 11:36:15.866 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteBatchIds 2022-09-14 11:36:15.867 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.update 2022-09-14 11:36:15.868 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.updateById 2022-09-14 11:36:15.868 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectById 2022-09-14 11:36:15.869 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectBatchIds 2022-09-14 11:36:15.869 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectByMap 2022-09-14 11:36:15.870 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectOne 2022-09-14 11:36:15.871 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectCount 2022-09-14 11:36:15.872 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMaps 2022-09-14 11:36:15.873 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMapsPage 2022-09-14 11:36:15.874 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectObjs 2022-09-14 11:36:15.875 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectList 2022-09-14 11:36:15.876 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectPage 2022-09-14 11:36:15.878 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'centerServiceImpl' 2022-09-14 11:36:15.880 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttClientServiceImpl' 2022-09-14 11:36:15.885 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'centerMqttCallback' 2022-09-14 11:36:15.888 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionServiceImpl' 2022-09-14 11:36:15.898 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' 2022-09-14 11:36:15.898 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' 2022-09-14 11:36:15.898 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' 2022-09-14 11:36:15.900 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'shardingDataSource' 2022-09-14 11:36:15.900 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' 2022-09-14 11:36:15.903 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduler' 2022-09-14 11:36:15.903 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quartzConfig' 2022-09-14 11:36:15.903 DEBUG 23556 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.idtgz.quartz.QuartzConfig$$EnhancerBySpringCGLIB$$5e01db3f] - unable to determine constructor/method parameter names 2022-09-14 11:36:15.903 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jobFactory' 2022-09-14 11:36:15.904 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jobFactory' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4ebadd3d' 2022-09-14 11:36:15.905 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzConfig' via constructor to bean named 'jobFactory' 2022-09-14 11:36:15.907 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schedulerFactoryBean' 2022-09-14 11:36:15.927 INFO 23556 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor 2022-09-14 11:36:15.938 INFO 23556 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-09-14 11:36:15.938 INFO 23556 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created. 2022-09-14 11:36:15.939 INFO 23556 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2022-09-14 11:36:15.939 INFO 23556 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerFactoryBean' 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. 2022-09-14 11:36:15.940 INFO 23556 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance. 2022-09-14 11:36:15.940 INFO 23556 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2 2022-09-14 11:36:15.940 INFO 23556 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: com.idtgz.quartz.JobFactory@5889fc44 2022-09-14 11:36:15.959 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientServiceImpl' 2022-09-14 11:36:16.002 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionItemServiceImpl' 2022-09-14 11:36:16.003 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionItemMapper' 2022-09-14 11:36:16.011 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataUploadQueueMapper' 2022-09-14 11:36:16.014 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.insert 2022-09-14 11:36:16.014 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.delete 2022-09-14 11:36:16.015 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteByMap 2022-09-14 11:36:16.015 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteById 2022-09-14 11:36:16.016 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteBatchIds 2022-09-14 11:36:16.017 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.update 2022-09-14 11:36:16.017 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.updateById 2022-09-14 11:36:16.017 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectById 2022-09-14 11:36:16.018 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectBatchIds 2022-09-14 11:36:16.018 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectByMap 2022-09-14 11:36:16.019 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectOne 2022-09-14 11:36:16.019 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectCount 2022-09-14 11:36:16.020 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMaps 2022-09-14 11:36:16.021 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMapsPage 2022-09-14 11:36:16.021 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectObjs 2022-09-14 11:36:16.022 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectList 2022-09-14 11:36:16.022 DEBUG 23556 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectPage 2022-09-14 11:36:16.024 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'itemRecordMapper' 2022-09-14 11:36:16.025 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServer' 2022-09-14 11:36:16.032 DEBUG 23556 --- [main] i.n.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework 2022-09-14 11:36:16.037 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : Platform: Windows 2022-09-14 11:36:16.039 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : -Dio.netty.noUnsafe: false 2022-09-14 11:36:16.039 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : Java version: 8 2022-09-14 11:36:16.039 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.theUnsafe: available 2022-09-14 11:36:16.040 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.copyMemory: available 2022-09-14 11:36:16.040 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Buffer.address: available 2022-09-14 11:36:16.041 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : direct buffer constructor: available 2022-09-14 11:36:16.041 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Bits.unaligned: available, true 2022-09-14 11:36:16.041 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9 2022-09-14 11:36:16.041 DEBUG 23556 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.DirectByteBuffer.(long, int): available 2022-09-14 11:36:16.041 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : sun.misc.Unsafe: available 2022-09-14 11:36:16.042 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.tmpdir: C:\Users\GS-HQY\AppData\Local\Temp (java.io.tmpdir) 2022-09-14 11:36:16.042 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.bitMode: 64 (sun.arch.data.model) 2022-09-14 11:36:16.043 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.maxDirectMemory: 3655860224 bytes 2022-09-14 11:36:16.043 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.uninitializedArrayAllocationThreshold: -1 2022-09-14 11:36:16.044 DEBUG 23556 --- [main] io.netty.util.internal.CleanerJava6 : java.nio.ByteBuffer.cleaner(): available 2022-09-14 11:36:16.044 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.noPreferDirect: false 2022-09-14 11:36:16.046 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'protocolProcess' 2022-09-14 11:36:16.051 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'topicProcess' 2022-09-14 11:36:16.052 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'topicServiceImpl' 2022-09-14 11:36:16.054 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'topicProcess' via constructor to bean named 'topicServiceImpl' 2022-09-14 11:36:16.054 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authServiceImpl' 2022-09-14 11:36:16.055 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttInfoServiceImpl' 2022-09-14 11:36:16.057 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServerHandler' 2022-09-14 11:36:16.060 DEBUG 23556 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2022-09-14 11:36:16.060 DEBUG 23556 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2022-09-14 11:36:16.067 DEBUG 23556 --- [main] i.n.channel.MultithreadEventLoopGroup : -Dio.netty.eventLoopThreads: 32 2022-09-14 11:36:16.086 DEBUG 23556 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.noKeySetOptimization: false 2022-09-14 11:36:16.086 DEBUG 23556 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.selectorAutoRebuildThreshold: 512 2022-09-14 11:36:16.088 DEBUG 23556 --- [main] i.netty.util.internal.PlatformDependent : org.jctools-core.MpscChunkedArrayQueue: available 2022-09-14 11:36:16.132 DEBUG 23556 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.processId: 23556 (auto-detected) 2022-09-14 11:36:16.134 DEBUG 23556 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv4Stack: false 2022-09-14 11:36:16.134 DEBUG 23556 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv6Addresses: false 2022-09-14 11:36:16.470 DEBUG 23556 --- [main] io.netty.util.NetUtil : Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1) 2022-09-14 11:36:16.471 DEBUG 23556 --- [main] io.netty.util.NetUtil : Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200 2022-09-14 11:36:16.835 DEBUG 23556 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.machineId: 84:1b:77:ff:fe:84:ad:c8 (auto-detected) 2022-09-14 11:36:16.846 DEBUG 23556 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.level: simple 2022-09-14 11:36:16.846 DEBUG 23556 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.targetRecords: 4 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numHeapArenas: 32 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numDirectArenas: 32 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.pageSize: 8192 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxOrder: 11 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.chunkSize: 16777216 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.tinyCacheSize: 512 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.smallCacheSize: 256 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.normalCacheSize: 64 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimInterval: 8192 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.useCacheForAllThreads: true 2022-09-14 11:36:16.857 DEBUG 23556 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2022-09-14 11:36:16.864 DEBUG 23556 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.allocator.type: pooled 2022-09-14 11:36:16.864 DEBUG 23556 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.threadLocalDirectBufferSize: 0 2022-09-14 11:36:16.864 DEBUG 23556 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.maxThreadLocalCharBufferSize: 16384 2022-09-14 11:36:16.870 WARN 23556 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'TCP_NODELAY' for channel '[id: 0x8a784155]' 2022-09-14 11:36:16.870 WARN 23556 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x8a784155]' 2022-09-14 11:36:16.890 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:16.893 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33f349ae] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:16.923 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:16.923 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@60ae7cf2] will not be managed by Spring 2022-09-14 11:36:16.926 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 11:36:16.938 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: PIPE_LINE_CONFIG(String) 2022-09-14 11:36:17.268 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 11:36:17.269 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33f349ae] 2022-09-14 11:36:17.655 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.656 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a85e86e] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.656 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.656 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@320fc4b0] will not be managed by Spring 2022-09-14 11:36:17.657 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Preparing: SELECT id,connection_sign,connection_type,connection_protocol,connection_name,connection_json,connection_status,client_id,device_id,upload_type,upload_cycle,store_strategy,is_uploaded,created_time,updated_time FROM connection 2022-09-14 11:36:17.657 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Parameters: 2022-09-14 11:36:17.683 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : <== Total: 3 2022-09-14 11:36:17.684 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a85e86e] 2022-09-14 11:36:17.710 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.710 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2dcd451f] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.713 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.713 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@342394b3] will not be managed by Spring 2022-09-14 11:36:17.714 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.714 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567435230325743617(Long) 2022-09-14 11:36:17.738 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 8 2022-09-14 11:36:17.738 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2dcd451f] 2022-09-14 11:36:17.744 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.744 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54f9326c] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.745 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.746 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@5016f1a] will not be managed by Spring 2022-09-14 11:36:17.746 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.747 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567757549090869249(Long) 2022-09-14 11:36:17.750 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 0 2022-09-14 11:36:17.750 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54f9326c] 2022-09-14 11:36:17.751 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.751 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d5c160e] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.753 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.753 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@675230cd] will not be managed by Spring 2022-09-14 11:36:17.754 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.754 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567759971653750786(Long) 2022-09-14 11:36:17.757 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 0 2022-09-14 11:36:17.758 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d5c160e] 2022-09-14 11:36:17.759 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.759 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52bb3dcd] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.759 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.760 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@654db80b] will not be managed by Spring 2022-09-14 11:36:17.760 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Preparing: SELECT id,client_type,client_id,client_status,client_name,client_host,created_time,updated_time FROM client 2022-09-14 11:36:17.760 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Parameters: 2022-09-14 11:36:17.778 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : <== Total: 3 2022-09-14 11:36:17.778 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52bb3dcd] 2022-09-14 11:36:17.873 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.873 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@105dc246] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.875 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.875 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@1b556a88] will not be managed by Spring 2022-09-14 11:36:17.876 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 11:36:17.876 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: STORE_CONFIG(String) 2022-09-14 11:36:17.879 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 11:36:17.880 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@105dc246] 2022-09-14 11:36:17.882 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.883 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c316230] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.884 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.884 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@41581c3f] will not be managed by Spring 2022-09-14 11:36:17.885 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 11:36:17.885 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: LOCAL_CONFIG(String) 2022-09-14 11:36:17.889 DEBUG 23556 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 11:36:17.889 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c316230] 2022-09-14 11:36:17.895 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.895 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e97f51c] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.901 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.901 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@18dafd3b] will not be managed by Spring 2022-09-14 11:36:17.901 DEBUG 23556 --- [main] c.i.dao.mapper.ConnectionMapper.update : ==> Preparing: UPDATE connection SET connection_status=? WHERE connection_status = ? 2022-09-14 11:36:17.903 DEBUG 23556 --- [main] c.i.dao.mapper.ConnectionMapper.update : ==> Parameters: 0(Integer), 1(Integer) 2022-09-14 11:36:17.918 DEBUG 23556 --- [main] c.i.dao.mapper.ConnectionMapper.update : <== Updates: 0 2022-09-14 11:36:17.918 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e97f51c] 2022-09-14 11:36:17.919 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.919 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59282dc6] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.919 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.919 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@603b9d4b] will not be managed by Spring 2022-09-14 11:36:17.920 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Preparing: SELECT id,client_type,client_id,client_status,client_name,client_host,created_time,updated_time FROM client 2022-09-14 11:36:17.920 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Parameters: 2022-09-14 11:36:17.924 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.selectList : <== Total: 3 2022-09-14 11:36:17.924 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59282dc6] 2022-09-14 11:36:17.925 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.925 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f9ccd0c] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.930 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.930 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@34647f58] will not be managed by Spring 2022-09-14 11:36:17.931 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 11:36:17.932 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), FE518CB4AF6FBE6E6A646194BE946504(String), 0(Integer), DESKTOP-8IHS9ED(String), [fe80::e4c3:f5b5:8850:2594%22, fe80::b5fd:35fb:59fb:bf80%14, fe80::3995:4e66:f13f:5fae%20, fe80::5192:fdaf:be79:26e7%15, fe80::d18:7721:d793:ab2f%23, 192.168.187.129, 192.168.31.128, 172.22.57.195, 192.168.189.1, 192.168.83.1](String), 2022-09-07 16:50:38.0(Timestamp), 2022-09-08 14:11:17.0(Timestamp), 1(Long) 2022-09-14 11:36:17.940 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 11:36:17.941 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f9ccd0c] 2022-09-14 11:36:17.941 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.941 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b52a40] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.941 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.942 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@178ba69f] will not be managed by Spring 2022-09-14 11:36:17.942 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 11:36:17.943 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), 3C391D2B6239A578B597822C6CBC2589(String), 0(Integer), OPC-Test-PC(String), [fe80::6cfb:6e20:e8f3:1ea8%11, 192.168.189.129](String), 2022-09-08 14:07:05.0(Timestamp), 2022-09-08 15:03:31.0(Timestamp), 2(Long) 2022-09-14 11:36:17.945 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 11:36:17.945 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b52a40] 2022-09-14 11:36:17.945 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.945 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@903c13] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.946 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.946 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@4ae5ddc0] will not be managed by Spring 2022-09-14 11:36:17.946 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 11:36:17.947 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), 6C69F889DA6C1E094B801800EF633372(String), 0(Integer), USER-20210717CI(String), [172.22.34.145, 192.168.31.192, fe80::ad8c:2e7b:b0fe:9b1b%9, fe80::92c:43ed:97d6:c0fe%17](String), 2022-09-08 14:20:06.0(Timestamp), 2022-09-08 14:20:06.0(Timestamp), 3(Long) 2022-09-14 11:36:17.948 DEBUG 23556 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@903c13] 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f4e389a] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@3ba1f56e] will not be managed by Spring 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Preparing: SELECT id,connection_sign,connection_type,connection_protocol,connection_name,connection_json,connection_status,client_id,device_id,upload_type,upload_cycle,store_strategy,is_uploaded,created_time,updated_time FROM connection 2022-09-14 11:36:17.949 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Parameters: 2022-09-14 11:36:17.953 DEBUG 23556 --- [main] c.i.d.m.ConnectionMapper.selectList : <== Total: 3 2022-09-14 11:36:17.953 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f4e389a] 2022-09-14 11:36:17.954 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.954 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12f3fcd] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.955 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.955 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@6dc2e473] will not be managed by Spring 2022-09-14 11:36:17.955 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.956 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567435230325743617(Long) 2022-09-14 11:36:17.960 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 8 2022-09-14 11:36:17.960 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12f3fcd] 2022-09-14 11:36:17.961 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.961 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33837bd4] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.962 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.962 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@511bfbb0] will not be managed by Spring 2022-09-14 11:36:17.963 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.963 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567757549090869249(Long) 2022-09-14 11:36:17.965 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 0 2022-09-14 11:36:17.966 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33837bd4] 2022-09-14 11:36:17.966 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.966 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7836c79] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.967 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.967 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@5ccc971e] will not be managed by Spring 2022-09-14 11:36:17.968 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 11:36:17.968 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567759971653750786(Long) 2022-09-14 11:36:17.969 DEBUG 23556 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 0 2022-09-14 11:36:17.970 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7836c79] 2022-09-14 11:36:17.971 INFO 23556 --- [main] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 2022-09-14 11:36:17.971 DEBUG 23556 --- [schedulerFactoryBean_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers 2022-09-14 11:36:17.971 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configContext' 2022-09-14 11:36:17.971 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateController' 2022-09-14 11:36:17.972 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'testController' 2022-09-14 11:36:17.973 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webController' 2022-09-14 11:36:17.980 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configServiceImpl' 2022-09-14 11:36:17.985 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'exceptionHandler' 2022-09-14 11:36:17.989 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduleServiceImpl' 2022-09-14 11:36:17.991 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:17.992 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60b4d934] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:17.993 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:17.993 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@6a3e633a] will not be managed by Spring 2022-09-14 11:36:17.993 DEBUG 23556 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : ==> Preparing: DELETE FROM item_record WHERE item_timestamp < ? 2022-09-14 11:36:17.994 DEBUG 23556 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : ==> Parameters: 2022-09-11 11:36:17.991(Timestamp) 2022-09-14 11:36:18.080 DEBUG 23556 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : <== Updates: 0 2022-09-14 11:36:18.080 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60b4d934] 2022-09-14 11:36:18.081 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:18.081 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@612bb755] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:18.082 DEBUG 23556 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:18.082 DEBUG 23556 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@6ba226cd] will not be managed by Spring 2022-09-14 11:36:18.083 DEBUG 23556 --- [main] c.i.d.m.DataUploadQueueMapper.delete : ==> Preparing: DELETE FROM data_upload_queue WHERE item_timestamp < ? 2022-09-14 11:36:18.083 DEBUG 23556 --- [main] c.i.d.m.DataUploadQueueMapper.delete : ==> Parameters: 2022-09-11 11:36:18.08(Timestamp) 2022-09-14 11:36:18.092 DEBUG 23556 --- [main] c.i.d.m.DataUploadQueueMapper.delete : <== Updates: 0 2022-09-14 11:36:18.092 DEBUG 23556 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@612bb755] 2022-09-14 11:36:18.102 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' 2022-09-14 11:36:18.102 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' 2022-09-14 11:36:18.103 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' 2022-09-14 11:36:18.103 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' 2022-09-14 11:36:18.104 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' 2022-09-14 11:36:18.104 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder' 2022-09-14 11:36:18.105 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-09-14 11:36:18.107 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-09-14 11:36:18.109 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' 2022-09-14 11:36:18.110 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator' 2022-09-14 11:36:18.110 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:18.111 DEBUG 23556 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL 2022-09-14 11:36:18.114 DEBUG 23556 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator 2022-09-14 11:36:18.115 DEBUG 23556 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory 2022-09-14 11:36:18.115 DEBUG 23556 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1 2022-09-14 11:36:18.117 DEBUG 23556 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. 2022-09-14 11:36:18.117 DEBUG 23556 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader 2022-09-14 11:36:18.117 DEBUG 23556 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL 2022-09-14 11:36:18.117 DEBUG 23556 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader 2022-09-14 11:36:18.117 DEBUG 23556 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. 2022-09-14 11:36:18.118 DEBUG 23556 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. 2022-09-14 11:36:18.120 DEBUG 23556 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. 2022-09-14 11:36:18.122 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' 2022-09-14 11:36:18.124 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error' 2022-09-14 11:36:18.125 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver' 2022-09-14 11:36:18.126 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' 2022-09-14 11:36:18.127 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 11:36:18.133 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:18.133 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 11:36:18.134 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver' 2022-09-14 11:36:18.135 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes' 2022-09-14 11:36:18.136 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController' 2022-09-14 11:36:18.137 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' 2022-09-14 11:36:18.140 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' 2022-09-14 11:36:18.143 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 11:36:18.143 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 11:36:18.144 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4ebadd3d' 2022-09-14 11:36:18.153 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' 2022-09-14 11:36:18.154 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 11:36:18.154 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 11:36:18.154 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4ebadd3d' 2022-09-14 11:36:18.157 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter' 2022-09-14 11:36:18.158 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager' 2022-09-14 11:36:18.163 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService' 2022-09-14 11:36:18.168 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator' 2022-09-14 11:36:18.171 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.171 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.171 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-09-14 11:36:18.172 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.172 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.172 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-09-14 11:36:18.180 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters' 2022-09-14 11:36:18.180 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' 2022-09-14 11:36:18.184 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter' 2022-09-14 11:36:18.184 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' 2022-09-14 11:36:18.185 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' 2022-09-14 11:36:18.192 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' 2022-09-14 11:36:18.192 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' 2022-09-14 11:36:18.193 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper' 2022-09-14 11:36:18.193 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' 2022-09-14 11:36:18.193 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' 2022-09-14 11:36:18.194 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' 2022-09-14 11:36:18.194 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' 2022-09-14 11:36:18.195 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-09-14 11:36:18.197 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:18.197 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-09-14 11:36:18.198 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:18.198 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' 2022-09-14 11:36:18.199 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule' 2022-09-14 11:36:18.199 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' 2022-09-14 11:36:18.203 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule' 2022-09-14 11:36:18.203 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' 2022-09-14 11:36:18.209 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' 2022-09-14 11:36:18.230 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' 2022-09-14 11:36:18.426 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor' 2022-09-14 11:36:18.426 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder' 2022-09-14 11:36:18.429 DEBUG 23556 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2022-09-14 11:36:18.444 DEBUG 23556 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice 2022-09-14 11:36:18.462 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping' 2022-09-14 11:36:18.463 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider' 2022-09-14 11:36:18.466 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.466 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.466 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.467 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.467 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.467 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.484 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.TemplateController: { [/temp/web/**]}: index() { [/]}: index2(HttpServletRequest) 2022-09-14 11:36:18.488 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.TestController: {GET [/test/test]}: test() {GET [/test/db/mysql]}: mysql() {GET [/test/cilentAddConect]}: cilentAddConect() {GET [/test/getAvailabableServer]}: getAvailabableServer() 2022-09-14 11:36:18.493 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.WebController: {GET [/web/configInfo]}: configInfo() {GET [/web/clients]}: clients(BaseRequest) {PUT [/web/connects]}: updateConnect(ConnectionDTO) {GET [/web/connects]}: connectsPageList(BaseRequest) {DELETE [/web/connects]}: delConnect(String,Long,Integer,String) {POST [/web/connects]}: newConnect(ConnectionDTO) {POST [/web/updateSchedule]}: updateSchedule(String,Integer,Integer,Integer,Integer) {POST [/web/pipeLineConfig]}: updatePipeLineConfig(String,Integer,String,String,String) {POST [/web/storeConfig]}: updateStoreConfig(Integer) {GET [/web/connectionItem]}: connectionItemPageList(String,String,Integer,Integer) {DELETE [/web/connectionItem]}: delConnectionItem(DelConnectionItemDTO) {GET [/web/avilableItem]}: avilableItem(Long,Integer,String,String,Integer,String,String) {GET [/web/avilableServer]}: avilableServer(String,Integer,String,Integer) {GET [/web/itemRecord]}: itemRecord(ItemRecordDTO) {GET [/web/uploadQueue]}: uploadQueue(UploadQueueDTO) {POST [/web/addClientItem]}: addClientItem(AddClientItemDTO) {GET [/web/centerSyn]}: centerSyn() 2022-09-14 11:36:18.496 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : o.s.b.a.w.s.e.BasicErrorController: { [/error]}: error(HttpServletRequest) { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) 2022-09-14 11:36:18.497 DEBUG 23556 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 25 mappings in 'requestMappingHandlerMapping' 2022-09-14 11:36:18.498 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping' 2022-09-14 11:36:18.498 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b' 2022-09-14 11:36:18.498 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.498 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.499 INFO 23556 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [templates/index.html] 2022-09-14 11:36:18.502 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver' 2022-09-14 11:36:18.503 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver' 2022-09-14 11:36:18.504 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager' 2022-09-14 11:36:18.506 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser' 2022-09-14 11:36:18.506 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper' 2022-09-14 11:36:18.507 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher' 2022-09-14 11:36:18.507 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping' 2022-09-14 11:36:18.508 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.508 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.508 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping' 2022-09-14 11:36:18.508 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.508 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.509 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {} 2022-09-14 11:36:18.510 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping' 2022-09-14 11:36:18.510 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.510 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.513 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping' 2022-09-14 11:36:18.513 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.513 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.513 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 11:36:18.521 DEBUG 23556 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [templates/]], /doc.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /swagger-ui.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /view.html=ResourceHttpRequestHandler [classpath [templates/carqueue/]], /configuration/ui=ResourceHttpRequestHandler []} 2022-09-14 11:36:18.522 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping' 2022-09-14 11:36:18.522 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter' 2022-09-14 11:36:18.523 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor' 2022-09-14 11:36:18.523 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' 2022-09-14 11:36:18.523 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' 2022-09-14 11:36:18.525 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter' 2022-09-14 11:36:18.525 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' 2022-09-14 11:36:18.525 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver' 2022-09-14 11:36:18.526 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.529 DEBUG 23556 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice 2022-09-14 11:36:18.530 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver' 2022-09-14 11:36:18.530 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 11:36:18.531 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator' 2022-09-14 11:36:18.532 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver' 2022-09-14 11:36:18.536 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' 2022-09-14 11:36:18.537 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4ebadd3d' 2022-09-14 11:36:18.538 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' 2022-09-14 11:36:18.539 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' 2022-09-14 11:36:18.539 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' 2022-09-14 11:36:18.539 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' 2022-09-14 11:36:18.539 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' 2022-09-14 11:36:18.545 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' 2022-09-14 11:36:18.546 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'environment' 2022-09-14 11:36:18.546 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanExporter' 2022-09-14 11:36:18.546 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectNamingStrategy' 2022-09-14 11:36:18.548 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' 2022-09-14 11:36:18.548 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4ebadd3d' 2022-09-14 11:36:18.551 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanServer' 2022-09-14 11:36:18.553 DEBUG 23556 --- [main] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5d5eef3d 2022-09-14 11:36:18.557 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' 2022-09-14 11:36:18.558 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springApplicationAdminRegistrar' 2022-09-14 11:36:18.558 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' 2022-09-14 11:36:18.560 DEBUG 23556 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' 2022-09-14 11:36:18.560 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' 2022-09-14 11:36:18.561 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' 2022-09-14 11:36:18.561 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' 2022-09-14 11:36:18.561 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' 2022-09-14 11:36:18.561 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability' 2022-09-14 11:36:18.563 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' 2022-09-14 11:36:18.563 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' 2022-09-14 11:36:18.563 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor' 2022-09-14 11:36:18.563 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-09-14 11:36:18.564 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-09-14 11:36:18.565 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' 2022-09-14 11:36:18.565 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' 2022-09-14 11:36:18.565 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' 2022-09-14 11:36:18.567 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-09-14 11:36:18.568 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-09-14 11:36:18.568 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' 2022-09-14 11:36:18.568 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate' 2022-09-14 11:36:18.568 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' 2022-09-14 11:36:18.569 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'shardingDataSource' 2022-09-14 11:36:18.569 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' 2022-09-14 11:36:18.577 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' 2022-09-14 11:36:18.577 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate' 2022-09-14 11:36:18.578 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' 2022-09-14 11:36:18.580 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' 2022-09-14 11:36:18.581 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' 2022-09-14 11:36:18.581 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-09-14 11:36:18.582 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-09-14 11:36:18.582 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration' 2022-09-14 11:36:18.583 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties' 2022-09-14 11:36:18.584 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' 2022-09-14 11:36:18.584 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' 2022-09-14 11:36:18.584 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskScheduler' 2022-09-14 11:36:18.585 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder' 2022-09-14 11:36:18.585 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-09-14 11:36:18.586 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-09-14 11:36:18.587 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskScheduler' via factory method to bean named 'taskSchedulerBuilder' 2022-09-14 11:36:18.589 DEBUG 23556 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2022-09-14 11:36:18.590 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter' 2022-09-14 11:36:18.591 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' 2022-09-14 11:36:18.591 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager' 2022-09-14 11:36:18.591 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' 2022-09-14 11:36:18.591 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'shardingDataSource' 2022-09-14 11:36:18.593 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' 2022-09-14 11:36:18.593 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' 2022-09-14 11:36:18.594 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' 2022-09-14 11:36:18.598 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' 2022-09-14 11:36:18.598 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration' 2022-09-14 11:36:18.599 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration' 2022-09-14 11:36:18.599 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' 2022-09-14 11:36:18.599 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate' 2022-09-14 11:36:18.599 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' 2022-09-14 11:36:18.601 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' 2022-09-14 11:36:18.601 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' 2022-09-14 11:36:18.601 DEBUG 23556 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver' 2022-09-14 11:36:18.610 DEBUG 23556 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2022-09-14 11:36:18.610 DEBUG 23556 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Autodetecting user-defined JMX MBeans 2022-09-14 11:36:18.615 DEBUG 23556 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483646 2022-09-14 11:36:18.624 INFO 23556 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2022-09-14 11:36:18.625 DEBUG 23556 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop' 2022-09-14 11:36:18.625 DEBUG 23556 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 2022-09-14 11:36:18.625 DEBUG 23556 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown' 2022-09-14 11:36:18.637 DEBUG 23556 --- [main] ConditionEvaluationReportLoggingListener : ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AopAutoConfiguration matched: - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) DataSourceAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) DataSourceInitializationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceJmxConfiguration matched: - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) DataSourceJmxConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) GenericCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcTemplateAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) JdbcTemplateConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxAutoConfiguration#mbeanExporter matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxAutoConfiguration#mbeanServer matched: - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration#objectNamingStrategy matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionFactory matched: - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionTemplate matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) NamedParameterJdbcTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) NettyAutoConfiguration matched: - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) NoOpCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) PersistenceExceptionTranslationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) QuartzAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.quartz.Scheduler', 'org.springframework.scheduling.quartz.SchedulerFactoryBean', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateAutoConfiguration#restTemplateBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) SimpleCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) SpringApplicationAdminJmxAutoConfiguration matched: - @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringBootConfiguration matched: - @ConditionalOnProperty (spring.shardingsphere.enabled=true) matched (OnPropertyCondition) SpringBootConfiguration#shardingDataSource matched: - matched (ShardingRuleCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutionAutoConfiguration#applicationTaskExecutor matched: - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration#taskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingAutoConfiguration#taskScheduler matched: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.SchedulingConfigurer,org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionAutoConfiguration#platformTransactionManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition) - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition) ValidationAutoConfiguration#defaultValidator matched: - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration#methodValidationPostProcessor matched: - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebSocketServletAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) AopAutoConfiguration.ClassProxyingConfiguration: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) CacheAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) CaffeineCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) ClientHttpConnectorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CodecsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: Did not match: - EmbeddedDataSource found supported pooled data source (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration: Did not match: - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' shardingDataSource (OnBeanCondition) Matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) DataSourceConfiguration.Dbcp2: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourceConfiguration.Generic: Did not match: - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) DataSourceConfiguration.OracleUcp: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourceConfiguration.Tomcat: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.DataCredentials @ConditionalOnProperty (spring.datasource.data-username) did not find property 'data-username'; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.SchemaCredentials @ConditionalOnProperty (spring.datasource.schema-username) did not find property 'schema-username' (DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition) DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration: Did not match: - DataSource Initialization did not find configured properties spring.datasource.data-username, spring.datasource.schema-password, spring.datasource.schema[0], spring.datasource.data[0], spring.datasource.data, spring.datasource.schema-username, spring.datasource.data-password, spring.datasource.initialization-mode, spring.datasource.schema, spring.datasource.sql-script-encoding, spring.datasource.separator, spring.datasource.platform, spring.datasource.continue-on-error (DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration.DataSourceInitializationCondition) DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) EhCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedMongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) ErrorWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) GsonHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HibernateJpaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.persistence.EntityManager' (OnClassCondition) HttpHandlerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxDbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) JCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JtaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration: Did not match: - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperFactoryBean' &clientMapper, &configMapper, &connectionItemMapper, &connectionMapper, &dataUploadQueueMapper, &itemRecordMapper (OnBeanCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) OAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) ProjectInfoAutoConfiguration#gitProperties: Did not match: - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) QuartzAutoConfiguration#quartzScheduler: Did not match: - @ConditionalOnMissingBean (types: org.springframework.scheduling.quartz.SchedulerFactoryBean; SearchStrategy: all) found beans of type 'org.springframework.scheduling.quartz.SchedulerFactoryBean' &schedulerFactoryBean (OnBeanCondition) QuartzAutoConfiguration.JdbcStoreTypeConfiguration: Did not match: - @ConditionalOnProperty (spring.quartz.job-store-type=jdbc) did not find property 'job-store-type' (OnPropertyCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition) ReactiveElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) ReactiveMultipartAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) RedisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) RedisReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) RedisRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) SecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityFilterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) ServletWebServerFactoryAutoConfiguration#forwardedHeaderFilter: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SolrAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition) SpringBootConfiguration#encryptDataSource: Did not match: - Can't find ShardingSphere encrypt rule configuration in environment. (EncryptRuleCondition) SpringBootConfiguration#masterSlaveDataSource: Did not match: - Can't find ShardingSphere master-slave rule configuration in environment. (MasterSlaveRuleCondition) SpringBootConfiguration#shadowDataSource: Did not match: - Can't find ShardingSphere shadow rule configuration in environment. (ShadowRuleCondition) SpringDataWebAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition) ThymeleafAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition) TransactionAutoConfiguration#transactionalOperator: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) UserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) WebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) found beans of type 'org.springframework.web.context.request.RequestContextListener' requestContextListener (OnBeanCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSessionIdResolverAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketServletAutoConfiguration.Jetty10WebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer', 'org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer' (OnClassCondition) WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.TransactionManager' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration cn.hutool.extra.spring.SpringUtil org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration 2022-09-14 11:36:18.646 DEBUG 23556 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String 2022-09-14 11:36:18.648 INFO 23556 --- [main] com.idtgz.GatherBrokerApplication : Started GatherBrokerApplication in 5.967 seconds (JVM running for 7.56) 2022-09-14 11:36:18.650 DEBUG 23556 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT 2022-09-14 11:36:18.651 DEBUG 23556 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC 2022-09-14 11:36:19.802 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC 2022-09-14 11:36:19.803 DEBUG 23556 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51df223b, started on Wed Sep 14 11:36:13 CST 2022 2022-09-14 11:36:19.803 DEBUG 23556 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String 2022-09-14 11:36:19.805 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647 2022-09-14 11:36:19.805 INFO 23556 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused. 2022-09-14 11:36:19.805 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'schedulerFactoryBean' completed its stop procedure 2022-09-14 11:36:19.806 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure 2022-09-14 11:36:19.806 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483646 2022-09-14 11:36:20.004 DEBUG 23556 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 11:36:20.004 DEBUG 23556 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65651ea6] was not registered for synchronization because synchronization is not active 2022-09-14 11:36:20.006 DEBUG 23556 --- [scheduling-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 11:36:20.006 DEBUG 23556 --- [scheduling-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@73079c20] will not be managed by Spring 2022-09-14 11:36:20.013 DEBUG 23556 --- [scheduling-1] c.b.m.e.p.p.o.JsqlParserCountOptimize : JsqlParserCountOptimize sql=SELECT id,connection_id,item_timestamp,is_success,is_stored,connection_sign,connection_device_id,connection_type,store_strategy,update_time FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 11:36:20.033 DEBUG 23556 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Preparing: SELECT COUNT(1) FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 11:36:20.033 DEBUG 23556 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Parameters: true(Boolean), false(Boolean) 2022-09-14 11:36:20.062 DEBUG 23556 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65651ea6] 2022-09-14 11:36:20.231 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure 2022-09-14 11:36:20.231 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2022-09-14 11:36:20.232 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 2022-09-14 11:36:20.232 DEBUG 23556 --- [SpringApplicationShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2022-09-14 11:36:20.233 INFO 23556 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down. 2022-09-14 11:36:20.233 INFO 23556 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused. 2022-09-14 11:36:20.233 DEBUG 23556 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutting down threadpool... 2022-09-14 11:36:20.233 DEBUG 23556 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutdown of threadpool complete. 2022-09-14 11:36:20.233 INFO 23556 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete. 2022-09-14 11:36:20.233 INFO 23556 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler 2022-09-14 11:36:20.234 INFO 23556 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... 2022-09-14 11:36:20.236 INFO 23556 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed 2022-09-14 15:36:38.471 DEBUG 23608 --- [background-preinit] org.jboss.logging : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-09-14 15:36:38.480 DEBUG 23608 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. 2022-09-14 15:36:38.481 DEBUG 23608 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL 2022-09-14 15:36:38.482 DEBUG 23608 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader 2022-09-14 15:36:38.482 DEBUG 23608 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. 2022-09-14 15:36:38.486 DEBUG 23608 --- [background-preinit] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. 2022-09-14 15:36:38.488 INFO 23608 --- [main] com.idtgz.GatherBrokerApplication : Starting GatherBrokerApplication using Java 1.8.0_201 on DESKTOP-8IHS9ED with PID 23608 (D:\Projects\Broker\gather-broker\target\classes started by GS-HQY in D:\Projects\Broker\gather-broker) 2022-09-14 15:36:38.489 DEBUG 23608 --- [main] com.idtgz.GatherBrokerApplication : Running with Spring Boot v2.6.3, Spring v5.3.15 2022-09-14 15:36:38.489 INFO 23608 --- [main] com.idtgz.GatherBrokerApplication : The following profiles are active: dev 2022-09-14 15:36:38.489 DEBUG 23608 --- [main] o.s.boot.SpringApplication : Loading source class com.idtgz.GatherBrokerApplication 2022-09-14 15:36:38.503 DEBUG 23608 --- [background-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL 2022-09-14 15:36:38.608 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. 2022-09-14 15:36:38.611 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. 2022-09-14 15:36:38.612 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. 2022-09-14 15:36:38.612 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. 2022-09-14 15:36:38.612 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. 2022-09-14 15:36:38.612 DEBUG 23608 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. 2022-09-14 15:36:38.625 DEBUG 23608 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722 2022-09-14 15:36:38.639 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' 2022-09-14 15:36:38.648 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' 2022-09-14 15:36:38.698 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\InitConfig.class] 2022-09-14 15:36:38.700 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\MbatisPlusConfig.class] 2022-09-14 15:36:38.702 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\WebConfig.class] 2022-09-14 15:36:38.702 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\config\WebConfigurer.class] 2022-09-14 15:36:38.703 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\context\ConfigContext.class] 2022-09-14 15:36:38.707 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\TemplateController.class] 2022-09-14 15:36:38.711 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\TestController.class] 2022-09-14 15:36:38.714 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\controller\WebController.class] 2022-09-14 15:36:38.722 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\exception\ExceptionHandler.class] 2022-09-14 15:36:38.724 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\model\pipeline\CenterMqttCallback.class] 2022-09-14 15:36:38.729 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\MqttServer.class] 2022-09-14 15:36:38.730 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\MqttServerHandler.class] 2022-09-14 15:36:38.732 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Ignored because not a concrete top-level class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\MqttAuth.class] 2022-09-14 15:36:38.733 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\impl\AuthServiceImpl.class] 2022-09-14 15:36:38.734 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\api\impl\TopicServiceImpl.class] 2022-09-14 15:36:38.744 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\protocol\ProtocolProcess.class] 2022-09-14 15:36:38.746 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\mqtt\protocol\process\TopicProcess.class] 2022-09-14 15:36:38.747 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\quartz\JobFactory.class] 2022-09-14 15:36:38.747 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\quartz\QuartzConfig.class] 2022-09-14 15:36:38.749 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\CenterServiceImpl.class] 2022-09-14 15:36:38.749 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ClientServiceImpl.class] 2022-09-14 15:36:38.749 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConfigServiceImpl.class] 2022-09-14 15:36:38.750 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConnectionItemServiceImpl.class] 2022-09-14 15:36:38.750 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ConnectionServiceImpl.class] 2022-09-14 15:36:38.750 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\MqttClientServiceImpl.class] 2022-09-14 15:36:38.751 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\MqttInfoServiceImpl.class] 2022-09-14 15:36:38.752 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\service\impl\ScheduleServiceImpl.class] 2022-09-14 15:36:38.931 DEBUG 23608 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: URL [jar:file:/C:/Users/GS-HQY/.m2/repository/org/apache/shardingsphere/sharding-spring-boot-util/4.1.0/sharding-spring-boot-util-4.1.0.jar!/org/apache/shardingsphere/spring/boot/converter/StringToNoneShardingStrategyConfigurationConverter.class] 2022-09-14 15:36:39.006 DEBUG 23608 --- [main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. 2022-09-14 15:36:39.008 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ClientMapper.class] 2022-09-14 15:36:39.008 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConfigMapper.class] 2022-09-14 15:36:39.009 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConnectionItemMapper.class] 2022-09-14 15:36:39.009 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ConnectionMapper.class] 2022-09-14 15:36:39.009 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\DataUploadQueueMapper.class] 2022-09-14 15:36:39.009 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\Broker\gather-broker\target\classes\com\idtgz\dao\mapper\ItemRecordMapper.class] 2022-09-14 15:36:39.010 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'clientMapper' and 'com.idtgz.dao.mapper.ClientMapper' mapperInterface 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'clientMapper'. 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'configMapper' and 'com.idtgz.dao.mapper.ConfigMapper' mapperInterface 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'configMapper'. 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'connectionItemMapper' and 'com.idtgz.dao.mapper.ConnectionItemMapper' mapperInterface 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'connectionItemMapper'. 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'connectionMapper' and 'com.idtgz.dao.mapper.ConnectionMapper' mapperInterface 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'connectionMapper'. 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'dataUploadQueueMapper' and 'com.idtgz.dao.mapper.DataUploadQueueMapper' mapperInterface 2022-09-14 15:36:39.011 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'dataUploadQueueMapper'. 2022-09-14 15:36:39.012 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'itemRecordMapper' and 'com.idtgz.dao.mapper.ItemRecordMapper' mapperInterface 2022-09-14 15:36:39.012 DEBUG 23608 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'itemRecordMapper'. 2022-09-14 15:36:39.260 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' 2022-09-14 15:36:39.266 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' 2022-09-14 15:36:39.286 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' 2022-09-14 15:36:39.287 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' 2022-09-14 15:36:39.287 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' 2022-09-14 15:36:39.287 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' 2022-09-14 15:36:39.288 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' 2022-09-14 15:36:39.290 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' 2022-09-14 15:36:39.290 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' 2022-09-14 15:36:39.292 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' 2022-09-14 15:36:39.292 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' 2022-09-14 15:36:39.292 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory' 2022-09-14 15:36:39.293 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' 2022-09-14 15:36:39.294 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration' 2022-09-14 15:36:39.297 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor' 2022-09-14 15:36:39.314 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' 2022-09-14 15:36:39.315 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' 2022-09-14 15:36:39.322 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shardingTransactionTypeScanner' 2022-09-14 15:36:39.322 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' 2022-09-14 15:36:39.322 DEBUG 23608 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration$$EnhancerBySpringCGLIB$$747a9db] - unable to determine constructor/method parameter names 2022-09-14 15:36:39.323 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' 2022-09-14 15:36:39.325 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' 2022-09-14 15:36:39.329 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringToNoneShardingStrategyConfigurationConverter' 2022-09-14 15:36:39.330 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'stringToNoneShardingStrategyConfigurationConverter' of type [org.apache.shardingsphere.spring.boot.converter.StringToNoneShardingStrategyConfigurationConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.339 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.340 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' 2022-09-14 15:36:39.341 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.341 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' 2022-09-14 15:36:39.342 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.343 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' 2022-09-14 15:36:39.344 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' 2022-09-14 15:36:39.345 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.sharding-org.apache.shardingsphere.shardingjdbc.spring.boot.sharding.SpringBootShardingRuleConfigurationProperties' 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.masterslave-org.apache.shardingsphere.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties' 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.encrypt-org.apache.shardingsphere.shardingjdbc.spring.boot.encrypt.SpringBootEncryptRuleConfigurationProperties' 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere.shadow-org.apache.shardingsphere.shardingjdbc.spring.boot.shadow.SpringBootShadowRuleConfigurationProperties' 2022-09-14 15:36:39.345 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' via constructor to bean named 'spring.shardingsphere-org.apache.shardingsphere.shardingjdbc.spring.boot.common.SpringBootPropertiesConfigurationProperties' 2022-09-14 15:36:39.376 INFO 23608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration' of type [org.apache.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration$$EnhancerBySpringCGLIB$$747a9db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2022-09-14 15:36:39.386 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' 2022-09-14 15:36:39.401 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' 2022-09-14 15:36:39.401 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' 2022-09-14 15:36:39.403 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' 2022-09-14 15:36:39.403 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' 2022-09-14 15:36:39.405 DEBUG 23608 --- [main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@51b77cdf] 2022-09-14 15:36:39.405 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory' 2022-09-14 15:36:39.406 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' 2022-09-14 15:36:39.406 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' 2022-09-14 15:36:39.415 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource' 2022-09-14 15:36:39.419 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor' 2022-09-14 15:36:39.420 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' 2022-09-14 15:36:39.425 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' 2022-09-14 15:36:39.425 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' 2022-09-14 15:36:39.427 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat' 2022-09-14 15:36:39.459 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' 2022-09-14 15:36:39.459 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration' 2022-09-14 15:36:39.460 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' 2022-09-14 15:36:39.460 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' 2022-09-14 15:36:39.462 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.468 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.470 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' 2022-09-14 15:36:39.470 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.471 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' 2022-09-14 15:36:39.471 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' 2022-09-14 15:36:39.472 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' 2022-09-14 15:36:39.472 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.473 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' 2022-09-14 15:36:39.473 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' 2022-09-14 15:36:39.474 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.493 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'myErrorPageRegistrar' 2022-09-14 15:36:39.493 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConfig' 2022-09-14 15:36:39.498 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer' 2022-09-14 15:36:39.498 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' 2022-09-14 15:36:39.498 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' 2022-09-14 15:36:39.499 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration' 2022-09-14 15:36:39.499 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' 2022-09-14 15:36:39.500 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet' 2022-09-14 15:36:39.500 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' 2022-09-14 15:36:39.501 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 15:36:39.503 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 15:36:39.513 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' 2022-09-14 15:36:39.513 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 15:36:39.514 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement' 2022-09-14 15:36:39.515 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' 2022-09-14 15:36:39.515 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-09-14 15:36:39.518 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' 2022-09-14 15:36:39.522 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' 2022-09-14 15:36:39.579 DEBUG 23608 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\GS-HQY\.m2\repository\org\springframework\boot\spring-boot\2.6.3\spring-boot-2.6.3.jar 2022-09-14 15:36:39.580 DEBUG 23608 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\GS-HQY\.m2\repository\org\springframework\boot\spring-boot\2.6.3\spring-boot-2.6.3.jar 2022-09-14 15:36:39.580 DEBUG 23608 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. 2022-09-14 15:36:39.597 INFO 23608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2022-09-14 15:36:39.605 INFO 23608 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2022-09-14 15:36:39.605 INFO 23608 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56] 2022-09-14 15:36:39.744 INFO 23608 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2022-09-14 15:36:39.744 DEBUG 23608 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] 2022-09-14 15:36:39.745 INFO 23608 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1120 ms 2022-09-14 15:36:39.747 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'corsFilter' 2022-09-14 15:36:39.747 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConfigurer' 2022-09-14 15:36:39.758 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter' 2022-09-14 15:36:39.759 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' 2022-09-14 15:36:39.761 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter' 2022-09-14 15:36:39.766 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextListener' 2022-09-14 15:36:39.768 DEBUG 23608 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, corsFilter urls=[/*] order=2147483647 2022-09-14 15:36:39.768 DEBUG 23608 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/] 2022-09-14 15:36:39.785 DEBUG 23608 --- [main] o.springframework.web.filter.CorsFilter : Filter 'corsFilter' configured for use 2022-09-14 15:36:39.785 DEBUG 23608 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use 2022-09-14 15:36:39.785 DEBUG 23608 --- [main] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use 2022-09-14 15:36:39.792 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gatherBrokerApplication' 2022-09-14 15:36:39.793 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initConfig' 2022-09-14 15:36:39.796 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configMapper' 2022-09-14 15:36:39.800 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionFactory' 2022-09-14 15:36:39.801 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' 2022-09-14 15:36:39.801 DEBUG 23608 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b11f2f1c] - unable to determine constructor/method parameter names 2022-09-14 15:36:39.802 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' 2022-09-14 15:36:39.805 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' 2022-09-14 15:36:39.805 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:39.805 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'paginationInterceptor' 2022-09-14 15:36:39.806 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbatisPlusConfig' 2022-09-14 15:36:39.811 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'shardingDataSource' 2022-09-14 15:36:40.009 INFO 23608 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited 2022-09-14 15:36:40.134 INFO 23608 --- [main] o.a.s.core.log.ConfigurationLogger : ShardingRuleConfiguration: tables: item_record: actualDataNodes: m1.item_record_$->{1..10} keyGenerator: column: id props: worker.id: '1' type: SNOWFLAKE logicTable: item_record tableStrategy: inline: algorithmExpression: item_record_$->{id%10+1} shardingColumn: id 2022-09-14 15:36:40.135 INFO 23608 --- [main] o.a.s.core.log.ConfigurationLogger : Properties: {} 2022-09-14 15:36:40.147 INFO 23608 --- [main] ShardingSphere-metadata : Loading 1 logic tables' meta data. 2022-09-14 15:36:40.182 INFO 23608 --- [main] ShardingSphere-metadata : Loading 15 tables' meta data. 2022-09-14 15:36:40.313 INFO 23608 --- [main] ShardingSphere-metadata : Meta data load finished, cost 178 milliseconds. 2022-09-14 15:36:40.322 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'shardingDataSource' 2022-09-14 15:36:40.366 DEBUG 23608 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Registered plugin: 'AbstractSqlParserHandler(sqlParserList=null, sqlParserFilter=null)' 2022-09-14 15:36:40.421 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.cleanUp 2022-09-14 15:36:40.449 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.insert 2022-09-14 15:36:40.453 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.delete 2022-09-14 15:36:40.455 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteByMap 2022-09-14 15:36:40.472 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteById 2022-09-14 15:36:40.474 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.deleteBatchIds 2022-09-14 15:36:40.477 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.update 2022-09-14 15:36:40.479 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.updateById 2022-09-14 15:36:40.480 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectById 2022-09-14 15:36:40.481 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectBatchIds 2022-09-14 15:36:40.482 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectByMap 2022-09-14 15:36:40.483 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectOne 2022-09-14 15:36:40.484 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectCount 2022-09-14 15:36:40.486 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectMaps 2022-09-14 15:36:40.487 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectMapsPage 2022-09-14 15:36:40.488 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectObjs 2022-09-14 15:36:40.490 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectList 2022-09-14 15:36:40.491 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionItemMapper.selectPage 2022-09-14 15:36:40.492 DEBUG 23608 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'file [D:\Projects\Broker\gather-broker\target\classes\mapper\ConnectionItemMapper.xml]' 2022-09-14 15:36:40.497 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.saveByBatch 2022-09-14 15:36:40.501 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.insert 2022-09-14 15:36:40.503 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.delete 2022-09-14 15:36:40.504 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteByMap 2022-09-14 15:36:40.504 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteById 2022-09-14 15:36:40.505 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteBatchIds 2022-09-14 15:36:40.506 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.update 2022-09-14 15:36:40.507 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.updateById 2022-09-14 15:36:40.507 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectById 2022-09-14 15:36:40.508 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectBatchIds 2022-09-14 15:36:40.509 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectByMap 2022-09-14 15:36:40.510 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectOne 2022-09-14 15:36:40.510 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectCount 2022-09-14 15:36:40.511 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMaps 2022-09-14 15:36:40.512 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMapsPage 2022-09-14 15:36:40.513 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectObjs 2022-09-14 15:36:40.514 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectList 2022-09-14 15:36:40.515 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectPage 2022-09-14 15:36:40.515 DEBUG 23608 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Parsed mapper file: 'file [D:\Projects\Broker\gather-broker\target\classes\mapper\ItemRecordMapper.xml]' 2022-09-14 15:36:40.518 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionTemplate' 2022-09-14 15:36:40.518 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' 2022-09-14 15:36:40.524 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.insert 2022-09-14 15:36:40.525 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.delete 2022-09-14 15:36:40.525 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteByMap 2022-09-14 15:36:40.526 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteById 2022-09-14 15:36:40.527 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteBatchIds 2022-09-14 15:36:40.527 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.update 2022-09-14 15:36:40.528 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.updateById 2022-09-14 15:36:40.528 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectById 2022-09-14 15:36:40.529 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectBatchIds 2022-09-14 15:36:40.530 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectByMap 2022-09-14 15:36:40.530 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectOne 2022-09-14 15:36:40.531 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectCount 2022-09-14 15:36:40.532 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMaps 2022-09-14 15:36:40.532 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMapsPage 2022-09-14 15:36:40.533 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectObjs 2022-09-14 15:36:40.533 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectList 2022-09-14 15:36:40.534 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectPage 2022-09-14 15:36:40.537 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientMapper' 2022-09-14 15:36:40.540 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.insert 2022-09-14 15:36:40.540 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.delete 2022-09-14 15:36:40.541 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteByMap 2022-09-14 15:36:40.542 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteById 2022-09-14 15:36:40.543 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteBatchIds 2022-09-14 15:36:40.543 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.update 2022-09-14 15:36:40.544 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.updateById 2022-09-14 15:36:40.544 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectById 2022-09-14 15:36:40.545 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectBatchIds 2022-09-14 15:36:40.545 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectByMap 2022-09-14 15:36:40.546 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectOne 2022-09-14 15:36:40.547 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectCount 2022-09-14 15:36:40.547 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMaps 2022-09-14 15:36:40.548 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMapsPage 2022-09-14 15:36:40.549 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectObjs 2022-09-14 15:36:40.549 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectList 2022-09-14 15:36:40.550 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectPage 2022-09-14 15:36:40.552 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionMapper' 2022-09-14 15:36:40.555 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.insert 2022-09-14 15:36:40.556 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.delete 2022-09-14 15:36:40.557 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteByMap 2022-09-14 15:36:40.557 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteById 2022-09-14 15:36:40.558 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteBatchIds 2022-09-14 15:36:40.559 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.update 2022-09-14 15:36:40.559 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.updateById 2022-09-14 15:36:40.559 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectById 2022-09-14 15:36:40.560 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectBatchIds 2022-09-14 15:36:40.561 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectByMap 2022-09-14 15:36:40.561 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectOne 2022-09-14 15:36:40.562 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectCount 2022-09-14 15:36:40.563 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMaps 2022-09-14 15:36:40.564 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMapsPage 2022-09-14 15:36:40.564 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectObjs 2022-09-14 15:36:40.565 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectList 2022-09-14 15:36:40.566 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectPage 2022-09-14 15:36:40.567 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'centerServiceImpl' 2022-09-14 15:36:40.569 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttClientServiceImpl' 2022-09-14 15:36:40.574 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'centerMqttCallback' 2022-09-14 15:36:40.576 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionServiceImpl' 2022-09-14 15:36:40.584 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' 2022-09-14 15:36:40.585 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' 2022-09-14 15:36:40.585 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' 2022-09-14 15:36:40.587 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'shardingDataSource' 2022-09-14 15:36:40.587 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' 2022-09-14 15:36:40.590 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduler' 2022-09-14 15:36:40.590 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quartzConfig' 2022-09-14 15:36:40.590 DEBUG 23608 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.idtgz.quartz.QuartzConfig$$EnhancerBySpringCGLIB$$24f71da8] - unable to determine constructor/method parameter names 2022-09-14 15:36:40.591 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jobFactory' 2022-09-14 15:36:40.591 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jobFactory' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1542af63' 2022-09-14 15:36:40.592 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzConfig' via constructor to bean named 'jobFactory' 2022-09-14 15:36:40.593 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schedulerFactoryBean' 2022-09-14 15:36:40.610 INFO 23608 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor 2022-09-14 15:36:40.618 INFO 23608 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-09-14 15:36:40.618 INFO 23608 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created. 2022-09-14 15:36:40.619 INFO 23608 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2022-09-14 15:36:40.619 INFO 23608 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerFactoryBean' 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. 2022-09-14 15:36:40.619 INFO 23608 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance. 2022-09-14 15:36:40.619 INFO 23608 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2 2022-09-14 15:36:40.620 INFO 23608 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: com.idtgz.quartz.JobFactory@4948daec 2022-09-14 15:36:40.636 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientServiceImpl' 2022-09-14 15:36:40.653 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionItemServiceImpl' 2022-09-14 15:36:40.654 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionItemMapper' 2022-09-14 15:36:40.663 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataUploadQueueMapper' 2022-09-14 15:36:40.666 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.insert 2022-09-14 15:36:40.667 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.delete 2022-09-14 15:36:40.668 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteByMap 2022-09-14 15:36:40.668 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteById 2022-09-14 15:36:40.669 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteBatchIds 2022-09-14 15:36:40.669 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.update 2022-09-14 15:36:40.670 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.updateById 2022-09-14 15:36:40.670 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectById 2022-09-14 15:36:40.671 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectBatchIds 2022-09-14 15:36:40.671 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectByMap 2022-09-14 15:36:40.672 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectOne 2022-09-14 15:36:40.672 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectCount 2022-09-14 15:36:40.673 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMaps 2022-09-14 15:36:40.674 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMapsPage 2022-09-14 15:36:40.674 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectObjs 2022-09-14 15:36:40.675 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectList 2022-09-14 15:36:40.676 DEBUG 23608 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectPage 2022-09-14 15:36:40.677 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'itemRecordMapper' 2022-09-14 15:36:40.679 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServer' 2022-09-14 15:36:40.684 DEBUG 23608 --- [main] i.n.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework 2022-09-14 15:36:40.688 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : Platform: Windows 2022-09-14 15:36:40.689 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : -Dio.netty.noUnsafe: false 2022-09-14 15:36:40.689 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : Java version: 8 2022-09-14 15:36:40.690 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.theUnsafe: available 2022-09-14 15:36:40.690 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.copyMemory: available 2022-09-14 15:36:40.690 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Buffer.address: available 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : direct buffer constructor: available 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Bits.unaligned: available, true 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.DirectByteBuffer.(long, int): available 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : sun.misc.Unsafe: available 2022-09-14 15:36:40.691 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.tmpdir: C:\Users\GS-HQY\AppData\Local\Temp (java.io.tmpdir) 2022-09-14 15:36:40.692 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.bitMode: 64 (sun.arch.data.model) 2022-09-14 15:36:40.692 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.maxDirectMemory: 3655860224 bytes 2022-09-14 15:36:40.692 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.uninitializedArrayAllocationThreshold: -1 2022-09-14 15:36:40.693 DEBUG 23608 --- [main] io.netty.util.internal.CleanerJava6 : java.nio.ByteBuffer.cleaner(): available 2022-09-14 15:36:40.693 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.noPreferDirect: false 2022-09-14 15:36:40.695 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'protocolProcess' 2022-09-14 15:36:40.699 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'topicProcess' 2022-09-14 15:36:40.700 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'topicServiceImpl' 2022-09-14 15:36:40.702 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'topicProcess' via constructor to bean named 'topicServiceImpl' 2022-09-14 15:36:40.702 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'authServiceImpl' 2022-09-14 15:36:40.703 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttInfoServiceImpl' 2022-09-14 15:36:40.705 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServerHandler' 2022-09-14 15:36:40.707 DEBUG 23608 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2022-09-14 15:36:40.708 DEBUG 23608 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2022-09-14 15:36:40.713 DEBUG 23608 --- [main] i.n.channel.MultithreadEventLoopGroup : -Dio.netty.eventLoopThreads: 32 2022-09-14 15:36:40.729 DEBUG 23608 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.noKeySetOptimization: false 2022-09-14 15:36:40.729 DEBUG 23608 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.selectorAutoRebuildThreshold: 512 2022-09-14 15:36:40.730 DEBUG 23608 --- [main] i.netty.util.internal.PlatformDependent : org.jctools-core.MpscChunkedArrayQueue: available 2022-09-14 15:36:40.769 DEBUG 23608 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.processId: 23608 (auto-detected) 2022-09-14 15:36:40.770 DEBUG 23608 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv4Stack: false 2022-09-14 15:36:40.770 DEBUG 23608 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv6Addresses: false 2022-09-14 15:36:41.116 DEBUG 23608 --- [main] io.netty.util.NetUtil : Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1) 2022-09-14 15:36:41.116 DEBUG 23608 --- [main] io.netty.util.NetUtil : Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200 2022-09-14 15:36:41.493 DEBUG 23608 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.machineId: 84:1b:77:ff:fe:84:ad:c8 (auto-detected) 2022-09-14 15:36:41.500 DEBUG 23608 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.level: simple 2022-09-14 15:36:41.500 DEBUG 23608 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.targetRecords: 4 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numHeapArenas: 32 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numDirectArenas: 32 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.pageSize: 8192 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxOrder: 11 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.chunkSize: 16777216 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.tinyCacheSize: 512 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.smallCacheSize: 256 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.normalCacheSize: 64 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimInterval: 8192 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.useCacheForAllThreads: true 2022-09-14 15:36:41.509 DEBUG 23608 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2022-09-14 15:36:41.514 DEBUG 23608 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.allocator.type: pooled 2022-09-14 15:36:41.514 DEBUG 23608 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.threadLocalDirectBufferSize: 0 2022-09-14 15:36:41.514 DEBUG 23608 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.maxThreadLocalCharBufferSize: 16384 2022-09-14 15:36:41.520 WARN 23608 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0xf823fa04]' 2022-09-14 15:36:41.520 WARN 23608 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'TCP_NODELAY' for channel '[id: 0xf823fa04]' 2022-09-14 15:36:41.540 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:41.543 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3caf5c96] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:41.572 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:41.572 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@4f581211] will not be managed by Spring 2022-09-14 15:36:41.576 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 15:36:41.587 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: PIPE_LINE_CONFIG(String) 2022-09-14 15:36:42.055 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 15:36:42.056 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3caf5c96] 2022-09-14 15:36:42.457 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.457 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23d23d98] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.457 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.457 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@1fd35a92] will not be managed by Spring 2022-09-14 15:36:42.458 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Preparing: SELECT id,connection_sign,connection_type,connection_protocol,connection_name,connection_json,connection_status,client_id,device_id,upload_type,upload_cycle,store_strategy,is_uploaded,created_time,updated_time FROM connection 2022-09-14 15:36:42.458 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Parameters: 2022-09-14 15:36:42.463 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : <== Total: 3 2022-09-14 15:36:42.463 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23d23d98] 2022-09-14 15:36:42.475 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.475 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5dc7391e] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.476 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.476 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@4a9ff419] will not be managed by Spring 2022-09-14 15:36:42.476 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.477 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567435230325743617(Long) 2022-09-14 15:36:42.479 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 8 2022-09-14 15:36:42.479 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5dc7391e] 2022-09-14 15:36:42.481 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.481 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@430212cb] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.482 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.482 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@1eb52131] will not be managed by Spring 2022-09-14 15:36:42.482 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.482 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567757549090869249(Long) 2022-09-14 15:36:42.484 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 0 2022-09-14 15:36:42.484 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@430212cb] 2022-09-14 15:36:42.484 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.484 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cb6abc8] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.485 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.485 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@6705b763] will not be managed by Spring 2022-09-14 15:36:42.485 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Preparing: SELECT item_code FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.485 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : ==> Parameters: 1567759971653750786(Long) 2022-09-14 15:36:42.486 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectObjs : <== Total: 0 2022-09-14 15:36:42.486 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cb6abc8] 2022-09-14 15:36:42.486 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.486 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ef5cde4] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.487 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.487 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@359fa722] will not be managed by Spring 2022-09-14 15:36:42.487 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Preparing: SELECT id,client_type,client_id,client_status,client_name,client_host,created_time,updated_time FROM client 2022-09-14 15:36:42.487 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Parameters: 2022-09-14 15:36:42.490 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : <== Total: 3 2022-09-14 15:36:42.490 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ef5cde4] 2022-09-14 15:36:42.563 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.564 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27048db3] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.565 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.565 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@7f94541b] will not be managed by Spring 2022-09-14 15:36:42.565 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 15:36:42.565 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: STORE_CONFIG(String) 2022-09-14 15:36:42.567 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 15:36:42.567 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27048db3] 2022-09-14 15:36:42.568 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.568 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@618fb1] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.569 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.569 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@48751d8a] will not be managed by Spring 2022-09-14 15:36:42.569 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ? 2022-09-14 15:36:42.569 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: LOCAL_CONFIG(String) 2022-09-14 15:36:42.571 DEBUG 23608 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1 2022-09-14 15:36:42.571 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@618fb1] 2022-09-14 15:36:42.573 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.573 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63ad5fe7] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.575 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.575 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@51da7b08] will not be managed by Spring 2022-09-14 15:36:42.576 DEBUG 23608 --- [main] c.i.dao.mapper.ConnectionMapper.update : ==> Preparing: UPDATE connection SET connection_status=? WHERE connection_status = ? 2022-09-14 15:36:42.576 DEBUG 23608 --- [main] c.i.dao.mapper.ConnectionMapper.update : ==> Parameters: 0(Integer), 1(Integer) 2022-09-14 15:36:42.582 DEBUG 23608 --- [main] c.i.dao.mapper.ConnectionMapper.update : <== Updates: 0 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63ad5fe7] 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5265a8dd] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@5af4328e] will not be managed by Spring 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Preparing: SELECT id,client_type,client_id,client_status,client_name,client_host,created_time,updated_time FROM client 2022-09-14 15:36:42.583 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Parameters: 2022-09-14 15:36:42.585 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.selectList : <== Total: 3 2022-09-14 15:36:42.585 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5265a8dd] 2022-09-14 15:36:42.585 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.585 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75adb1c0] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.588 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.588 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@5868ea91] will not be managed by Spring 2022-09-14 15:36:42.588 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 15:36:42.588 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), FE518CB4AF6FBE6E6A646194BE946504(String), 0(Integer), DESKTOP-8IHS9ED(String), [fe80::e4c3:f5b5:8850:2594%22, fe80::b5fd:35fb:59fb:bf80%14, fe80::3995:4e66:f13f:5fae%20, fe80::5192:fdaf:be79:26e7%15, fe80::d18:7721:d793:ab2f%23, 192.168.187.129, 192.168.31.128, 172.22.57.195, 192.168.189.1, 192.168.83.1](String), 2022-09-07 16:50:38.0(Timestamp), 2022-09-08 14:11:17.0(Timestamp), 1(Long) 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75adb1c0] 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b839f68] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.594 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@e5c52fa] will not be managed by Spring 2022-09-14 15:36:42.595 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 15:36:42.595 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), 3C391D2B6239A578B597822C6CBC2589(String), 0(Integer), OPC-Test-PC(String), [fe80::6cfb:6e20:e8f3:1ea8%11, 192.168.189.129](String), 2022-09-08 14:07:05.0(Timestamp), 2022-09-08 15:03:31.0(Timestamp), 2(Long) 2022-09-14 15:36:42.596 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 15:36:42.596 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b839f68] 2022-09-14 15:36:42.596 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.596 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74d53d63] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.597 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.597 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@18f27a81] will not be managed by Spring 2022-09-14 15:36:42.597 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Preparing: UPDATE client SET client_type=?, client_id=?, client_status=?, client_name=?, client_host=?, created_time=?, updated_time=? WHERE id=? 2022-09-14 15:36:42.597 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : ==> Parameters: 1(Integer), 6C69F889DA6C1E094B801800EF633372(String), 0(Integer), USER-20210717CI(String), [172.22.34.145, 192.168.31.192, fe80::ad8c:2e7b:b0fe:9b1b%9, fe80::92c:43ed:97d6:c0fe%17](String), 2022-09-08 14:20:06.0(Timestamp), 2022-09-08 14:20:06.0(Timestamp), 3(Long) 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] c.i.dao.mapper.ClientMapper.updateById : <== Updates: 1 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74d53d63] 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38af386e] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@33827b88] will not be managed by Spring 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Preparing: SELECT id,connection_sign,connection_type,connection_protocol,connection_name,connection_json,connection_status,client_id,device_id,upload_type,upload_cycle,store_strategy,is_uploaded,created_time,updated_time FROM connection 2022-09-14 15:36:42.598 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Parameters: 2022-09-14 15:36:42.600 DEBUG 23608 --- [main] c.i.d.m.ConnectionMapper.selectList : <== Total: 3 2022-09-14 15:36:42.600 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38af386e] 2022-09-14 15:36:42.601 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.601 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67292fc7] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.601 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.601 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@4c1b4e07] will not be managed by Spring 2022-09-14 15:36:42.602 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.602 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567435230325743617(Long) 2022-09-14 15:36:42.604 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 8 2022-09-14 15:36:42.604 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67292fc7] 2022-09-14 15:36:42.605 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.605 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@486dd616] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.606 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.606 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@e27d97b] will not be managed by Spring 2022-09-14 15:36:42.606 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.607 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567757549090869249(Long) 2022-09-14 15:36:42.608 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 0 2022-09-14 15:36:42.608 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@486dd616] 2022-09-14 15:36:42.608 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.608 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23ea3853] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.609 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.609 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@6f1163f7] will not be managed by Spring 2022-09-14 15:36:42.609 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Preparing: SELECT id,connection_id,item_sign,item_code,create_time,update_time FROM connection_item WHERE connection_id = ? 2022-09-14 15:36:42.609 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : ==> Parameters: 1567759971653750786(Long) 2022-09-14 15:36:42.610 DEBUG 23608 --- [main] c.i.d.m.ConnectionItemMapper.selectList : <== Total: 0 2022-09-14 15:36:42.610 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23ea3853] 2022-09-14 15:36:42.611 INFO 23608 --- [main] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED started. 2022-09-14 15:36:42.611 DEBUG 23608 --- [schedulerFactoryBean_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers 2022-09-14 15:36:42.611 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configContext' 2022-09-14 15:36:42.611 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateController' 2022-09-14 15:36:42.612 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'testController' 2022-09-14 15:36:42.613 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webController' 2022-09-14 15:36:42.616 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configServiceImpl' 2022-09-14 15:36:42.618 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'exceptionHandler' 2022-09-14 15:36:42.619 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduleServiceImpl' 2022-09-14 15:36:42.621 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.621 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b0e5d5f] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.621 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.621 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@58b5d5fc] will not be managed by Spring 2022-09-14 15:36:42.622 DEBUG 23608 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : ==> Preparing: DELETE FROM item_record WHERE item_timestamp < ? 2022-09-14 15:36:42.622 DEBUG 23608 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : ==> Parameters: 2022-09-11 15:36:42.62(Timestamp) 2022-09-14 15:36:42.635 DEBUG 23608 --- [main] c.i.dao.mapper.ItemRecordMapper.delete : <== Updates: 0 2022-09-14 15:36:42.635 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b0e5d5f] 2022-09-14 15:36:42.635 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:42.635 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fec9d33] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:42.636 DEBUG 23608 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:42.636 DEBUG 23608 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@372f7bc] will not be managed by Spring 2022-09-14 15:36:42.636 DEBUG 23608 --- [main] c.i.d.m.DataUploadQueueMapper.delete : ==> Preparing: DELETE FROM data_upload_queue WHERE item_timestamp < ? 2022-09-14 15:36:42.636 DEBUG 23608 --- [main] c.i.d.m.DataUploadQueueMapper.delete : ==> Parameters: 2022-09-11 15:36:42.635(Timestamp) 2022-09-14 15:36:42.637 DEBUG 23608 --- [main] c.i.d.m.DataUploadQueueMapper.delete : <== Updates: 0 2022-09-14 15:36:42.637 DEBUG 23608 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fec9d33] 2022-09-14 15:36:42.642 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' 2022-09-14 15:36:42.642 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' 2022-09-14 15:36:42.642 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' 2022-09-14 15:36:42.643 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' 2022-09-14 15:36:42.643 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' 2022-09-14 15:36:42.643 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder' 2022-09-14 15:36:42.644 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-09-14 15:36:42.645 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' 2022-09-14 15:36:42.646 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' 2022-09-14 15:36:42.646 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator' 2022-09-14 15:36:42.647 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:42.647 DEBUG 23608 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL 2022-09-14 15:36:42.649 DEBUG 23608 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator 2022-09-14 15:36:42.650 DEBUG 23608 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory 2022-09-14 15:36:42.650 DEBUG 23608 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration. 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only. 2022-09-14 15:36:42.651 DEBUG 23608 --- [main] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. 2022-09-14 15:36:42.652 DEBUG 23608 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. 2022-09-14 15:36:42.654 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' 2022-09-14 15:36:42.654 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error' 2022-09-14 15:36:42.655 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver' 2022-09-14 15:36:42.655 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' 2022-09-14 15:36:42.656 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 15:36:42.659 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:42.659 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 15:36:42.659 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver' 2022-09-14 15:36:42.659 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes' 2022-09-14 15:36:42.660 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController' 2022-09-14 15:36:42.660 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' 2022-09-14 15:36:42.662 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' 2022-09-14 15:36:42.664 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 15:36:42.664 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 15:36:42.664 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1542af63' 2022-09-14 15:36:42.671 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' 2022-09-14 15:36:42.671 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' 2022-09-14 15:36:42.671 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' 2022-09-14 15:36:42.671 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1542af63' 2022-09-14 15:36:42.673 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter' 2022-09-14 15:36:42.674 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager' 2022-09-14 15:36:42.677 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService' 2022-09-14 15:36:42.680 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator' 2022-09-14 15:36:42.682 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.682 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.682 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-09-14 15:36:42.683 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.683 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.683 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' 2022-09-14 15:36:42.689 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters' 2022-09-14 15:36:42.689 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' 2022-09-14 15:36:42.691 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter' 2022-09-14 15:36:42.691 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' 2022-09-14 15:36:42.692 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' 2022-09-14 15:36:42.696 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' 2022-09-14 15:36:42.696 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' 2022-09-14 15:36:42.697 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper' 2022-09-14 15:36:42.697 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' 2022-09-14 15:36:42.697 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' 2022-09-14 15:36:42.698 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' 2022-09-14 15:36:42.698 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' 2022-09-14 15:36:42.698 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-09-14 15:36:42.700 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:42.700 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' 2022-09-14 15:36:42.700 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:42.700 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' 2022-09-14 15:36:42.701 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule' 2022-09-14 15:36:42.701 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' 2022-09-14 15:36:42.704 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule' 2022-09-14 15:36:42.704 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' 2022-09-14 15:36:42.709 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' 2022-09-14 15:36:42.724 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' 2022-09-14 15:36:42.731 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor' 2022-09-14 15:36:42.731 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder' 2022-09-14 15:36:42.734 DEBUG 23608 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2022-09-14 15:36:42.744 DEBUG 23608 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice 2022-09-14 15:36:42.758 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping' 2022-09-14 15:36:42.759 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.762 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.777 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.TemplateController: { [/temp/web/**]}: index() { [/]}: index2(HttpServletRequest) 2022-09-14 15:36:42.781 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.TestController: {GET [/test/test]}: test() {GET [/test/db/mysql]}: mysql() {GET [/test/cilentAddConect]}: cilentAddConect() {GET [/test/getAvailabableServer]}: getAvailabableServer() 2022-09-14 15:36:42.784 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : c.i.c.WebController: {GET [/web/clients]}: clients(BaseRequest) {POST [/web/updateSchedule]}: updateSchedule(String,Integer,Integer,Integer,Integer) {GET [/web/centerSyn]}: centerSyn() {POST [/web/addClientItem]}: addClientItem(AddClientItemDTO) {GET [/web/configInfo]}: configInfo() {GET [/web/itemRecord]}: itemRecord(ItemRecordDTO) {GET [/web/avilableItem]}: avilableItem(Long,Integer,String,String,Integer,String,String) {GET [/web/avilableServer]}: avilableServer(String,Integer,String,Integer) {DELETE [/web/connects]}: delConnect(String,Long,Integer,String) {POST [/web/connects]}: newConnect(ConnectionDTO) {GET [/web/connects]}: connectsPageList(BaseRequest) {PUT [/web/connects]}: updateConnect(ConnectionDTO) {GET [/web/uploadQueue]}: uploadQueue(UploadQueueDTO) {GET [/web/connectionItem]}: connectionItemPageList(String,String,Integer,Integer) {POST [/web/pipeLineConfig]}: updatePipeLineConfig(String,Integer,String,String,String) {POST [/web/storeConfig]}: updateStoreConfig(Integer) {DELETE [/web/connectionItem]}: delConnectionItem(DelConnectionItemDTO) 2022-09-14 15:36:42.786 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : o.s.b.a.w.s.e.BasicErrorController: { [/error]}: error(HttpServletRequest) { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) 2022-09-14 15:36:42.788 DEBUG 23608 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 25 mappings in 'requestMappingHandlerMapping' 2022-09-14 15:36:42.789 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping' 2022-09-14 15:36:42.789 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722' 2022-09-14 15:36:42.789 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.789 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.789 INFO 23608 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [templates/index.html] 2022-09-14 15:36:42.793 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver' 2022-09-14 15:36:42.793 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver' 2022-09-14 15:36:42.794 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager' 2022-09-14 15:36:42.796 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser' 2022-09-14 15:36:42.797 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper' 2022-09-14 15:36:42.797 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher' 2022-09-14 15:36:42.798 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping' 2022-09-14 15:36:42.798 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.798 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.798 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping' 2022-09-14 15:36:42.799 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.799 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.800 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {} 2022-09-14 15:36:42.801 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping' 2022-09-14 15:36:42.801 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.801 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.803 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping' 2022-09-14 15:36:42.804 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.804 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.804 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' 2022-09-14 15:36:42.810 DEBUG 23608 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [templates/]], /doc.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /swagger-ui.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /view.html=ResourceHttpRequestHandler [classpath [templates/carqueue/]], /configuration/ui=ResourceHttpRequestHandler []} 2022-09-14 15:36:42.810 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping' 2022-09-14 15:36:42.811 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter' 2022-09-14 15:36:42.811 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor' 2022-09-14 15:36:42.812 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' 2022-09-14 15:36:42.812 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' 2022-09-14 15:36:42.813 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter' 2022-09-14 15:36:42.813 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' 2022-09-14 15:36:42.813 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver' 2022-09-14 15:36:42.813 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.816 DEBUG 23608 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice 2022-09-14 15:36:42.818 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver' 2022-09-14 15:36:42.818 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' 2022-09-14 15:36:42.819 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator' 2022-09-14 15:36:42.819 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver' 2022-09-14 15:36:42.822 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' 2022-09-14 15:36:42.823 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1542af63' 2022-09-14 15:36:42.824 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' 2022-09-14 15:36:42.824 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' 2022-09-14 15:36:42.824 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' 2022-09-14 15:36:42.825 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' 2022-09-14 15:36:42.825 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' 2022-09-14 15:36:42.830 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' 2022-09-14 15:36:42.830 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'environment' 2022-09-14 15:36:42.830 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanExporter' 2022-09-14 15:36:42.831 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectNamingStrategy' 2022-09-14 15:36:42.832 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' 2022-09-14 15:36:42.832 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1542af63' 2022-09-14 15:36:42.835 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanServer' 2022-09-14 15:36:42.837 DEBUG 23608 --- [main] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5d5eef3d 2022-09-14 15:36:42.840 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' 2022-09-14 15:36:42.840 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springApplicationAdminRegistrar' 2022-09-14 15:36:42.841 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' 2022-09-14 15:36:42.842 DEBUG 23608 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' 2022-09-14 15:36:42.843 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' 2022-09-14 15:36:42.843 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' 2022-09-14 15:36:42.843 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' 2022-09-14 15:36:42.843 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' 2022-09-14 15:36:42.843 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability' 2022-09-14 15:36:42.844 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' 2022-09-14 15:36:42.845 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' 2022-09-14 15:36:42.845 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor' 2022-09-14 15:36:42.845 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-09-14 15:36:42.846 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' 2022-09-14 15:36:42.846 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' 2022-09-14 15:36:42.846 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' 2022-09-14 15:36:42.847 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' 2022-09-14 15:36:42.848 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'shardingDataSource' 2022-09-14 15:36:42.849 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' 2022-09-14 15:36:42.855 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' 2022-09-14 15:36:42.856 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate' 2022-09-14 15:36:42.856 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' 2022-09-14 15:36:42.858 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' 2022-09-14 15:36:42.858 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' 2022-09-14 15:36:42.859 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-09-14 15:36:42.859 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' 2022-09-14 15:36:42.859 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration' 2022-09-14 15:36:42.860 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties' 2022-09-14 15:36:42.861 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' 2022-09-14 15:36:42.861 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' 2022-09-14 15:36:42.861 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskScheduler' 2022-09-14 15:36:42.861 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder' 2022-09-14 15:36:42.861 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-09-14 15:36:42.862 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' 2022-09-14 15:36:42.862 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskScheduler' via factory method to bean named 'taskSchedulerBuilder' 2022-09-14 15:36:42.864 DEBUG 23608 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2022-09-14 15:36:42.865 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter' 2022-09-14 15:36:42.866 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' 2022-09-14 15:36:42.866 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager' 2022-09-14 15:36:42.866 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' 2022-09-14 15:36:42.866 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'shardingDataSource' 2022-09-14 15:36:42.867 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' 2022-09-14 15:36:42.867 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' 2022-09-14 15:36:42.867 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' 2022-09-14 15:36:42.870 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' 2022-09-14 15:36:42.870 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration' 2022-09-14 15:36:42.871 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration' 2022-09-14 15:36:42.871 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' 2022-09-14 15:36:42.871 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate' 2022-09-14 15:36:42.871 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' 2022-09-14 15:36:42.872 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' 2022-09-14 15:36:42.872 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' 2022-09-14 15:36:42.872 DEBUG 23608 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver' 2022-09-14 15:36:42.880 DEBUG 23608 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2022-09-14 15:36:42.880 DEBUG 23608 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Autodetecting user-defined JMX MBeans 2022-09-14 15:36:42.884 DEBUG 23608 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483646 2022-09-14 15:36:42.893 INFO 23608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2022-09-14 15:36:42.894 DEBUG 23608 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop' 2022-09-14 15:36:42.894 DEBUG 23608 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 2022-09-14 15:36:42.894 DEBUG 23608 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown' 2022-09-14 15:36:42.901 DEBUG 23608 --- [main] ConditionEvaluationReportLoggingListener : ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AopAutoConfiguration matched: - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) DataSourceAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) DataSourceInitializationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceJmxConfiguration matched: - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) DataSourceJmxConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) GenericCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcTemplateAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) JdbcTemplateConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxAutoConfiguration#mbeanExporter matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxAutoConfiguration#mbeanServer matched: - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration#objectNamingStrategy matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'shardingDataSource' (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionFactory matched: - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionTemplate matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) NamedParameterJdbcTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) NettyAutoConfiguration matched: - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) NoOpCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) PersistenceExceptionTranslationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) QuartzAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.quartz.Scheduler', 'org.springframework.scheduling.quartz.SchedulerFactoryBean', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateAutoConfiguration#restTemplateBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) SimpleCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) SpringApplicationAdminJmxAutoConfiguration matched: - @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringBootConfiguration matched: - @ConditionalOnProperty (spring.shardingsphere.enabled=true) matched (OnPropertyCondition) SpringBootConfiguration#shardingDataSource matched: - matched (ShardingRuleCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutionAutoConfiguration#applicationTaskExecutor matched: - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration#taskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingAutoConfiguration#taskScheduler matched: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.SchedulingConfigurer,org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionAutoConfiguration#platformTransactionManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition) - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition) ValidationAutoConfiguration#defaultValidator matched: - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration#methodValidationPostProcessor matched: - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebSocketServletAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) AopAutoConfiguration.ClassProxyingConfiguration: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) CacheAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) CaffeineCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) ClientHttpConnectorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CodecsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: Did not match: - EmbeddedDataSource found supported pooled data source (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration: Did not match: - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' shardingDataSource (OnBeanCondition) Matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) DataSourceConfiguration.Dbcp2: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourceConfiguration.Generic: Did not match: - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) DataSourceConfiguration.OracleUcp: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourceConfiguration.Tomcat: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.DataCredentials @ConditionalOnProperty (spring.datasource.data-username) did not find property 'data-username'; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.SchemaCredentials @ConditionalOnProperty (spring.datasource.schema-username) did not find property 'schema-username' (DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition) DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration: Did not match: - DataSource Initialization did not find configured properties spring.datasource.data-username, spring.datasource.schema-password, spring.datasource.schema[0], spring.datasource.data[0], spring.datasource.data, spring.datasource.schema-username, spring.datasource.data-password, spring.datasource.initialization-mode, spring.datasource.schema, spring.datasource.sql-script-encoding, spring.datasource.separator, spring.datasource.platform, spring.datasource.continue-on-error (DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration.DataSourceInitializationCondition) DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) EhCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedMongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) ErrorWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) GsonHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HibernateJpaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.persistence.EntityManager' (OnClassCondition) HttpHandlerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxDbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) JCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JtaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration: Did not match: - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperFactoryBean' &clientMapper, &configMapper, &connectionItemMapper, &connectionMapper, &dataUploadQueueMapper, &itemRecordMapper (OnBeanCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) OAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) ProjectInfoAutoConfiguration#gitProperties: Did not match: - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) QuartzAutoConfiguration#quartzScheduler: Did not match: - @ConditionalOnMissingBean (types: org.springframework.scheduling.quartz.SchedulerFactoryBean; SearchStrategy: all) found beans of type 'org.springframework.scheduling.quartz.SchedulerFactoryBean' &schedulerFactoryBean (OnBeanCondition) QuartzAutoConfiguration.JdbcStoreTypeConfiguration: Did not match: - @ConditionalOnProperty (spring.quartz.job-store-type=jdbc) did not find property 'job-store-type' (OnPropertyCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition) ReactiveElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) ReactiveMultipartAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) RedisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) RedisReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) RedisRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) SecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityFilterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) ServletWebServerFactoryAutoConfiguration#forwardedHeaderFilter: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SolrAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition) SpringBootConfiguration#encryptDataSource: Did not match: - Can't find ShardingSphere encrypt rule configuration in environment. (EncryptRuleCondition) SpringBootConfiguration#masterSlaveDataSource: Did not match: - Can't find ShardingSphere master-slave rule configuration in environment. (MasterSlaveRuleCondition) SpringBootConfiguration#shadowDataSource: Did not match: - Can't find ShardingSphere shadow rule configuration in environment. (ShadowRuleCondition) SpringDataWebAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition) ThymeleafAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition) TransactionAutoConfiguration#transactionalOperator: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) UserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) WebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) found beans of type 'org.springframework.web.context.request.RequestContextListener' requestContextListener (OnBeanCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSessionIdResolverAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketServletAutoConfiguration.Jetty10WebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer', 'org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer' (OnClassCondition) WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.transaction.TransactionManager' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration cn.hutool.extra.spring.SpringUtil org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration 2022-09-14 15:36:42.906 DEBUG 23608 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String 2022-09-14 15:36:42.908 INFO 23608 --- [main] com.idtgz.GatherBrokerApplication : Started GatherBrokerApplication in 4.929 seconds (JVM running for 6.089) 2022-09-14 15:36:42.909 DEBUG 23608 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT 2022-09-14 15:36:42.909 DEBUG 23608 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC 2022-09-14 15:36:45.004 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:45.004 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60502602] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:45.005 DEBUG 23608 --- [scheduling-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:45.005 DEBUG 23608 --- [scheduling-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@657495a8] will not be managed by Spring 2022-09-14 15:36:45.010 DEBUG 23608 --- [scheduling-1] c.b.m.e.p.p.o.JsqlParserCountOptimize : JsqlParserCountOptimize sql=SELECT id,connection_id,item_timestamp,is_success,is_stored,connection_sign,connection_device_id,connection_type,store_strategy,update_time FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 15:36:45.025 DEBUG 23608 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Preparing: SELECT COUNT(1) FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 15:36:45.025 DEBUG 23608 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Parameters: true(Boolean), false(Boolean) 2022-09-14 15:36:45.049 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60502602] 2022-09-14 15:36:50.002 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession 2022-09-14 15:36:50.002 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15493212] was not registered for synchronization because synchronization is not active 2022-09-14 15:36:50.003 DEBUG 23608 --- [scheduling-1] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource 2022-09-14 15:36:50.003 DEBUG 23608 --- [scheduling-1] o.m.s.t.SpringManagedTransaction : JDBC Connection [org.apache.shardingsphere.shardingjdbc.jdbc.core.connection.ShardingConnection@4ad4c682] will not be managed by Spring 2022-09-14 15:36:50.003 DEBUG 23608 --- [scheduling-1] c.b.m.e.p.p.o.JsqlParserCountOptimize : JsqlParserCountOptimize sql=SELECT id,connection_id,item_timestamp,is_success,is_stored,connection_sign,connection_device_id,connection_type,store_strategy,update_time FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 15:36:50.004 DEBUG 23608 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Preparing: SELECT COUNT(1) FROM data_upload_queue WHERE is_stored = ? AND is_success = ? 2022-09-14 15:36:50.004 DEBUG 23608 --- [scheduling-1] c.i.d.m.D.selectPage : ==> Parameters: true(Boolean), false(Boolean) 2022-09-14 15:36:50.005 DEBUG 23608 --- [scheduling-1] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15493212] 2022-09-14 15:36:54.068 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC 2022-09-14 15:36:54.068 DEBUG 23608 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@ca27722, started on Wed Sep 14 15:36:38 CST 2022 2022-09-14 15:36:54.068 DEBUG 23608 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String 2022-09-14 15:36:54.069 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647 2022-09-14 15:36:54.070 INFO 23608 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused. 2022-09-14 15:36:54.070 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'schedulerFactoryBean' completed its stop procedure 2022-09-14 15:36:54.071 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure 2022-09-14 15:36:54.071 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483646 2022-09-14 15:36:54.428 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure 2022-09-14 15:36:54.429 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2022-09-14 15:36:54.429 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 2022-09-14 15:36:54.430 DEBUG 23608 --- [SpringApplicationShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2022-09-14 15:36:54.430 INFO 23608 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down. 2022-09-14 15:36:54.430 INFO 23608 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused. 2022-09-14 15:36:54.430 DEBUG 23608 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutting down threadpool... 2022-09-14 15:36:54.430 DEBUG 23608 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutdown of threadpool complete. 2022-09-14 15:36:54.430 INFO 23608 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete. 2022-09-14 15:36:54.430 INFO 23608 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler 2022-09-14 15:36:54.431 INFO 23608 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... 2022-09-14 15:36:54.436 INFO 23608 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed