351 lines
43 KiB
Plaintext
351 lines
43 KiB
Plaintext
![]() |
2024-05-13 17:25:21.821 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
Starting DreamerCMSApplication using Java 1.8.0_181 on DESKTOP-7836B5V with PID 5592 (D:\2024项目\新疆CMS框架\back\target\classes started by lzc in D:\2024项目\新疆CMS框架\back)
|
|||
|
2024-05-13 17:25:21.823 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
The following 1 profile is active: "prd"
|
|||
|
2024-05-13 17:25:24.280 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Multiple Spring Data modules found, entering strict repository configuration mode
|
|||
|
2024-05-13 17:25:24.282 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|||
|
2024-05-13 17:25:24.322 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Finished Spring Data repository scanning in 25 ms. Found 0 Redis repository interfaces.
|
|||
|
2024-05-13 17:25:24.730 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'shiroConfiguration' of type [cc.iteachyou.cms.security.config.ShiroConfiguration$$EnhancerBySpringCGLIB$$aefab7e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:24.733 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:24.748 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:24.751 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:24.836 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:24.895 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.017 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'redisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.500 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'mybatis-tk.mybatis.mapper.autoconfigure.MybatisProperties' of type [tk.mybatis.mapper.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.503 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration' of type [tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration$$EnhancerBySpringCGLIB$$c6b7fd65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.505 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.512 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:25:25.529 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.971 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:25.976 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.016 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.019 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userMapper' of type [com.sun.proxy.$Proxy88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.044 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userRoleMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.045 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userRoleMapper' of type [com.sun.proxy.$Proxy89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.047 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userServiceImpl' of type [cc.iteachyou.cms.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.083 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.086 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleMapper' of type [com.sun.proxy.$Proxy91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.106 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rolePermissionMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.107 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rolePermissionMapper' of type [com.sun.proxy.$Proxy92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.109 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleServiceImpl' of type [cc.iteachyou.cms.service.impl.RoleServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.113 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'dreamerCMSRealm' of type [cc.iteachyou.cms.security.token.DreamerCMSRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.119 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sessionIdCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.122 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'webSessionManager' of type [org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.126 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rememberMeCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.129 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rememberMeManager' of type [org.apache.shiro.web.mgt.CookieRememberMeManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.131 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'customShiroCacheManager' of type [cc.iteachyou.cms.security.cache.ShiroRedisCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.133 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:25:26.137 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'setDefaultWebSecurityManager' of type [org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:25:26.144 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:25:26.398 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer -
|
|||
|
Tomcat initialized with port(s): 86 (http)
|
|||
|
2024-05-13 17:25:26.406 [main] INFO org.apache.coyote.http11.Http11NioProtocol -
|
|||
|
Initializing ProtocolHandler ["http-nio-86"]
|
|||
|
2024-05-13 17:25:26.406 [main] INFO org.apache.catalina.core.StandardService -
|
|||
|
Starting service [Tomcat]
|
|||
|
2024-05-13 17:25:26.406 [main] INFO org.apache.catalina.core.StandardEngine -
|
|||
|
Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|||
|
2024-05-13 17:25:26.479 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] -
|
|||
|
Initializing Spring embedded WebApplicationContext
|
|||
|
2024-05-13 17:25:26.479 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext -
|
|||
|
Root WebApplicationContext: initialization completed in 4612 ms
|
|||
|
2024-05-13 17:25:27.420 [main] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Starting...
|
|||
|
2024-05-13 17:25:27.658 [main] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Start completed.
|
|||
|
2024-05-13 17:25:27.788 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
|
|||
|
2024-05-13 17:25:27.789 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
|
|||
|
2024-05-13 17:25:27.789 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
|
|||
|
2024-05-13 17:25:27.789 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear EntityHelper entityTableMap cache.
|
|||
|
2024-05-13 17:25:28.008 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Using default implementation for ThreadExecutor
|
|||
|
2024-05-13 17:25:28.018 [main] INFO org.quartz.core.SchedulerSignalerImpl -
|
|||
|
Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|||
|
2024-05-13 17:25:28.020 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Quartz Scheduler v.2.2.1 created.
|
|||
|
2024-05-13 17:25:28.021 [main] INFO org.quartz.simpl.RAMJobStore -
|
|||
|
RAMJobStore initialized.
|
|||
|
2024-05-13 17:25:28.021 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler meta-data: Quartz Scheduler (v2.2.1) '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.
|
|||
|
|
|||
|
2024-05-13 17:25:28.021 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|||
|
2024-05-13 17:25:28.021 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Quartz scheduler version: 2.2.1
|
|||
|
2024-05-13 17:25:28.021 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3f9e8af5
|
|||
|
2024-05-13 17:25:28.089 [main] INFO org.apache.coyote.http11.Http11NioProtocol -
|
|||
|
Starting ProtocolHandler ["http-nio-86"]
|
|||
|
2024-05-13 17:25:28.112 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer -
|
|||
|
Tomcat started on port(s): 86 (http) with context path ''
|
|||
|
2024-05-13 17:25:28.113 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean -
|
|||
|
Starting Quartz Scheduler now
|
|||
|
2024-05-13 17:25:28.113 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|||
|
2024-05-13 17:25:28.152 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
Started DreamerCMSApplication in 6.959 seconds (JVM running for 8.565)
|
|||
|
2024-05-13 17:25:38.741 [http-nio-86-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] -
|
|||
|
Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|||
|
2024-05-13 17:25:38.742 [http-nio-86-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -
|
|||
|
Initializing Servlet 'dispatcherServlet'
|
|||
|
2024-05-13 17:25:38.743 [http-nio-86-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -
|
|||
|
Completed initialization in 1 ms
|
|||
|
2024-05-13 17:25:38.755 [http-nio-86-exec-1] INFO o.a.s.session.mgt.AbstractValidatingSessionManager -
|
|||
|
Enabling session validation scheduler...
|
|||
|
2024-05-13 17:25:54.234 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|||
|
2024-05-13 17:25:54.470 [SpringApplicationShutdownHook] INFO o.s.scheduling.quartz.SchedulerFactoryBean -
|
|||
|
Shutting down Quartz Scheduler
|
|||
|
2024-05-13 17:25:54.470 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|||
|
2024-05-13 17:25:54.470 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|||
|
2024-05-13 17:25:54.471 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|||
|
2024-05-13 17:25:54.474 [SpringApplicationShutdownHook] INFO o.a.s.session.mgt.AbstractValidatingSessionManager -
|
|||
|
Disabled session validation scheduler.
|
|||
|
2024-05-13 17:25:54.476 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Shutdown initiated...
|
|||
|
2024-05-13 17:25:54.484 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Shutdown completed.
|
|||
|
2024-05-13 17:25:58.962 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
Starting DreamerCMSApplication using Java 1.8.0_181 on DESKTOP-7836B5V with PID 35596 (D:\2024项目\新疆CMS框架\back\target\classes started by lzc in D:\2024项目\新疆CMS框架\back)
|
|||
|
2024-05-13 17:25:58.963 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
The following 1 profile is active: "prd"
|
|||
|
2024-05-13 17:25:59.660 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Multiple Spring Data modules found, entering strict repository configuration mode
|
|||
|
2024-05-13 17:25:59.662 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|||
|
2024-05-13 17:25:59.698 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate -
|
|||
|
Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
|
|||
|
2024-05-13 17:26:00.058 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'shiroConfiguration' of type [cc.iteachyou.cms.security.config.ShiroConfiguration$$EnhancerBySpringCGLIB$$1ff6caf8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.063 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.084 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.088 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.176 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.226 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.348 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'redisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.737 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'mybatis-tk.mybatis.mapper.autoconfigure.MybatisProperties' of type [tk.mybatis.mapper.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.739 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration' of type [tk.mybatis.mapper.autoconfigure.MapperAutoConfiguration$$EnhancerBySpringCGLIB$$37b4107b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.741 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:00.747 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:26:00.760 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.013 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.018 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.061 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.063 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userMapper' of type [com.sun.proxy.$Proxy88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.089 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userRoleMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.090 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userRoleMapper' of type [com.sun.proxy.$Proxy89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.092 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'userServiceImpl' of type [cc.iteachyou.cms.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.129 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.130 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleMapper' of type [com.sun.proxy.$Proxy91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.152 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rolePermissionMapper' of type [tk.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.154 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rolePermissionMapper' of type [com.sun.proxy.$Proxy92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.156 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'roleServiceImpl' of type [cc.iteachyou.cms.service.impl.RoleServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.161 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'dreamerCMSRealm' of type [cc.iteachyou.cms.security.token.DreamerCMSRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.167 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'sessionIdCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.170 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'webSessionManager' of type [org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.174 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rememberMeCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.176 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'rememberMeManager' of type [org.apache.shiro.web.mgt.CookieRememberMeManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.178 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'customShiroCacheManager' of type [cc.iteachyou.cms.security.cache.ShiroRedisCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.179 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:26:01.184 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
|
|||
|
Bean 'setDefaultWebSecurityManager' of type [org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|||
|
2024-05-13 17:26:01.192 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$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)
|
|||
|
2024-05-13 17:26:01.445 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer -
|
|||
|
Tomcat initialized with port(s): 86 (http)
|
|||
|
2024-05-13 17:26:01.454 [main] INFO org.apache.coyote.http11.Http11NioProtocol -
|
|||
|
Initializing ProtocolHandler ["http-nio-86"]
|
|||
|
2024-05-13 17:26:01.455 [main] INFO org.apache.catalina.core.StandardService -
|
|||
|
Starting service [Tomcat]
|
|||
|
2024-05-13 17:26:01.455 [main] INFO org.apache.catalina.core.StandardEngine -
|
|||
|
Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|||
|
2024-05-13 17:26:01.532 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] -
|
|||
|
Initializing Spring embedded WebApplicationContext
|
|||
|
2024-05-13 17:26:01.532 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext -
|
|||
|
Root WebApplicationContext: initialization completed in 2530 ms
|
|||
|
2024-05-13 17:26:02.546 [main] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Starting...
|
|||
|
2024-05-13 17:26:02.743 [main] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Start completed.
|
|||
|
2024-05-13 17:26:02.857 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
|
|||
|
2024-05-13 17:26:02.858 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
|
|||
|
2024-05-13 17:26:02.858 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
|
|||
|
2024-05-13 17:26:02.858 [main] INFO t.mybatis.mapper.autoconfigure.MapperCacheDisabler -
|
|||
|
Clear EntityHelper entityTableMap cache.
|
|||
|
2024-05-13 17:26:03.094 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Using default implementation for ThreadExecutor
|
|||
|
2024-05-13 17:26:03.103 [main] INFO org.quartz.core.SchedulerSignalerImpl -
|
|||
|
Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|||
|
2024-05-13 17:26:03.105 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Quartz Scheduler v.2.2.1 created.
|
|||
|
2024-05-13 17:26:03.106 [main] INFO org.quartz.simpl.RAMJobStore -
|
|||
|
RAMJobStore initialized.
|
|||
|
2024-05-13 17:26:03.106 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler meta-data: Quartz Scheduler (v2.2.1) '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.
|
|||
|
|
|||
|
2024-05-13 17:26:03.106 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|||
|
2024-05-13 17:26:03.107 [main] INFO org.quartz.impl.StdSchedulerFactory -
|
|||
|
Quartz scheduler version: 2.2.1
|
|||
|
2024-05-13 17:26:03.107 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@21ce2e4d
|
|||
|
2024-05-13 17:26:03.175 [main] INFO org.apache.coyote.http11.Http11NioProtocol -
|
|||
|
Starting ProtocolHandler ["http-nio-86"]
|
|||
|
2024-05-13 17:26:03.193 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer -
|
|||
|
Tomcat started on port(s): 86 (http) with context path ''
|
|||
|
2024-05-13 17:26:03.195 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean -
|
|||
|
Starting Quartz Scheduler now
|
|||
|
2024-05-13 17:26:03.195 [main] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|||
|
2024-05-13 17:26:03.234 [main] INFO cc.iteachyou.cms.DreamerCMSApplication -
|
|||
|
Started DreamerCMSApplication in 4.734 seconds (JVM running for 5.746)
|
|||
|
2024-05-13 17:26:07.798 [http-nio-86-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] -
|
|||
|
Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|||
|
2024-05-13 17:26:07.799 [http-nio-86-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -
|
|||
|
Initializing Servlet 'dispatcherServlet'
|
|||
|
2024-05-13 17:26:07.800 [http-nio-86-exec-1] INFO org.springframework.web.servlet.DispatcherServlet -
|
|||
|
Completed initialization in 1 ms
|
|||
|
2024-05-13 17:26:07.810 [http-nio-86-exec-1] INFO o.a.s.session.mgt.AbstractValidatingSessionManager -
|
|||
|
Enabling session validation scheduler...
|
|||
|
2024-05-13 17:28:02.358 [http-nio-86-exec-4] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:04.933 [http-nio-86-exec-9] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:07.648 [http-nio-86-exec-9] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:07.885 [http-nio-86-exec-4] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:10.474 [http-nio-86-exec-2] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:10.576 [http-nio-86-exec-2] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:15.265 [http-nio-86-exec-3] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:15.426 [http-nio-86-exec-4] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:17.379 [http-nio-86-exec-9] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:28:17.521 [http-nio-86-exec-9] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:14.453 [http-nio-86-exec-3] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:16.440 [http-nio-86-exec-4] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:19.483 [http-nio-86-exec-9] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:19.640 [http-nio-86-exec-7] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:23.450 [http-nio-86-exec-1] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:30:23.530 [http-nio-86-exec-1] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:31:38.760 [http-nio-86-exec-6] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:31:38.910 [http-nio-86-exec-8] INFO c.i.cms.interceptor.UserAuthorizationInterceptor -
|
|||
|
UserAuthorizationInterceptor:[User(id=9f4b807db2e94670bb02cdc212ea7389, username=admin, password=be39e219116cb32e218650d4a559c000, mobile=111, realname=超级管理员, status=1, pageStyle=null, salt=d2FuZ2puMTIzNDU2, lastLoginIp=本地主机, lastLoginTime=Mon May 13 17:28:00 CST 2024, portrait=null, createBy=null, createTime=Mon Jan 01 00:00:00 CST 2018, updateBy=9f4b807db2e94670bb02cdc212ea7389, updateTime=Mon May 13 16:28:44 CST 2024, saltByte=null)]拦截通过...
|
|||
|
2024-05-13 17:32:40.626 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|||
|
2024-05-13 17:32:40.877 [SpringApplicationShutdownHook] INFO o.s.scheduling.quartz.SchedulerFactoryBean -
|
|||
|
Shutting down Quartz Scheduler
|
|||
|
2024-05-13 17:32:40.877 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|||
|
2024-05-13 17:32:40.877 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|||
|
2024-05-13 17:32:40.877 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler -
|
|||
|
Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|||
|
2024-05-13 17:32:40.880 [SpringApplicationShutdownHook] INFO o.a.s.session.mgt.AbstractValidatingSessionManager -
|
|||
|
Disabled session validation scheduler.
|
|||
|
2024-05-13 17:32:40.883 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Shutdown initiated...
|
|||
|
2024-05-13 17:32:40.889 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource -
|
|||
|
prd - Shutdown completed.
|