|
@@ -331,3 +331,335 @@
|
|
|
2023-06-30 14:06:35.366 INFO 8572 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
2023-06-30 14:06:35.366 INFO 8572 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
2023-06-30 14:06:35.372 INFO 8572 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
+2023-06-30 14:21:59.772 INFO 12064 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12064 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
+2023-06-30 14:21:59.776 INFO 12064 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
+2023-06-30 14:22:00.448 INFO 12064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-06-30 14:22:00.450 INFO 12064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2023-06-30 14:22:00.486 INFO 12064 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
|
|
|
+2023-06-30 14:22:00.563 WARN 12064 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
+2023-06-30 14:22:00.840 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:00.843 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31778d07] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:00.848 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:00.853 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:00.862 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c7e91c36] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:00.873 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3d6bd949] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:01.152 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:01.169 INFO 12064 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 14:22:01.175 INFO 12064 --- [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-06-30 14:22:01.186 INFO 12064 --- [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-06-30 14:22:01.516 INFO 12064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
+2023-06-30 14:22:01.542 INFO 12064 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-06-30 14:22:01.543 INFO 12064 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
+2023-06-30 14:22:01.649 INFO 12064 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-06-30 14:22:01.649 INFO 12064 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1776 ms
|
|
|
+2023-06-30 14:22:01.850 INFO 12064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
+2023-06-30 14:22:01.957 INFO 12064 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
+2023-06-30 14:22:01.957 INFO 12064 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
+2023-06-30 14:22:01.957 INFO 12064 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
+2023-06-30 14:22:01.957 INFO 12064 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
+2023-06-30 14:22:03.348 INFO 12064 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 14:22:03.739 INFO 12064 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 14:22:03.870 INFO 12064 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
+2023-06-30 14:22:03.873 INFO 12064 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.615 seconds (JVM running for 5.994)
|
|
|
+2023-06-30 14:22:03.875 INFO 12064 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
+----------------------------------------------------------
|
|
|
+ Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
+2023-06-30 14:42:41.620 INFO 12064 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 14:42:41.622 INFO 12064 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 14:42:41.639 INFO 12064 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
+2023-06-30 14:42:41.639 INFO 12064 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
+2023-06-30 14:42:41.649 INFO 12064 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
+2023-06-30 16:06:14.082 INFO 15656 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15656 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
+2023-06-30 16:06:14.084 INFO 15656 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
+2023-06-30 16:06:14.947 INFO 15656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-06-30 16:06:14.950 INFO 15656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2023-06-30 16:06:15.007 INFO 15656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 40ms. Found 0 repository interfaces.
|
|
|
+2023-06-30 16:06:15.104 WARN 15656 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
+2023-06-30 16:06:15.420 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.424 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6b51cf5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.429 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.434 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.444 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1c35e8d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.456 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$77461ba0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.734 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.749 INFO 15656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 16:06:15.755 INFO 15656 --- [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-06-30 16:06:15.766 INFO 15656 --- [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-06-30 16:06:16.077 INFO 15656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
+2023-06-30 16:06:16.098 INFO 15656 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-06-30 16:06:16.098 INFO 15656 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
+2023-06-30 16:06:16.191 INFO 15656 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-06-30 16:06:16.191 INFO 15656 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2031 ms
|
|
|
+2023-06-30 16:06:16.373 INFO 15656 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
+2023-06-30 16:06:16.471 INFO 15656 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
+2023-06-30 16:06:16.471 INFO 15656 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
+2023-06-30 16:06:16.471 INFO 15656 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
+2023-06-30 16:06:16.471 INFO 15656 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
+2023-06-30 16:06:17.855 INFO 15656 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 16:06:18.217 INFO 15656 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 16:06:18.320 INFO 15656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
+2023-06-30 16:06:18.322 INFO 15656 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.922 seconds (JVM running for 7.807)
|
|
|
+2023-06-30 16:06:18.324 INFO 15656 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
+----------------------------------------------------------
|
|
|
+ Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
+2023-06-30 16:06:41.958 INFO 15656 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-06-30 16:06:41.958 INFO 15656 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-06-30 16:06:41.969 INFO 15656 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
|
|
|
+2023-06-30 16:06:47.702 INFO 15656 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
|
|
|
+2023-06-30 16:06:47.703 INFO 15656 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
|
|
|
+2023-06-30 16:11:22.982 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41298dad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.984 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6cd45fc9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.985 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64a3723c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.986 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70e8206f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.987 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49eefc91 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.987 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4804383a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.987 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37c99194 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.988 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@693345a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.988 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38a74a6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:11:22.990 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@510b60ab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.917 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@351bdec7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.919 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e3e1dd6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.921 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c7fba2a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.922 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b44e743 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.924 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d4a72d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.925 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@636c98a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.927 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b5af668 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.928 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b9927e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.929 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1548659f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:15:26.930 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1266461c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:16:29.051 ERROR 15656 --- [http-nio-10015-exec-3] c.x.s.service.impl.RoleServiceImpl : 传入 的 id:1670668779026026497不合法
|
|
|
+2023-06-30 16:16:29.059 ERROR 15656 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常] with root cause
|
|
|
+
|
|
|
+com.xmnk.springbootbase.common.exception.handler.BusinessException: 传入数据异常
|
|
|
+ at com.xmnk.springbootfunction.service.impl.RoleServiceImpl.detailInfo(RoleServiceImpl.java:88)
|
|
|
+ at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$FastClassBySpringCGLIB$$10355cd2.invoke(<generated>)
|
|
|
+ at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
|
+ at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
|
|
|
+ at com.xmnk.springbootfunction.service.impl.RoleServiceImpl$$EnhancerBySpringCGLIB$$56a62e3.detailInfo(<generated>)
|
|
|
+ at com.xmnk.springbootfunction.controller.base.RoleController.detailInfo(RoleController.java:100)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
|
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
|
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
|
+ at java.lang.reflect.Method.invoke(Method.java:498)
|
|
|
+ at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
|
|
+ at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
|
|
+ at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
|
|
|
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
|
|
|
+ at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
|
|
|
+ at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
|
+ at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
|
|
|
+ at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
|
|
|
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
|
|
|
+ at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
|
|
|
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
|
|
+ at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
|
|
+ at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
|
|
+ at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
+ at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
|
|
+ at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
|
|
|
+ at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
|
|
+ at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
|
|
+ at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
|
|
+ at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
|
|
+ at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
|
|
+ at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
|
|
|
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
|
|
|
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
|
|
|
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
|
|
|
+ at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
|
|
+ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
|
|
+ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
|
|
+ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
|
|
|
+ at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
|
|
|
+ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
|
|
|
+ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
|
+ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
|
|
|
+ at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
|
|
+ at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
|
|
|
+ at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
|
+ at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
|
+ at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
|
+ at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
|
+ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
|
+ at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
|
+ at java.lang.Thread.run(Thread.java:748)
|
|
|
+
|
|
|
+2023-06-30 16:19:26.034 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c97d7df (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.040 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e31087f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.047 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d9da3a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.052 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@292f846b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.054 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@558138bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.056 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6345a084 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.057 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6345a7c2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.059 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@361c6b1d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.060 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a84d985 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:19:26.062 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@248b15d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.390 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f2f07ec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.396 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b579b6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.399 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38302571 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.403 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24be1f2d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.404 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7935e298 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.406 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@283c664e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.408 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@111ed595 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.409 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@458de7ec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.411 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13fafce7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:28:50.412 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@583ff6c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.167 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@157210a9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.169 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69ded523 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.170 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@af5602 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.172 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4fbfa3c8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.173 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cd21395 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.174 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53bab0e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.176 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29dff3d2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.177 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b4ca4c2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.179 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@475e4285 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:33:59.181 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4165df37 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.181 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69e62932 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.183 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d62bd61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.184 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@121f3702 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.185 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4930d770 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.185 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5134c345 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.186 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5935e5b7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.187 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32f96eb4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.188 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dbdb4cc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.188 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ae46ed5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:38:44.189 WARN 15656 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c0a3a63 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.267 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1574a82f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.269 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bb76438 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.270 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19333ca1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.272 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64fb507a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.274 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b433177 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.275 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bd50483 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.276 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b03e16c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.277 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c51ef6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.278 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@272f4fb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:45:34.281 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@344db6ca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.456 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dfea7fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.459 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6752614a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.460 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c5f0f5d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.462 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41cd3d8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.463 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78c02808 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.465 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@cec4e6b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.466 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@185d8d4c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.468 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3054e296 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.469 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49ad1cfc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:54:02.470 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275c8cb4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.092 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44484a59 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.093 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@606e96b6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.095 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7cf3d8de (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.097 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5197ff3e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.099 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11b5b1fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.101 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57a5e5b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.102 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@672d5302 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.104 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@92d2ed6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.105 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@352b5c57 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 16:58:12.107 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62f4442f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.051 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f776681 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.053 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41cb07ad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.054 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b074da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.056 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@42108408 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.057 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7286f379 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.059 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6be964eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.060 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6cf8cbe8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.062 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a0e22bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.063 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f5601b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:18:47.064 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f38fe85 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.646 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ef536f6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.648 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ea2909e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.650 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bb2bbf5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.651 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18157f65 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.653 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72e672a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.654 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68da2a05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.655 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66b949f8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.657 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5564ec1d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.658 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14d6cf5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:26:54.659 WARN 15656 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d6545c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.321 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73493f32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.323 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8b362cd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.325 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ab912d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.326 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@bc8ea1a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.328 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dd1f064 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.330 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e674019 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.332 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ccad0a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.334 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@209e7f18 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.336 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52bee9bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:29:23.337 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60d1c79 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:34:27.997 WARN 15656 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63bbd37b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.937 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f4d55e9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.940 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@490a66ca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.942 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2cc30489 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.944 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@454cd8ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.946 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67209ca8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.949 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d068ab0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.950 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49553ed5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.952 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a7d9c20 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.954 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@95b981b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:40:23.955 WARN 15656 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40c1c08a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
|
|
|
+2023-06-30 17:49:32.582 INFO 15656 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 17:49:32.585 INFO 15656 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 17:49:32.718 INFO 15656 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
+2023-06-30 17:49:32.719 INFO 15656 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
+2023-06-30 17:49:32.726 INFO 15656 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
|
+2023-06-30 17:49:39.644 INFO 16612 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16612 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
|
|
|
+2023-06-30 17:49:39.647 INFO 16612 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
|
|
|
+2023-06-30 17:49:40.366 INFO 16612 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
+2023-06-30 17:49:40.368 INFO 16612 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
|
+2023-06-30 17:49:40.405 INFO 16612 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
|
|
|
+2023-06-30 17:49:40.486 WARN 16612 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
|
|
|
+2023-06-30 17:49:40.753 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:40.756 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e0baf093] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:40.761 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:40.766 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:40.774 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$772c7fc2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:40.785 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ecaf3cd5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:41.063 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customHashedCredentialsMatcher' of type [com.xmnk.springbootfunction.shiro.CustomHashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:41.080 INFO 16612 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'customRealm' of type [com.xmnk.springbootfunction.shiro.CustomRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
+2023-06-30 17:49:41.086 INFO 16612 --- [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-06-30 17:49:41.098 INFO 16612 --- [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-06-30 17:49:41.403 INFO 16612 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
|
|
|
+2023-06-30 17:49:41.424 INFO 16612 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
|
+2023-06-30 17:49:41.424 INFO 16612 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
|
+2023-06-30 17:49:41.518 INFO 16612 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
|
+2023-06-30 17:49:41.518 INFO 16612 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1771 ms
|
|
|
+2023-06-30 17:49:41.695 INFO 16612 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
|
+2023-06-30 17:49:41.795 INFO 16612 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
|
+2023-06-30 17:49:41.795 INFO 16612 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
|
|
|
+2023-06-30 17:49:41.795 INFO 16612 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
|
|
|
+2023-06-30 17:49:41.795 INFO 16612 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
|
|
|
+2023-06-30 17:49:43.182 INFO 16612 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 17:49:43.573 INFO 16612 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 17:49:43.698 INFO 16612 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
|
|
|
+2023-06-30 17:49:43.701 INFO 16612 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.557 seconds (JVM running for 5.306)
|
|
|
+2023-06-30 17:49:43.703 INFO 16612 --- [main] c.x.s.SpringbootFunctionApplication :
|
|
|
+----------------------------------------------------------
|
|
|
+ Application 'imageSynthesis' is running! ----------------------------------------------------------
|
|
|
+2023-06-30 17:49:52.629 INFO 16612 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2023-06-30 17:49:52.630 INFO 16612 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
|
+2023-06-30 17:49:52.638 INFO 16612 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
|
|
|
+2023-06-30 17:57:03.651 INFO 16612 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
|
|
|
+2023-06-30 17:57:03.652 INFO 16612 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
+2023-06-30 17:57:03.666 INFO 16612 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
|
|
|
+2023-06-30 17:57:03.667 INFO 16612 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
|
+2023-06-30 17:57:03.674 INFO 16612 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|