1762 lines
189 KiB
Plaintext
1762 lines
189 KiB
Plaintext
2022-06-28 14:53:00.752 DEBUG 11744 --- [background-preinit] org.jboss.logging : Logging Provider: org.jboss.logging.Log4j2LoggerProvider
|
|
2022-06-28 14:53:00.763 DEBUG 11744 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration.
|
|
2022-06-28 14:53:00.764 DEBUG 11744 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL
|
|
2022-06-28 14:53:00.764 DEBUG 11744 --- [background-preinit] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
|
|
2022-06-28 14:53:00.765 DEBUG 11744 --- [background-preinit] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only.
|
|
2022-06-28 14:53:00.767 INFO 11744 --- [main] com.idtgz.GatherBrokerApplication : Starting GatherBrokerApplication using Java 1.8.0_201 on DESKTOP-8IHS9ED with PID 11744 (D:\Projects\gather-broker\target\classes started by GS-HQY in D:\Projects\gather-broker)
|
|
2022-06-28 14:53:00.767 DEBUG 11744 --- [main] com.idtgz.GatherBrokerApplication : Running with Spring Boot v2.6.3, Spring v5.3.15
|
|
2022-06-28 14:53:00.767 INFO 11744 --- [main] com.idtgz.GatherBrokerApplication : The following profiles are active: dev
|
|
2022-06-28 14:53:00.767 DEBUG 11744 --- [main] o.s.boot.SpringApplication : Loading source class com.idtgz.GatherBrokerApplication
|
|
2022-06-28 14:53:00.769 DEBUG 11744 --- [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-06-28 14:53:00.789 DEBUG 11744 --- [background-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
|
|
2022-06-28 14:53:00.804 DEBUG 11744 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@355e34c7
|
|
2022-06-28 14:53:00.826 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
|
|
2022-06-28 14:53:00.837 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
|
|
2022-06-28 14:53:00.895 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\config\InitConfig.class]
|
|
2022-06-28 14:53:00.897 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\context\ConfigContext.class]
|
|
2022-06-28 14:53:00.901 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
|
|
2022-06-28 14:53:00.905 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\controller\TestController.class]
|
|
2022-06-28 14:53:00.906 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
|
|
2022-06-28 14:53:00.906 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
|
|
2022-06-28 14:53:00.906 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
|
|
2022-06-28 14:53:00.906 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
|
|
2022-06-28 14:53:00.906 DEBUG 11744 --- [background-preinit] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
|
|
2022-06-28 14:53:00.915 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\mqtt\MqttServer.class]
|
|
2022-06-28 14:53:00.917 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\mqtt\MqttServerHandler.class]
|
|
2022-06-28 14:53:00.946 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\mqtt\protocol\ProtocolProcess.class]
|
|
2022-06-28 14:53:00.951 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\quartz\JobFactory.class]
|
|
2022-06-28 14:53:00.955 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\quartz\QuartzConfig.class]
|
|
2022-06-28 14:53:00.958 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\service\impl\CenterServiceImpl.class]
|
|
2022-06-28 14:53:00.959 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\service\impl\ConfigServiceImpl.class]
|
|
2022-06-28 14:53:00.960 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\service\impl\ConnectionServiceImpl.class]
|
|
2022-06-28 14:53:00.961 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\service\impl\MqttClientServiceImpl.class]
|
|
2022-06-28 14:53:00.962 DEBUG 11744 --- [main] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\service\impl\MqttInfoServiceImpl.class]
|
|
2022-06-28 14:53:01.232 DEBUG 11744 --- [main] org.apache.ibatis.logging.LogFactory : Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\dao\mapper\ClientMapper.class]
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\dao\mapper\ConfigMapper.class]
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\dao\mapper\ConnectionMapper.class]
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\dao\mapper\DataUploadQueueMapper.class]
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Identified candidate component class: file [D:\Projects\gather-broker\target\classes\com\idtgz\dao\mapper\ItemRecordMapper.class]
|
|
2022-06-28 14:53:01.235 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'clientMapper' and 'com.idtgz.dao.mapper.ClientMapper' mapperInterface
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'clientMapper'.
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'configMapper' and 'com.idtgz.dao.mapper.ConfigMapper' mapperInterface
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'configMapper'.
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'connectionMapper' and 'com.idtgz.dao.mapper.ConnectionMapper' mapperInterface
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'connectionMapper'.
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'dataUploadQueueMapper' and 'com.idtgz.dao.mapper.DataUploadQueueMapper' mapperInterface
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'dataUploadQueueMapper'.
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Creating MapperFactoryBean with name 'itemRecordMapper' and 'com.idtgz.dao.mapper.ItemRecordMapper' mapperInterface
|
|
2022-06-28 14:53:01.237 DEBUG 11744 --- [main] o.m.s.mapper.ClassPathMapperScanner : Enabling autowire by type for MapperFactoryBean with name 'itemRecordMapper'.
|
|
2022-06-28 14:53:01.464 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
|
|
2022-06-28 14:53:01.469 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
|
|
2022-06-28 14:53:01.492 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
|
|
2022-06-28 14:53:01.493 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
|
|
2022-06-28 14:53:01.493 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil'
|
|
2022-06-28 14:53:01.494 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
|
|
2022-06-28 14:53:01.494 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
|
|
2022-06-28 14:53:01.497 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
|
|
2022-06-28 14:53:01.497 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
|
|
2022-06-28 14:53:01.500 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
|
|
2022-06-28 14:53:01.500 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
|
|
2022-06-28 14:53:01.500 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory'
|
|
2022-06-28 14:53:01.501 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor'
|
|
2022-06-28 14:53:01.521 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:01.522 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter'
|
|
2022-06-28 14:53:01.572 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
|
|
2022-06-28 14:53:01.590 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
|
|
2022-06-28 14:53:01.591 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:01.593 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
|
|
2022-06-28 14:53:01.594 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
|
|
2022-06-28 14:53:01.597 DEBUG 11744 --- [main] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@6b350309]
|
|
2022-06-28 14:53:01.597 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
|
|
2022-06-28 14:53:01.598 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
|
|
2022-06-28 14:53:01.598 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
|
|
2022-06-28 14:53:01.608 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource'
|
|
2022-06-28 14:53:01.613 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor'
|
|
2022-06-28 14:53:01.613 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
|
|
2022-06-28 14:53:01.619 DEBUG 11744 --- [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-06-28 14:53:01.619 DEBUG 11744 --- [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-06-28 14:53:01.622 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
|
|
2022-06-28 14:53:01.658 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
|
|
2022-06-28 14:53:01.658 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
|
|
2022-06-28 14:53:01.659 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
|
|
2022-06-28 14:53:01.659 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
|
|
2022-06-28 14:53:01.661 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
|
|
2022-06-28 14:53:01.667 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
|
|
2022-06-28 14:53:01.675 DEBUG 11744 --- [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-06-28 14:53:01.677 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
|
|
2022-06-28 14:53:01.678 DEBUG 11744 --- [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-06-28 14:53:01.679 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
|
|
2022-06-28 14:53:01.679 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
|
|
2022-06-28 14:53:01.680 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:01.680 DEBUG 11744 --- [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-06-28 14:53:01.682 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
|
|
2022-06-28 14:53:01.682 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
|
|
2022-06-28 14:53:01.682 DEBUG 11744 --- [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-06-28 14:53:01.701 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
|
|
2022-06-28 14:53:01.701 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
|
|
2022-06-28 14:53:01.702 DEBUG 11744 --- [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-06-28 14:53:01.703 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
|
|
2022-06-28 14:53:01.703 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
|
|
2022-06-28 14:53:01.704 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
|
|
2022-06-28 14:53:01.705 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
|
|
2022-06-28 14:53:01.706 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
|
|
2022-06-28 14:53:01.710 DEBUG 11744 --- [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-06-28 14:53:01.724 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
|
|
2022-06-28 14:53:01.724 DEBUG 11744 --- [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-06-28 14:53:01.726 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
|
|
2022-06-28 14:53:01.726 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
|
|
2022-06-28 14:53:01.727 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
|
|
2022-06-28 14:53:01.731 DEBUG 11744 --- [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-06-28 14:53:01.738 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
|
|
2022-06-28 14:53:01.803 DEBUG 11744 --- [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-06-28 14:53:01.803 DEBUG 11744 --- [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-06-28 14:53:01.804 DEBUG 11744 --- [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-06-28 14:53:01.822 INFO 11744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
|
2022-06-28 14:53:01.830 INFO 11744 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2022-06-28 14:53:01.830 INFO 11744 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
|
|
2022-06-28 14:53:01.911 INFO 11744 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2022-06-28 14:53:01.911 DEBUG 11744 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
|
|
2022-06-28 14:53:01.911 INFO 11744 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1107 ms
|
|
2022-06-28 14:53:01.914 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
|
|
2022-06-28 14:53:01.916 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
|
|
2022-06-28 14:53:01.916 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
|
|
2022-06-28 14:53:01.920 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
|
|
2022-06-28 14:53:01.927 DEBUG 11744 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105
|
|
2022-06-28 14:53:01.927 DEBUG 11744 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
|
|
2022-06-28 14:53:01.956 DEBUG 11744 --- [main] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use
|
|
2022-06-28 14:53:01.957 DEBUG 11744 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
|
|
2022-06-28 14:53:01.957 DEBUG 11744 --- [main] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use
|
|
2022-06-28 14:53:01.969 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'gatherBrokerApplication'
|
|
2022-06-28 14:53:01.970 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initConfig'
|
|
2022-06-28 14:53:01.973 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configMapper'
|
|
2022-06-28 14:53:01.977 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionFactory'
|
|
2022-06-28 14:53:01.977 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration'
|
|
2022-06-28 14:53:01.977 DEBUG 11744 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$617c0fe0] - unable to determine constructor/method parameter names
|
|
2022-06-28 14:53:01.979 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties'
|
|
2022-06-28 14:53:01.986 DEBUG 11744 --- [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-06-28 14:53:01.987 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:01.989 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource'
|
|
2022-06-28 14:53:01.989 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari'
|
|
2022-06-28 14:53:01.990 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
|
|
2022-06-28 14:53:01.999 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties'
|
|
2022-06-28 14:53:02.002 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : Driver class com.mysql.cj.jdbc.Driver found in Thread context class loader sun.misc.Launcher$AppClassLoader@18b4aac2
|
|
2022-06-28 14:53:02.017 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'dataSource'
|
|
2022-06-28 14:53:02.074 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : HikariPool-1 - configuration:
|
|
2022-06-28 14:53:02.076 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : allowPoolSuspension................................false
|
|
2022-06-28 14:53:02.076 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : autoCommit................................true
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : catalog................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : connectionInitSql................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : connectionTestQuery................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : connectionTimeout................................30000
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : dataSource................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : dataSourceClassName................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : dataSourceJNDI................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : dataSourceProperties................................{password=<masked>}
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : driverClassName................................"com.mysql.cj.jdbc.Driver"
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : exceptionOverrideClassName................................none
|
|
2022-06-28 14:53:02.077 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : healthCheckProperties................................{}
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : healthCheckRegistry................................none
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : idleTimeout................................600000
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : initializationFailTimeout................................1
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : isolateInternalQueries................................false
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : jdbcUrl................................jdbc:mysql://127.0.0.1:3306/gather_broker?serverTimezone=GMT
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : keepaliveTime................................0
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : leakDetectionThreshold................................0
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : maxLifetime................................1000000
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : maximumPoolSize................................10
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : metricRegistry................................none
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : metricsTrackerFactory................................none
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : minimumIdle................................10
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : password................................<masked>
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : poolName................................"HikariPool-1"
|
|
2022-06-28 14:53:02.078 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : readOnly................................false
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : registerMbeans................................false
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : scheduledExecutor................................none
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : schema................................none
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : threadFactory................................internal
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : transactionIsolation................................default
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : username................................"root"
|
|
2022-06-28 14:53:02.079 DEBUG 11744 --- [main] com.zaxxer.hikari.HikariConfig : validationTimeout................................5000
|
|
2022-06-28 14:53:02.079 INFO 11744 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2022-06-28 14:53:02.815 DEBUG 11744 --- [main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@626e0c86
|
|
2022-06-28 14:53:02.818 INFO 11744 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2022-06-28 14:53:02.836 DEBUG 11744 --- [main] c.b.m.e.s.MybatisSqlSessionFactoryBean : Property 'mapperLocations' was not specified.
|
|
2022-06-28 14:53:02.841 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sqlSessionTemplate'
|
|
2022-06-28 14:53:02.842 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory'
|
|
2022-06-28 14:53:02.918 DEBUG 11744 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
|
|
2022-06-28 14:53:02.934 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@8d3ff04
|
|
2022-06-28 14:53:02.947 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2dfe8f35
|
|
2022-06-28 14:53:02.961 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6e29810f
|
|
2022-06-28 14:53:02.966 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.insert
|
|
2022-06-28 14:53:02.973 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.delete
|
|
2022-06-28 14:53:02.974 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@49e4df19
|
|
2022-06-28 14:53:02.978 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteByMap
|
|
2022-06-28 14:53:02.987 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3f110f72
|
|
2022-06-28 14:53:02.999 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@7a89a1c9
|
|
2022-06-28 14:53:03.007 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteById
|
|
2022-06-28 14:53:03.009 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.deleteBatchIds
|
|
2022-06-28 14:53:03.013 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@19e11feb
|
|
2022-06-28 14:53:03.016 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.update
|
|
2022-06-28 14:53:03.019 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.updateById
|
|
2022-06-28 14:53:03.020 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectById
|
|
2022-06-28 14:53:03.022 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectBatchIds
|
|
2022-06-28 14:53:03.024 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectByMap
|
|
2022-06-28 14:53:03.028 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5a1711ad
|
|
2022-06-28 14:53:03.028 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectOne
|
|
2022-06-28 14:53:03.031 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectCount
|
|
2022-06-28 14:53:03.035 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMaps
|
|
2022-06-28 14:53:03.039 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectMapsPage
|
|
2022-06-28 14:53:03.042 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectObjs
|
|
2022-06-28 14:53:03.042 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@26b0fd2e
|
|
2022-06-28 14:53:03.042 DEBUG 11744 --- [HikariPool-1 connection adder] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0)
|
|
2022-06-28 14:53:03.044 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectList
|
|
2022-06-28 14:53:03.047 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConfigMapper.selectPage
|
|
2022-06-28 14:53:03.052 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientMapper'
|
|
2022-06-28 14:53:03.059 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.insert
|
|
2022-06-28 14:53:03.063 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.delete
|
|
2022-06-28 14:53:03.066 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteByMap
|
|
2022-06-28 14:53:03.068 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteById
|
|
2022-06-28 14:53:03.070 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.deleteBatchIds
|
|
2022-06-28 14:53:03.073 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.update
|
|
2022-06-28 14:53:03.077 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.updateById
|
|
2022-06-28 14:53:03.077 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectById
|
|
2022-06-28 14:53:03.080 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectBatchIds
|
|
2022-06-28 14:53:03.083 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectByMap
|
|
2022-06-28 14:53:03.085 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectOne
|
|
2022-06-28 14:53:03.088 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectCount
|
|
2022-06-28 14:53:03.092 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMaps
|
|
2022-06-28 14:53:03.095 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectMapsPage
|
|
2022-06-28 14:53:03.098 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectObjs
|
|
2022-06-28 14:53:03.101 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectList
|
|
2022-06-28 14:53:03.104 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ClientMapper.selectPage
|
|
2022-06-28 14:53:03.106 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionMapper'
|
|
2022-06-28 14:53:03.114 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.insert
|
|
2022-06-28 14:53:03.116 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.delete
|
|
2022-06-28 14:53:03.119 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteByMap
|
|
2022-06-28 14:53:03.121 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteById
|
|
2022-06-28 14:53:03.122 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.deleteBatchIds
|
|
2022-06-28 14:53:03.123 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.update
|
|
2022-06-28 14:53:03.124 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.updateById
|
|
2022-06-28 14:53:03.125 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectById
|
|
2022-06-28 14:53:03.125 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectBatchIds
|
|
2022-06-28 14:53:03.127 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectByMap
|
|
2022-06-28 14:53:03.129 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectOne
|
|
2022-06-28 14:53:03.131 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectCount
|
|
2022-06-28 14:53:03.133 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMaps
|
|
2022-06-28 14:53:03.135 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectMapsPage
|
|
2022-06-28 14:53:03.136 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectObjs
|
|
2022-06-28 14:53:03.137 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectList
|
|
2022-06-28 14:53:03.139 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ConnectionMapper.selectPage
|
|
2022-06-28 14:53:03.141 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'centerServiceImpl'
|
|
2022-06-28 14:53:03.142 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttClientServiceImpl'
|
|
2022-06-28 14:53:03.152 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServer'
|
|
2022-06-28 14:53:03.163 DEBUG 11744 --- [main] i.n.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework
|
|
2022-06-28 14:53:03.170 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : Platform: Windows
|
|
2022-06-28 14:53:03.172 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : -Dio.netty.noUnsafe: false
|
|
2022-06-28 14:53:03.172 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : Java version: 8
|
|
2022-06-28 14:53:03.173 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.theUnsafe: available
|
|
2022-06-28 14:53:03.174 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : sun.misc.Unsafe.copyMemory: available
|
|
2022-06-28 14:53:03.174 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Buffer.address: available
|
|
2022-06-28 14:53:03.175 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : direct buffer constructor: available
|
|
2022-06-28 14:53:03.176 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.Bits.unaligned: available, true
|
|
2022-06-28 14:53:03.176 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
|
|
2022-06-28 14:53:03.176 DEBUG 11744 --- [main] i.n.util.internal.PlatformDependent0 : java.nio.DirectByteBuffer.<init>(long, int): available
|
|
2022-06-28 14:53:03.177 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : sun.misc.Unsafe: available
|
|
2022-06-28 14:53:03.177 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.tmpdir: C:\Users\GS-HQY\AppData\Local\Temp (java.io.tmpdir)
|
|
2022-06-28 14:53:03.177 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.bitMode: 64 (sun.arch.data.model)
|
|
2022-06-28 14:53:03.179 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.maxDirectMemory: 3655860224 bytes
|
|
2022-06-28 14:53:03.179 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.uninitializedArrayAllocationThreshold: -1
|
|
2022-06-28 14:53:03.181 DEBUG 11744 --- [main] io.netty.util.internal.CleanerJava6 : java.nio.ByteBuffer.cleaner(): available
|
|
2022-06-28 14:53:03.181 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : -Dio.netty.noPreferDirect: false
|
|
2022-06-28 14:53:03.184 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'protocolProcess'
|
|
2022-06-28 14:53:03.194 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttInfoServiceImpl'
|
|
2022-06-28 14:53:03.199 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mqttServerHandler'
|
|
2022-06-28 14:53:03.268 DEBUG 11744 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
|
|
2022-06-28 14:53:03.268 DEBUG 11744 --- [main] i.n.u.internal.InternalThreadLocalMap : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
|
|
2022-06-28 14:53:03.279 DEBUG 11744 --- [main] i.n.channel.MultithreadEventLoopGroup : -Dio.netty.eventLoopThreads: 32
|
|
2022-06-28 14:53:03.311 DEBUG 11744 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.noKeySetOptimization: false
|
|
2022-06-28 14:53:03.311 DEBUG 11744 --- [main] io.netty.channel.nio.NioEventLoop : -Dio.netty.selectorAutoRebuildThreshold: 512
|
|
2022-06-28 14:53:03.314 DEBUG 11744 --- [main] i.netty.util.internal.PlatformDependent : org.jctools-core.MpscChunkedArrayQueue: available
|
|
2022-06-28 14:53:03.378 DEBUG 11744 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.processId: 11744 (auto-detected)
|
|
2022-06-28 14:53:03.380 DEBUG 11744 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv4Stack: false
|
|
2022-06-28 14:53:03.380 DEBUG 11744 --- [main] io.netty.util.NetUtil : -Djava.net.preferIPv6Addresses: false
|
|
2022-06-28 14:53:03.633 DEBUG 11744 --- [main] io.netty.util.NetUtil : Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
|
|
2022-06-28 14:53:03.633 DEBUG 11744 --- [main] io.netty.util.NetUtil : Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
|
|
2022-06-28 14:53:03.895 DEBUG 11744 --- [main] io.netty.channel.DefaultChannelId : -Dio.netty.machineId: 84:1b:77:ff:fe:84:ad:c8 (auto-detected)
|
|
2022-06-28 14:53:03.907 DEBUG 11744 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.level: simple
|
|
2022-06-28 14:53:03.907 DEBUG 11744 --- [main] io.netty.util.ResourceLeakDetector : -Dio.netty.leakDetection.targetRecords: 4
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numHeapArenas: 32
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.numDirectArenas: 32
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.pageSize: 8192
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxOrder: 11
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.chunkSize: 16777216
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.tinyCacheSize: 512
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.smallCacheSize: 256
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.normalCacheSize: 64
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedBufferCapacity: 32768
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimInterval: 8192
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.cacheTrimIntervalMillis: 0
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.useCacheForAllThreads: true
|
|
2022-06-28 14:53:03.919 DEBUG 11744 --- [main] io.netty.buffer.PooledByteBufAllocator : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
|
|
2022-06-28 14:53:03.926 DEBUG 11744 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.allocator.type: pooled
|
|
2022-06-28 14:53:03.926 DEBUG 11744 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.threadLocalDirectBufferSize: 0
|
|
2022-06-28 14:53:03.927 DEBUG 11744 --- [main] io.netty.buffer.ByteBufUtil : -Dio.netty.maxThreadLocalCharBufferSize: 16384
|
|
2022-06-28 14:53:03.933 WARN 11744 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'TCP_NODELAY' for channel '[id: 0x499915c6]'
|
|
2022-06-28 14:53:03.933 WARN 11744 --- [main] io.netty.bootstrap.ServerBootstrap : Unknown channel option 'SO_KEEPALIVE' for channel '[id: 0x499915c6]'
|
|
2022-06-28 14:53:03.944 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
|
|
2022-06-28 14:53:03.944 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
|
|
2022-06-28 14:53:03.944 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
|
|
2022-06-28 14:53:03.946 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource'
|
|
2022-06-28 14:53:03.946 DEBUG 11744 --- [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-06-28 14:53:03.948 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduler'
|
|
2022-06-28 14:53:03.948 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'quartzConfig'
|
|
2022-06-28 14:53:03.949 DEBUG 11744 --- [main] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class com.idtgz.quartz.QuartzConfig$$EnhancerBySpringCGLIB$$d553fe6c] - unable to determine constructor/method parameter names
|
|
2022-06-28 14:53:03.949 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jobFactory'
|
|
2022-06-28 14:53:03.950 DEBUG 11744 --- [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@530a8454'
|
|
2022-06-28 14:53:03.950 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'quartzConfig' via constructor to bean named 'jobFactory'
|
|
2022-06-28 14:53:03.952 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schedulerFactoryBean'
|
|
2022-06-28 14:53:03.974 INFO 11744 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
|
2022-06-28 14:53:03.985 INFO 11744 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
2022-06-28 14:53:03.985 INFO 11744 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
|
|
2022-06-28 14:53:03.985 INFO 11744 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
|
2022-06-28 14:53:03.986 INFO 11744 --- [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-06-28 14:53:03.986 INFO 11744 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
|
|
2022-06-28 14:53:03.986 INFO 11744 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
|
|
2022-06-28 14:53:03.986 INFO 11744 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: com.idtgz.quartz.JobFactory@7f42b194
|
|
2022-06-28 14:53:04.005 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'connectionServiceImpl'
|
|
2022-06-28 14:53:04.043 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
|
|
2022-06-28 14:53:04.047 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@166b11e] was not registered for synchronization because synchronization is not active
|
|
2022-06-28 14:53:04.081 DEBUG 11744 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
|
|
2022-06-28 14:53:04.082 DEBUG 11744 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [HikariProxyConnection@2058228080 wrapping com.mysql.cj.jdbc.ConnectionImpl@626e0c86] will not be managed by Spring
|
|
2022-06-28 14:53:04.084 DEBUG 11744 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Preparing: SELECT id,config_type,config_json,created_time,updated_time FROM config WHERE config_type = ?
|
|
2022-06-28 14:53:04.104 DEBUG 11744 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : ==> Parameters: PIPE_LINE_CONFIG(String)
|
|
2022-06-28 14:53:04.144 DEBUG 11744 --- [main] c.i.dao.mapper.ConfigMapper.selectOne : <== Total: 1
|
|
2022-06-28 14:53:04.144 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@166b11e]
|
|
2022-06-28 14:53:04.404 ERROR 11744 --- [main] c.i.service.impl.MqttClientServiceImpl : Mqtt通道初始化失败MqttException
|
|
2022-06-28 14:53:04.405 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
|
|
2022-06-28 14:53:04.405 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f867b0c] was not registered for synchronization because synchronization is not active
|
|
2022-06-28 14:53:04.405 DEBUG 11744 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
|
|
2022-06-28 14:53:04.405 DEBUG 11744 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [HikariProxyConnection@1264243462 wrapping com.mysql.cj.jdbc.ConnectionImpl@626e0c86] will not be managed by Spring
|
|
2022-06-28 14:53:04.405 DEBUG 11744 --- [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-06-28 14:53:04.405 DEBUG 11744 --- [main] c.i.dao.mapper.ClientMapper.selectList : ==> Parameters:
|
|
2022-06-28 14:53:04.414 DEBUG 11744 --- [main] c.i.dao.mapper.ClientMapper.selectList : <== Total: 2
|
|
2022-06-28 14:53:04.414 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f867b0c]
|
|
2022-06-28 14:53:04.415 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
|
|
2022-06-28 14:53:04.415 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ef041bb] was not registered for synchronization because synchronization is not active
|
|
2022-06-28 14:53:04.415 DEBUG 11744 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
|
|
2022-06-28 14:53:04.415 DEBUG 11744 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [HikariProxyConnection@1172814713 wrapping com.mysql.cj.jdbc.ConnectionImpl@626e0c86] will not be managed by Spring
|
|
2022-06-28 14:53:04.415 DEBUG 11744 --- [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-06-28 14:53:04.416 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectList : ==> Parameters:
|
|
2022-06-28 14:53:04.427 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectList : <== Total: 4
|
|
2022-06-28 14:53:04.427 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ef041bb]
|
|
2022-06-28 14:53:04.435 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
|
|
2022-06-28 14:53:04.435 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6dded900] was not registered for synchronization because synchronization is not active
|
|
2022-06-28 14:53:04.436 DEBUG 11744 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
|
|
2022-06-28 14:53:04.436 DEBUG 11744 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [HikariProxyConnection@223363383 wrapping com.mysql.cj.jdbc.ConnectionImpl@626e0c86] will not be managed by Spring
|
|
2022-06-28 14:53:04.436 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : ==> Preparing: SELECT COUNT( 1 ) FROM connection WHERE connection_sign = ?
|
|
2022-06-28 14:53:04.436 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : ==> Parameters: 3568748685442269(Long)
|
|
2022-06-28 14:53:04.439 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : <== Total: 1
|
|
2022-06-28 14:53:04.439 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6dded900]
|
|
2022-06-28 14:53:04.439 ERROR 11744 --- [main] c.i.service.impl.ConnectionServiceImpl : 连接3568748685442269不存在
|
|
2022-06-28 14:53:04.439 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Creating a new SqlSession
|
|
2022-06-28 14:53:04.439 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e4ca109] was not registered for synchronization because synchronization is not active
|
|
2022-06-28 14:53:04.440 DEBUG 11744 --- [main] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource
|
|
2022-06-28 14:53:04.440 DEBUG 11744 --- [main] o.m.s.t.SpringManagedTransaction : JDBC Connection [HikariProxyConnection@364998425 wrapping com.mysql.cj.jdbc.ConnectionImpl@626e0c86] will not be managed by Spring
|
|
2022-06-28 14:53:04.440 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : ==> Preparing: SELECT COUNT( 1 ) FROM connection WHERE connection_sign = ?
|
|
2022-06-28 14:53:04.441 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : ==> Parameters: 3169696677011232(Long)
|
|
2022-06-28 14:53:04.441 DEBUG 11744 --- [main] c.i.d.m.ConnectionMapper.selectCount : <== Total: 1
|
|
2022-06-28 14:53:04.442 DEBUG 11744 --- [main] org.mybatis.spring.SqlSessionUtils : Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e4ca109]
|
|
2022-06-28 14:53:04.442 ERROR 11744 --- [main] c.i.service.impl.ConnectionServiceImpl : 连接3169696677011232不存在
|
|
2022-06-28 14:53:04.442 INFO 11744 --- [main] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
|
|
2022-06-28 14:53:04.455 DEBUG 11744 --- [schedulerFactoryBean_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers
|
|
2022-06-28 14:53:04.455 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configContext'
|
|
2022-06-28 14:53:04.456 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'testController'
|
|
2022-06-28 14:53:04.464 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configServiceImpl'
|
|
2022-06-28 14:53:04.465 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
|
|
2022-06-28 14:53:04.465 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataUploadQueueMapper'
|
|
2022-06-28 14:53:04.468 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.insert
|
|
2022-06-28 14:53:04.469 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.delete
|
|
2022-06-28 14:53:04.470 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteByMap
|
|
2022-06-28 14:53:04.470 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteById
|
|
2022-06-28 14:53:04.471 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.deleteBatchIds
|
|
2022-06-28 14:53:04.472 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.update
|
|
2022-06-28 14:53:04.472 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.updateById
|
|
2022-06-28 14:53:04.473 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectById
|
|
2022-06-28 14:53:04.473 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectBatchIds
|
|
2022-06-28 14:53:04.474 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectByMap
|
|
2022-06-28 14:53:04.475 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectOne
|
|
2022-06-28 14:53:04.475 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectCount
|
|
2022-06-28 14:53:04.477 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMaps
|
|
2022-06-28 14:53:04.478 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectMapsPage
|
|
2022-06-28 14:53:04.480 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectObjs
|
|
2022-06-28 14:53:04.482 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectList
|
|
2022-06-28 14:53:04.483 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.DataUploadQueueMapper.selectPage
|
|
2022-06-28 14:53:04.484 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'itemRecordMapper'
|
|
2022-06-28 14:53:04.486 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.insert
|
|
2022-06-28 14:53:04.486 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.delete
|
|
2022-06-28 14:53:04.487 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteByMap
|
|
2022-06-28 14:53:04.487 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteById
|
|
2022-06-28 14:53:04.488 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.deleteBatchIds
|
|
2022-06-28 14:53:04.489 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.update
|
|
2022-06-28 14:53:04.490 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.updateById
|
|
2022-06-28 14:53:04.490 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectById
|
|
2022-06-28 14:53:04.491 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectBatchIds
|
|
2022-06-28 14:53:04.491 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectByMap
|
|
2022-06-28 14:53:04.492 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectOne
|
|
2022-06-28 14:53:04.493 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectCount
|
|
2022-06-28 14:53:04.494 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMaps
|
|
2022-06-28 14:53:04.495 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectMapsPage
|
|
2022-06-28 14:53:04.496 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectObjs
|
|
2022-06-28 14:53:04.497 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectList
|
|
2022-06-28 14:53:04.497 DEBUG 11744 --- [main] c.b.m.core.MybatisConfiguration : addMappedStatement: com.idtgz.dao.mapper.ItemRecordMapper.selectPage
|
|
2022-06-28 14:53:04.497 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
|
|
2022-06-28 14:53:04.498 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
|
|
2022-06-28 14:53:04.498 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
|
|
2022-06-28 14:53:04.498 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
|
|
2022-06-28 14:53:04.498 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
|
|
2022-06-28 14:53:04.499 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
|
|
2022-06-28 14:53:04.500 DEBUG 11744 --- [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-06-28 14:53:04.501 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration'
|
|
2022-06-28 14:53:04.502 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator'
|
|
2022-06-28 14:53:04.502 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:04.502 DEBUG 11744 --- [main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
|
|
2022-06-28 14:53:04.506 DEBUG 11744 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
|
|
2022-06-28 14:53:04.506 DEBUG 11744 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
|
|
2022-06-28 14:53:04.506 DEBUG 11744 --- [main] o.h.v.i.e.AbstractConfigurationImpl : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
|
|
2022-06-28 14:53:04.507 DEBUG 11744 --- [main] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration.
|
|
2022-06-28 14:53:04.507 DEBUG 11744 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader
|
|
2022-06-28 14:53:04.507 DEBUG 11744 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL
|
|
2022-06-28 14:53:04.507 DEBUG 11744 --- [main] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
|
|
2022-06-28 14:53:04.507 DEBUG 11744 --- [main] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only.
|
|
2022-06-28 14:53:04.508 DEBUG 11744 --- [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-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
|
|
2022-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
|
|
2022-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
|
|
2022-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
|
|
2022-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
|
|
2022-06-28 14:53:04.509 DEBUG 11744 --- [main] .i.e.ValidatorFactoryConfigurationHelper : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
|
|
2022-06-28 14:53:04.511 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
|
|
2022-06-28 14:53:04.512 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
|
|
2022-06-28 14:53:04.513 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
|
|
2022-06-28 14:53:04.514 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
|
|
2022-06-28 14:53:04.515 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
|
|
2022-06-28 14:53:04.517 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:04.517 DEBUG 11744 --- [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-06-28 14:53:04.518 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
|
|
2022-06-28 14:53:04.520 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
|
|
2022-06-28 14:53:04.521 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
|
|
2022-06-28 14:53:04.521 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
|
|
2022-06-28 14:53:04.525 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
|
|
2022-06-28 14:53:04.527 DEBUG 11744 --- [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-06-28 14:53:04.527 DEBUG 11744 --- [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-06-28 14:53:04.527 DEBUG 11744 --- [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@530a8454'
|
|
2022-06-28 14:53:04.535 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
|
|
2022-06-28 14:53:04.536 DEBUG 11744 --- [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-06-28 14:53:04.536 DEBUG 11744 --- [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-06-28 14:53:04.536 DEBUG 11744 --- [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@530a8454'
|
|
2022-06-28 14:53:04.537 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
|
|
2022-06-28 14:53:04.539 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.543 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
|
|
2022-06-28 14:53:04.547 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.549 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
|
|
2022-06-28 14:53:04.556 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
|
|
2022-06-28 14:53:04.556 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
|
|
2022-06-28 14:53:04.560 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
|
|
2022-06-28 14:53:04.560 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
|
|
2022-06-28 14:53:04.560 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:04.566 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
|
|
2022-06-28 14:53:04.566 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
|
|
2022-06-28 14:53:04.567 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
|
|
2022-06-28 14:53:04.567 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
|
|
2022-06-28 14:53:04.567 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
|
|
2022-06-28 14:53:04.568 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
|
|
2022-06-28 14:53:04.568 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
|
|
2022-06-28 14:53:04.568 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
|
|
2022-06-28 14:53:04.570 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:04.570 DEBUG 11744 --- [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-06-28 14:53:04.571 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:04.571 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
|
|
2022-06-28 14:53:04.572 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
|
|
2022-06-28 14:53:04.572 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
|
|
2022-06-28 14:53:04.575 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
|
|
2022-06-28 14:53:04.576 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
|
|
2022-06-28 14:53:04.580 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
|
|
2022-06-28 14:53:04.597 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
|
|
2022-06-28 14:53:04.604 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor'
|
|
2022-06-28 14:53:04.605 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
|
|
2022-06-28 14:53:04.608 DEBUG 11744 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2022-06-28 14:53:04.619 DEBUG 11744 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
|
|
2022-06-28 14:53:04.641 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
|
|
2022-06-28 14:53:04.642 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.646 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.676 DEBUG 11744 --- [main] _.s.web.servlet.HandlerMapping.Mappings :
|
|
c.i.c.TestController:
|
|
{GET [/test/test]}: test()
|
|
2022-06-28 14:53:04.679 DEBUG 11744 --- [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-06-28 14:53:04.684 DEBUG 11744 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 3 mappings in 'requestMappingHandlerMapping'
|
|
2022-06-28 14:53:04.686 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
|
|
2022-06-28 14:53:04.686 DEBUG 11744 --- [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@355e34c7'
|
|
2022-06-28 14:53:04.686 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.686 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.692 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver'
|
|
2022-06-28 14:53:04.694 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver'
|
|
2022-06-28 14:53:04.695 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager'
|
|
2022-06-28 14:53:04.697 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser'
|
|
2022-06-28 14:53:04.698 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
|
|
2022-06-28 14:53:04.698 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
|
|
2022-06-28 14:53:04.699 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
|
|
2022-06-28 14:53:04.699 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.699 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.699 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
|
|
2022-06-28 14:53:04.700 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.700 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.701 DEBUG 11744 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'beanNameHandlerMapping' {}
|
|
2022-06-28 14:53:04.703 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping'
|
|
2022-06-28 14:53:04.703 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.703 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.708 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
|
|
2022-06-28 14:53:04.709 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.709 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.709 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
|
|
2022-06-28 14:53:04.720 DEBUG 11744 --- [main] _.s.web.servlet.HandlerMapping.Mappings : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]}
|
|
2022-06-28 14:53:04.721 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
|
|
2022-06-28 14:53:04.721 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter'
|
|
2022-06-28 14:53:04.722 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
|
|
2022-06-28 14:53:04.723 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService'
|
|
2022-06-28 14:53:04.723 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter'
|
|
2022-06-28 14:53:04.725 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
|
|
2022-06-28 14:53:04.725 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
|
|
2022-06-28 14:53:04.726 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
|
|
2022-06-28 14:53:04.726 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.729 DEBUG 11744 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
|
|
2022-06-28 14:53:04.733 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
|
|
2022-06-28 14:53:04.733 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager'
|
|
2022-06-28 14:53:04.734 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator'
|
|
2022-06-28 14:53:04.736 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
|
|
2022-06-28 14:53:04.741 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
|
|
2022-06-28 14:53:04.741 DEBUG 11744 --- [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@530a8454'
|
|
2022-06-28 14:53:04.743 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
|
|
2022-06-28 14:53:04.745 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'thymeleafViewResolver'
|
|
2022-06-28 14:53:04.746 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration'
|
|
2022-06-28 14:53:04.747 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
|
|
2022-06-28 14:53:04.749 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateEngine'
|
|
2022-06-28 14:53:04.750 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration'
|
|
2022-06-28 14:53:04.750 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'templateEngine' via factory method to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
|
|
2022-06-28 14:53:04.764 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultTemplateResolver'
|
|
2022-06-28 14:53:04.764 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration'
|
|
2022-06-28 14:53:04.766 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
|
|
2022-06-28 14:53:04.766 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@355e34c7'
|
|
2022-06-28 14:53:04.767 WARN 11744 --- [main] ion$DefaultTemplateResolverConfiguration : Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
|
|
2022-06-28 14:53:04.771 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'java8TimeDialect'
|
|
2022-06-28 14:53:04.771 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafJava8TimeDialect'
|
|
2022-06-28 14:53:04.777 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'thymeleafViewResolver' via factory method to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
|
|
2022-06-28 14:53:04.777 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'thymeleafViewResolver' via factory method to bean named 'templateEngine'
|
|
2022-06-28 14:53:04.781 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari'
|
|
2022-06-28 14:53:04.782 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource'
|
|
2022-06-28 14:53:04.782 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration'
|
|
2022-06-28 14:53:04.783 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration'
|
|
2022-06-28 14:53:04.783 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
|
|
2022-06-28 14:53:04.783 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
|
|
2022-06-28 14:53:04.784 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration'
|
|
2022-06-28 14:53:04.784 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration'
|
|
2022-06-28 14:53:04.784 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration'
|
|
2022-06-28 14:53:04.784 DEBUG 11744 --- [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-06-28 14:53:04.784 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanExporter'
|
|
2022-06-28 14:53:04.785 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectNamingStrategy'
|
|
2022-06-28 14:53:04.787 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy'
|
|
2022-06-28 14:53:04.787 DEBUG 11744 --- [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@530a8454'
|
|
2022-06-28 14:53:04.792 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanServer'
|
|
2022-06-28 14:53:04.795 DEBUG 11744 --- [main] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@6df97b55
|
|
2022-06-28 14:53:04.801 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration'
|
|
2022-06-28 14:53:04.801 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springApplicationAdminRegistrar'
|
|
2022-06-28 14:53:04.801 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:04.803 DEBUG 11744 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
|
|
2022-06-28 14:53:04.804 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration'
|
|
2022-06-28 14:53:04.804 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration'
|
|
2022-06-28 14:53:04.804 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration'
|
|
2022-06-28 14:53:04.805 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration'
|
|
2022-06-28 14:53:04.805 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability'
|
|
2022-06-28 14:53:04.807 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
|
|
2022-06-28 14:53:04.807 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration'
|
|
2022-06-28 14:53:04.807 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor'
|
|
2022-06-28 14:53:04.807 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
|
|
2022-06-28 14:53:04.808 DEBUG 11744 --- [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-06-28 14:53:04.809 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration'
|
|
2022-06-28 14:53:04.809 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
|
|
2022-06-28 14:53:04.810 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
|
|
2022-06-28 14:53:04.811 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
|
|
2022-06-28 14:53:04.812 DEBUG 11744 --- [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-06-28 14:53:04.812 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration'
|
|
2022-06-28 14:53:04.812 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate'
|
|
2022-06-28 14:53:04.813 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
|
|
2022-06-28 14:53:04.813 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource'
|
|
2022-06-28 14:53:04.813 DEBUG 11744 --- [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-06-28 14:53:04.821 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration'
|
|
2022-06-28 14:53:04.822 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate'
|
|
2022-06-28 14:53:04.822 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
|
|
2022-06-28 14:53:04.825 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration'
|
|
2022-06-28 14:53:04.825 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration'
|
|
2022-06-28 14:53:04.826 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties'
|
|
2022-06-28 14:53:04.826 DEBUG 11744 --- [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-06-28 14:53:04.827 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration'
|
|
2022-06-28 14:53:04.827 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.quartz-org.springframework.boot.autoconfigure.quartz.QuartzProperties'
|
|
2022-06-28 14:53:04.829 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration'
|
|
2022-06-28 14:53:04.829 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
|
|
2022-06-28 14:53:04.830 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter'
|
|
2022-06-28 14:53:04.831 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
|
|
2022-06-28 14:53:04.832 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
|
|
2022-06-28 14:53:04.833 DEBUG 11744 --- [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-06-28 14:53:04.834 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration'
|
|
2022-06-28 14:53:04.835 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration'
|
|
2022-06-28 14:53:04.835 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration'
|
|
2022-06-28 14:53:04.835 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager'
|
|
2022-06-28 14:53:04.836 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment'
|
|
2022-06-28 14:53:04.836 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionManager' via factory method to bean named 'dataSource'
|
|
2022-06-28 14:53:04.837 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
|
|
2022-06-28 14:53:04.838 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
|
|
2022-06-28 14:53:04.839 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
|
|
2022-06-28 14:53:04.843 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration'
|
|
2022-06-28 14:53:04.843 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration'
|
|
2022-06-28 14:53:04.843 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration'
|
|
2022-06-28 14:53:04.843 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration'
|
|
2022-06-28 14:53:04.843 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate'
|
|
2022-06-28 14:53:04.844 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager'
|
|
2022-06-28 14:53:04.845 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
|
|
2022-06-28 14:53:04.845 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
|
|
2022-06-28 14:53:04.845 DEBUG 11744 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
|
|
2022-06-28 14:53:04.855 DEBUG 11744 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
|
|
2022-06-28 14:53:04.855 DEBUG 11744 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Autodetecting user-defined JMX MBeans
|
|
2022-06-28 14:53:04.856 DEBUG 11744 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
|
|
2022-06-28 14:53:04.860 DEBUG 11744 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
|
|
2022-06-28 14:53:04.865 DEBUG 11744 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483646
|
|
2022-06-28 14:53:04.874 INFO 11744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
|
2022-06-28 14:53:04.876 DEBUG 11744 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop'
|
|
2022-06-28 14:53:04.876 DEBUG 11744 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
|
|
2022-06-28 14:53:04.876 DEBUG 11744 --- [main] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown'
|
|
2022-06-28 14:53:04.885 DEBUG 11744 --- [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)
|
|
|
|
DataSourceAutoConfiguration.PooledDataSourceConfiguration 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)
|
|
- @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; 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)
|
|
- @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
|
|
|
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 'dataSource'; @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)
|
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
|
|
|
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 'dataSource' (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 'dataSource' (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 'dataSource' (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)
|
|
|
|
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#taskSchedulerBuilder matched:
|
|
- @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
|
|
|
ThymeleafAutoConfiguration matched:
|
|
- @ConditionalOnClass found required classes 'org.thymeleaf.templatemode.TemplateMode', 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)
|
|
|
|
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration matched:
|
|
- @ConditionalOnMissingBean (names: defaultTemplateResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration#templateEngine matched:
|
|
- @ConditionalOnMissingBean (types: org.thymeleaf.spring5.ISpringTemplateEngine; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect matched:
|
|
- @ConditionalOnClass found required class 'org.thymeleaf.extras.java8time.dialect.Java8TimeDialect' (OnClassCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect#java8TimeDialect matched:
|
|
- @ConditionalOnMissingBean (types: org.thymeleaf.extras.java8time.dialect.Java8TimeDialect; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration matched:
|
|
- found 'session' scope (OnWebApplicationCondition)
|
|
- @ConditionalOnProperty (spring.thymeleaf.enabled) matched (OnPropertyCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration#thymeleafViewResolver matched:
|
|
- @ConditionalOnMissingBean (names: thymeleafViewResolver; 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#requestContextFilter matched:
|
|
- @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; 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 spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
|
|
|
|
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, &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)
|
|
|
|
SpringDataWebAutoConfiguration:
|
|
Did not match:
|
|
- @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition)
|
|
|
|
TaskSchedulingAutoConfiguration#taskScheduler:
|
|
Did not match:
|
|
- @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
|
|
|
|
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration:
|
|
Did not match:
|
|
- @ConditionalOnClass did not find required class 'com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect' (OnClassCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafReactiveConfiguration:
|
|
Did not match:
|
|
- did not find reactive web application classes (OnWebApplicationCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration:
|
|
Did not match:
|
|
- @ConditionalOnClass did not find required classes 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect', 'org.springframework.security.web.server.csrf.CsrfToken' (OnClassCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafWebFluxConfiguration:
|
|
Did not match:
|
|
- did not find reactive web application classes (OnWebApplicationCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration:
|
|
Did not match:
|
|
- @ConditionalOnClass did not find required class 'nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialect' (OnClassCondition)
|
|
|
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration#resourceUrlEncodingFilter:
|
|
Did not match:
|
|
- @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
|
|
|
|
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)
|
|
|
|
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-06-28 14:53:04.889 DEBUG 11744 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
|
|
2022-06-28 14:53:04.892 INFO 11744 --- [main] com.idtgz.GatherBrokerApplication : Started GatherBrokerApplication in 4.717 seconds (JVM running for 5.89)
|
|
2022-06-28 14:53:04.893 DEBUG 11744 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
|
|
2022-06-28 14:53:04.894 DEBUG 11744 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
|
|
2022-06-28 14:53:23.251 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.util.Recycler : -Dio.netty.recycler.maxCapacityPerThread: 4096
|
|
2022-06-28 14:53:23.251 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.util.Recycler : -Dio.netty.recycler.maxSharedCapacityFactor: 2
|
|
2022-06-28 14:53:23.251 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.util.Recycler : -Dio.netty.recycler.linkCapacity: 16
|
|
2022-06-28 14:53:23.251 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.util.Recycler : -Dio.netty.recycler.ratio: 8
|
|
2022-06-28 14:53:23.257 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkAccessible: true
|
|
2022-06-28 14:53:23.257 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.buffer.AbstractByteBuf : -Dio.netty.buffer.checkBounds: true
|
|
2022-06-28 14:53:23.257 DEBUG 11744 --- [nioEventLoopGroup-3-1] i.n.util.ResourceLeakDetectorFactory : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@72c8be43
|
|
2022-06-28 14:53:23.812 WARN 11744 --- [nioEventLoopGroup-3-2] io.netty.channel.DefaultChannelPipeline : An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
|
|
|
|
com.alibaba.fastjson.JSONException: syntax error, expect {, actual [, pos 0, fastjson-version 1.2.54
|
|
at com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.deserialze(JavaBeanDeserializer.java:474)
|
|
at com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.parseRest(JavaBeanDeserializer.java:1414)
|
|
at com.alibaba.fastjson.parser.deserializer.FastjsonASMDeserializer_3_SyncDTO.deserialze(Unknown Source)
|
|
at com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.deserialze(JavaBeanDeserializer.java:269)
|
|
at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:671)
|
|
at com.alibaba.fastjson.JSON.parseObject(JSON.java:368)
|
|
at com.alibaba.fastjson.JSON.parseObject(JSON.java:272)
|
|
at com.alibaba.fastjson.JSON.parseObject(JSON.java:491)
|
|
at com.idtgz.service.impl.MqttInfoServiceImpl.clientsInfoHandler(MqttInfoServiceImpl.java:50)
|
|
at com.idtgz.mqtt.protocol.ProtocolProcess.processPublish(ProtocolProcess.java:275)
|
|
at com.idtgz.mqtt.MqttServerHandler.channelRead0(MqttServerHandler.java:58)
|
|
at com.idtgz.mqtt.MqttServerHandler.channelRead0(MqttServerHandler.java:22)
|
|
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
|
|
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:328)
|
|
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:302)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
|
|
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
|
|
at com.idtgz.mqtt.common.ChannelManagerHandler.channelRead(ChannelManagerHandler.java:63)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
|
|
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:287)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
|
|
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:287)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
|
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1422)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
|
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
|
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:931)
|
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
|
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
|
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
|
|
at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1044)
|
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
|
|
2022-06-28 14:53:29.151 DEBUG 11744 --- [schedulerFactoryBean_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread : batch acquisition of 0 triggers
|
|
2022-06-28 14:53:32.920 DEBUG 11744 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Pool stats (total=10, active=0, idle=10, waiting=0)
|
|
2022-06-28 14:53:32.920 DEBUG 11744 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Fill pool skipped, pool is at sufficient level.
|
|
2022-06-28 14:53:38.811 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
|
|
2022-06-28 14:53:38.811 DEBUG 11744 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@355e34c7, started on Tue Jun 28 14:53:00 CST 2022
|
|
2022-06-28 14:53:38.811 DEBUG 11744 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
|
|
2022-06-28 14:53:38.813 DEBUG 11744 --- [nioEventLoopGroup-3-1] io.netty.buffer.PoolThreadCache : Freed 2 thread-local buffer(s) from thread: nioEventLoopGroup-3-1
|
|
2022-06-28 14:53:38.813 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
|
|
2022-06-28 14:53:38.813 INFO 11744 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
|
|
2022-06-28 14:53:38.814 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'schedulerFactoryBean' completed its stop procedure
|
|
2022-06-28 14:53:38.815 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure
|
|
2022-06-28 14:53:38.815 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483646
|
|
2022-06-28 14:53:39.034 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure
|
|
2022-06-28 14:53:39.034 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
|
|
2022-06-28 14:53:39.034 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans
|
|
2022-06-28 14:53:39.035 DEBUG 11744 --- [SpringApplicationShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2022-06-28 14:53:39.035 INFO 11744 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
|
|
2022-06-28 14:53:39.035 INFO 11744 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
|
|
2022-06-28 14:53:39.035 DEBUG 11744 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutting down threadpool...
|
|
2022-06-28 14:53:39.035 DEBUG 11744 --- [SpringApplicationShutdownHook] org.quartz.simpl.SimpleThreadPool : Shutdown of threadpool complete.
|
|
2022-06-28 14:53:39.035 INFO 11744 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
|
|
2022-06-28 14:53:39.035 INFO 11744 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
|
2022-06-28 14:53:39.036 INFO 11744 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
|
2022-06-28 14:53:39.036 DEBUG 11744 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Before shutdown stats (total=10, active=0, idle=10, waiting=0)
|
|
2022-06-28 14:53:39.036 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@626e0c86: (connection evicted)
|
|
2022-06-28 14:53:39.037 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@8d3ff04: (connection evicted)
|
|
2022-06-28 14:53:39.037 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2dfe8f35: (connection evicted)
|
|
2022-06-28 14:53:39.037 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6e29810f: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@49e4df19: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@3f110f72: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7a89a1c9: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@19e11feb: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5a1711ad: (connection evicted)
|
|
2022-06-28 14:53:39.038 DEBUG 11744 --- [HikariPool-1 connection closer] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Closing connection com.mysql.cj.jdbc.ConnectionImpl@26b0fd2e: (connection evicted)
|
|
2022-06-28 14:53:39.039 DEBUG 11744 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - After shutdown stats (total=0, active=0, idle=0, waiting=0)
|
|
2022-06-28 14:53:39.039 INFO 11744 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|