2023-11-30 16:19:49.155 INFO 20268 --- [main] com.casic.missiles.CasicApplication : Starting CasicApplication using Java 1.8.0_111 on casic with PID 20268 (D:\code\zhajing\15gitproduct\casic_smartcity3.0\casic-smartcity\casic-web\target\classes started by casic_zt in D:\code\zhajing\15gitproduct\casic_smartcity3.0\casic-smartcity) 2023-11-30 16:19:49.157 DEBUG 20268 --- [main] com.casic.missiles.CasicApplication : Running with Spring Boot v2.4.5, Spring v5.3.6 2023-11-30 16:19:49.157 INFO 20268 --- [main] com.casic.missiles.CasicApplication : The following profiles are active: dm 2023-11-30 16:19:50.000 INFO 20268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-11-30 16:19:50.010 INFO 20268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2023-11-30 16:19:50.077 INFO 20268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57 ms. Found 0 Redis repository interfaces. 2023-11-30 16:19:50.243 INFO 20268 --- [main] o.s.c.a.ConfigurationClassEnhancer : @Bean method UtilAutoConfiguration.springContextHolder is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2023-11-30 16:19:50.253 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.casic.missiles.config.web.ShiroConfig$$EnhancerBySpringCGLIB$$b6b1fda5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.298 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroCacheConfig' of type [com.casic.missiles.config.web.ShiroCacheConfig$$EnhancerBySpringCGLIB$$49e0807] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.299 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'ehCacheConfig' of type [com.casic.missiles.config.EhCacheConfig$$EnhancerBySpringCGLIB$$79cdf8ad] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.301 INFO 20268 --- [main] o.s.c.ehcache.EhCacheManagerFactoryBean : Initializing EhCache CacheManager 2023-11-30 16:19:50.325 WARN 20268 --- [main] n.sf.ehcache.config.CacheConfiguration : Cache 'CONSTANT' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'CONSTANT' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'. 2023-11-30 16:19:50.401 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'ehcache' of type [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.404 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'getCacheShiroManager' of type [org.apache.shiro.cache.ehcache.EhCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.414 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'casicProperties' of type [com.casic.missiles.config.properties.CasicProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.415 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultSessionListener' of type [com.casic.missiles.core.listener.ShiroSessionListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.420 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultWebSessionManager' of type [com.casic.missiles.core.shiro.ShiroSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.923 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'loginCheckHandler' of type [com.casic.missiles.handler.LoginCheckHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.925 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' of type [org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.926 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$$EnhancerBySpringCGLIB$$5535f930] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.927 INFO 20268 --- [main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource 2023-11-30 16:19:50.961 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.972 ERROR 20268 --- [main] com.alibaba.druid.pool.DruidDataSource : testWhileIdle is true, validationQuery not set 2023-11-30 16:19:50.976 INFO 20268 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited 2023-11-30 16:19:50.976 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.977 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' of type [org.springframework.boot.autoconfigure.jdbc.JdbcProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.981 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'jdbcTemplate' of type [org.springframework.jdbc.core.JdbcTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:50.981 DEBUG 20268 --- [main] com.casic.missiles.config.DbSysConfig : loading database config 2023-11-30 16:19:51.451 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dbSysConfig' of type [com.casic.missiles.config.DbSysConfig$$EnhancerBySpringCGLIB$$63b45dbd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.458 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'loginIpHandler' of type [com.casic.missiles.modular.application.handler.LoginIpHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.460 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroDbRealm' of type [com.casic.missiles.core.shiro.ShiroDbRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.460 INFO 20268 --- [main] o.a.shiro.cache.ehcache.EhCacheManager : Cache with name 'com.casic.missiles.core.shiro.ShiroDbRealm.authorizationCache' does not yet exist. Creating now. 2023-11-30 16:19:51.464 INFO 20268 --- [main] o.a.shiro.cache.ehcache.EhCacheManager : Added EhCache named [com.casic.missiles.core.shiro.ShiroDbRealm.authorizationCache] 2023-11-30 16:19:51.465 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.466 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodInvokingFactoryBean' of type [org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.499 INFO 20268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-11-30 16:19:51.884 INFO 20268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 11308 (http) 2023-11-30 16:19:51.892 INFO 20268 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-11-30 16:19:51.892 INFO 20268 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.45] 2023-11-30 16:19:51.972 INFO 20268 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-11-30 16:19:51.972 INFO 20268 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2785 ms 2023-11-30 16:19:55.796 DEBUG 20268 --- [main] com.casic.missiles.config.EhCacheConfig : loading EhCacheConfig .. 2023-11-30 16:19:56.050 INFO 20268 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor 2023-11-30 16:19:56.057 INFO 20268 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2023-11-30 16:19:56.057 INFO 20268 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created. 2023-11-30 16:19:56.058 INFO 20268 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2023-11-30 16:19:56.058 INFO 20268 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2023-11-30 16:19:56.058 INFO 20268 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 2023-11-30 16:19:56.058 INFO 20268 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2 2023-11-30 16:19:56.058 INFO 20268 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@19bad88 2023-11-30 16:19:56.072 INFO 20268 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-11-30 16:19:56.174 INFO 20268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 11308 (http) with context path '' 2023-11-30 16:19:56.975 INFO 20268 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now 2023-11-30 16:19:56.976 INFO 20268 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started. 2023-11-30 16:19:56.985 INFO 20268 --- [main] com.casic.missiles.CasicApplication : Started CasicApplication in 8.156 seconds (JVM running for 9.154) 2023-11-30 16:19:56.987 INFO 20268 --- [main] com.casic.missiles.CasicApplication : CasicApplication is success! 2023-11-30 16:23:29.991 INFO 20268 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.