2023-06-29 08:59:11.329 INFO 18932 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 08:59:11.331 INFO 18932 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 08:59:11.483 INFO 18932 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 08:59:11.483 INFO 18932 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 08:59:11.491 INFO 18932 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 08:59:15.633 INFO 19180 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 19180 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 08:59:15.639 INFO 19180 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 08:59:16.392 INFO 19180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 08:59:16.394 INFO 19180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 08:59:16.444 INFO 19180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces. 2023-06-29 08:59:16.508 WARN 19180 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 08:59:16.761 INFO 19180 --- [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-29 08:59:16.764 INFO 19180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f6e241d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 08:59:16.769 INFO 19180 --- [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-29 08:59:16.773 INFO 19180 --- [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-29 08:59:16.782 INFO 19180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8d53d102] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 08:59:16.792 INFO 19180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2d68e15] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 08:59:17.095 INFO 19180 --- [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-29 08:59:17.110 INFO 19180 --- [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-29 08:59:17.115 INFO 19180 --- [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-29 08:59:17.126 INFO 19180 --- [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-29 08:59:17.416 INFO 19180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 08:59:17.436 INFO 19180 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 08:59:17.436 INFO 19180 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 08:59:17.529 INFO 19180 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 08:59:17.530 INFO 19180 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1788 ms 2023-06-29 08:59:17.713 INFO 19180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 08:59:17.809 INFO 19180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 08:59:17.809 INFO 19180 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 08:59:17.809 INFO 19180 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 08:59:17.809 INFO 19180 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 08:59:19.181 INFO 19180 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 08:59:19.563 INFO 19180 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 08:59:19.664 INFO 19180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 08:59:19.666 INFO 19180 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.551 seconds (JVM running for 5.264) 2023-06-29 08:59:19.668 INFO 19180 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 09:17:42.395 INFO 19180 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 09:17:42.395 INFO 19180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 09:17:42.405 INFO 19180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 09:17:42.550 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1daa9088 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.551 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2da6970f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.552 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64c17ce3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.552 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c34761e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.552 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e42c49 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.553 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c63cd15 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.553 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73aa8c1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.554 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ce190f3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.554 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18c37542 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:17:42.554 WARN 19180 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1aca082a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:19:55.308 INFO 19180 --- [http-nio-10015-exec-9] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-29 09:19:55.310 INFO 19180 --- [http-nio-10015-exec-9] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-29 09:26:01.499 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4649066 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.501 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4118d78f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.502 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3806fd07 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.504 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7340c3d8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.505 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e65494a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.508 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c97c054 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.509 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51b7a713 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.510 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@338b51c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.511 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cf0c7c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 09:26:01.513 WARN 19180 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ec7396a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 11:44:07.127 INFO 19180 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 11:44:07.132 INFO 19180 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 14:10:40.791 INFO 17664 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17664 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 14:10:40.794 INFO 17664 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 14:10:42.023 INFO 17664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 14:10:42.025 INFO 17664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 14:10:42.061 INFO 17664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-29 14:10:42.136 WARN 17664 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 14:10:42.395 INFO 17664 --- [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-29 14:10:42.398 INFO 17664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d11219fb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:10:42.403 INFO 17664 --- [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-29 14:10:42.408 INFO 17664 --- [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-29 14:10:42.418 INFO 17664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6783a92a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:10:42.428 INFO 17664 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$dd06663d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:10:42.874 INFO 17664 --- [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-29 14:10:42.909 INFO 17664 --- [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-29 14:10:42.915 INFO 17664 --- [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-29 14:10:42.927 INFO 17664 --- [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-29 14:10:43.233 INFO 17664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 14:10:43.254 INFO 17664 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 14:10:43.255 INFO 17664 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 14:10:43.349 INFO 17664 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 14:10:43.350 INFO 17664 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2472 ms 2023-06-29 14:10:43.547 INFO 17664 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 14:10:43.649 INFO 17664 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 14:10:43.649 INFO 17664 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 14:10:43.649 INFO 17664 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 14:10:43.649 INFO 17664 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 14:10:45.194 INFO 17664 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 14:10:45.574 INFO 17664 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 14:10:45.680 INFO 17664 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 14:10:45.683 INFO 17664 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.389 seconds (JVM running for 6.084) 2023-06-29 14:10:45.685 INFO 17664 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 14:13:34.487 INFO 17664 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 14:13:34.487 INFO 17664 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 14:13:34.497 INFO 17664 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 14:13:34.652 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57cb4be3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.652 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12a711e6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.653 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1fbec402 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.654 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4826f87e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.654 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b13d9b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.655 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7191cb14 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.655 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18e68ff0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.656 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67fc719a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.656 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2267f285 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:13:34.657 WARN 17664 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d5154b6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.979 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13c2c40b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.981 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64394e6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.982 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@126bd7a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.984 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@178cbb78 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.985 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5af8242c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.987 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4aa377dd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.988 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5161e3e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.989 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4772ff66 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.990 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d983bea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:47:26.992 WARN 17664 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cd4b01b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:52:55.624 INFO 17664 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 14:52:55.625 INFO 17664 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 14:52:55.644 INFO 17664 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 14:52:55.644 INFO 17664 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 14:52:55.651 INFO 17664 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 14:53:01.189 INFO 7208 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7208 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 14:53:01.192 INFO 7208 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 14:53:02.542 INFO 7208 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 14:53:02.545 INFO 7208 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 14:53:02.592 INFO 7208 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 32ms. Found 0 repository interfaces. 2023-06-29 14:53:02.685 WARN 7208 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 14:53:02.964 INFO 7208 --- [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-29 14:53:02.967 INFO 7208 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2a0fa8f4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:53:02.972 INFO 7208 --- [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-29 14:53:02.977 INFO 7208 --- [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-29 14:53:02.985 INFO 7208 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c0813823] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:53:02.996 INFO 7208 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3603f536] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 14:53:03.307 INFO 7208 --- [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-29 14:53:03.322 INFO 7208 --- [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-29 14:53:03.328 INFO 7208 --- [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-29 14:53:03.339 INFO 7208 --- [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-29 14:53:03.739 INFO 7208 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 14:53:03.761 INFO 7208 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 14:53:03.761 INFO 7208 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 14:53:03.855 INFO 7208 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 14:53:03.855 INFO 7208 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2408 ms 2023-06-29 14:53:04.042 INFO 7208 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 14:53:04.154 INFO 7208 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 14:53:04.154 INFO 7208 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 14:53:04.154 INFO 7208 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 14:53:04.154 INFO 7208 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 14:53:05.607 INFO 7208 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 14:53:05.995 INFO 7208 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 14:53:06.102 INFO 7208 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 14:53:06.104 INFO 7208 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.772 seconds (JVM running for 6.563) 2023-06-29 14:53:06.107 INFO 7208 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 14:53:16.334 INFO 7208 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 14:53:16.334 INFO 7208 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 14:53:16.343 INFO 7208 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 14:55:49.541 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3db751ee (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.543 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1202f802 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.544 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2abeadae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.546 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@282c15c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.547 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f551076 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.548 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a922776 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.550 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@359e3457 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.551 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21829b99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.552 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6613f97f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:49.553 WARN 7208 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1dc1db5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 14:55:53.949 INFO 7208 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-29 14:55:53.950 INFO 7208 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-29 15:00:06.952 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fb88ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.954 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@acce012 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.955 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5508b0f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.956 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c89b641 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.957 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@162b8299 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.958 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7bed0963 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.959 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1fcf907d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.960 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e57f8ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.961 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7eee7cd0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:00:06.963 WARN 7208 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ddbc47f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.162 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f17569d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.163 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59e4570b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.165 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1498bd49 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.166 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c66e3f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.168 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d90b163 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.169 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2637e9d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.171 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77147aaf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.173 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c7646e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.175 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@34b5e9a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:05:52.176 WARN 7208 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dd5d7a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.553 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275f1137 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.560 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3148f0d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.567 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74914948 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.573 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@602d6a0f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.577 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6708c674 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.581 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11304403 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.584 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f958464 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.587 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6463f68b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.590 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4579a715 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:08:19.593 WARN 7208 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@567ae3e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:09:15.238 INFO 7208 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:09:15.239 INFO 7208 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:09:15.361 INFO 7208 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:09:15.361 INFO 7208 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:09:15.367 INFO 7208 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:09:25.804 INFO 15752 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15752 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:09:25.807 INFO 15752 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:09:26.611 INFO 15752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:09:26.613 INFO 15752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:09:26.649 INFO 15752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-29 15:09:26.722 WARN 15752 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:09:26.980 INFO 15752 --- [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-29 15:09:26.983 INFO 15752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a0d7eb2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:09:26.988 INFO 15752 --- [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-29 15:09:26.992 INFO 15752 --- [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-29 15:09:27.001 INFO 15752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a07f0de1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:09:27.011 INFO 15752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1601caf4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:09:27.316 INFO 15752 --- [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-29 15:09:27.332 INFO 15752 --- [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-29 15:09:27.338 INFO 15752 --- [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-29 15:09:27.349 INFO 15752 --- [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-29 15:09:27.665 INFO 15752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:09:27.686 INFO 15752 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:09:27.686 INFO 15752 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:09:27.778 INFO 15752 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:09:27.779 INFO 15752 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1878 ms 2023-06-29 15:09:27.964 INFO 15752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:09:28.062 INFO 15752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:09:28.062 INFO 15752 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:09:28.062 INFO 15752 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:09:28.062 INFO 15752 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:09:29.431 INFO 15752 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:09:29.821 INFO 15752 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:09:29.925 INFO 15752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:09:29.927 INFO 15752 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.628 seconds (JVM running for 5.566) 2023-06-29 15:09:29.929 INFO 15752 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:09:33.994 INFO 15752 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:09:33.994 INFO 15752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:09:34.006 INFO 15752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms 2023-06-29 15:13:28.795 INFO 15752 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:13:28.796 INFO 15752 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:13:28.819 INFO 15752 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:13:28.819 INFO 15752 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:13:28.828 INFO 15752 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:13:33.841 INFO 15532 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15532 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:13:33.843 INFO 15532 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:13:34.716 INFO 15532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:13:34.719 INFO 15532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:13:34.761 INFO 15532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-29 15:13:34.855 WARN 15532 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:13:35.127 INFO 15532 --- [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-29 15:13:35.131 INFO 15532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f3e52019] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:13:35.135 INFO 15532 --- [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-29 15:13:35.140 INFO 15532 --- [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-29 15:13:35.149 INFO 15532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8a56af48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:13:35.160 INFO 15532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ffd96c5b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:13:35.480 INFO 15532 --- [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-29 15:13:35.496 INFO 15532 --- [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-29 15:13:35.502 INFO 15532 --- [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-29 15:13:35.513 INFO 15532 --- [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-29 15:13:35.871 INFO 15532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:13:35.893 INFO 15532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:13:35.893 INFO 15532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:13:35.987 INFO 15532 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:13:35.987 INFO 15532 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2055 ms 2023-06-29 15:13:36.182 INFO 15532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:13:36.286 INFO 15532 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:13:36.286 INFO 15532 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:13:36.286 INFO 15532 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:13:36.286 INFO 15532 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:13:37.723 INFO 15532 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:13:38.117 INFO 15532 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:13:38.230 INFO 15532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:13:38.233 INFO 15532 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.952 seconds (JVM running for 5.711) 2023-06-29 15:13:38.236 INFO 15532 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:16:59.008 INFO 15532 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:16:59.008 INFO 15532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:16:59.020 INFO 15532 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms 2023-06-29 15:16:59.100 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5557e409 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.101 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64c542ec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.101 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ed885d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.102 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d77c4fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.102 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cb455ca (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.103 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52a8b692 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.103 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1814471b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.104 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b0720d3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.105 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6523347c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:16:59.105 WARN 15532 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7228026c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.869 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41c00e7b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.871 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c31b97f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.873 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47e7406f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.875 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58cd3780 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.876 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@701658a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.878 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@619ac7f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.879 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c1c53b6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.881 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52f0a447 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.882 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23414e94 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:19:50.883 WARN 15532 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14d3b042 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.038 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d598d0d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.041 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57ee9bd8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.042 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c62bb32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.043 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e78a4ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.045 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@372c221d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.046 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14bf5f7b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.047 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d8dcdf5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.048 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76b8545e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.049 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2052bc5e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:32:05.052 WARN 15532 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ef87ba8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:37:27.574 INFO 15532 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:37:27.575 INFO 15532 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:37:27.593 INFO 15532 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:37:27.594 INFO 15532 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:37:27.606 INFO 15532 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:37:36.859 INFO 19256 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 19256 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:37:36.861 INFO 19256 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:37:37.689 INFO 19256 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:37:37.692 INFO 19256 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:37:37.742 INFO 19256 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces. 2023-06-29 15:37:37.848 WARN 19256 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:37:38.111 INFO 19256 --- [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-29 15:37:38.114 INFO 19256 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3e0aab9e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:37:38.119 INFO 19256 --- [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-29 15:37:38.124 INFO 19256 --- [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-29 15:37:38.132 INFO 19256 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d47c3acd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:37:38.143 INFO 19256 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$49fef7e0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:37:38.484 INFO 19256 --- [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-29 15:37:38.499 INFO 19256 --- [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-29 15:37:38.505 INFO 19256 --- [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-29 15:37:38.517 INFO 19256 --- [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-29 15:37:38.838 INFO 19256 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:37:38.861 INFO 19256 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:37:38.861 INFO 19256 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:37:38.959 INFO 19256 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:37:38.959 INFO 19256 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1997 ms 2023-06-29 15:37:39.149 INFO 19256 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:37:39.251 INFO 19256 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:37:39.251 INFO 19256 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:37:39.251 INFO 19256 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:37:39.251 INFO 19256 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:37:40.688 INFO 19256 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:37:41.059 INFO 19256 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:37:41.195 INFO 19256 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:37:41.199 INFO 19256 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.921 seconds (JVM running for 5.781) 2023-06-29 15:37:41.202 INFO 19256 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:37:41.240 INFO 19256 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:37:41.240 INFO 19256 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:37:41.248 INFO 19256 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-29 15:39:40.269 INFO 19256 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:39:40.270 INFO 19256 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:39:40.288 INFO 19256 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:39:40.289 INFO 19256 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:39:40.420 INFO 19256 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:39:45.527 INFO 3860 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3860 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:39:45.530 INFO 3860 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:39:46.323 INFO 3860 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:39:46.325 INFO 3860 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:39:46.366 INFO 3860 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-29 15:39:46.450 WARN 3860 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:39:46.815 INFO 3860 --- [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-29 15:39:46.818 INFO 3860 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$cb6af70c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:39:46.823 INFO 3860 --- [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-29 15:39:46.827 INFO 3860 --- [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-29 15:39:46.836 INFO 3860 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$61dc863b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:39:46.847 INFO 3860 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d75f434e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:39:47.154 INFO 3860 --- [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-29 15:39:47.169 INFO 3860 --- [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-29 15:39:47.175 INFO 3860 --- [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-29 15:39:47.186 INFO 3860 --- [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-29 15:39:47.480 INFO 3860 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:39:47.501 INFO 3860 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:39:47.501 INFO 3860 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:39:47.597 INFO 3860 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:39:47.597 INFO 3860 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1977 ms 2023-06-29 15:39:47.792 INFO 3860 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:39:47.888 INFO 3860 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:39:47.888 INFO 3860 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:39:47.888 INFO 3860 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:39:47.888 INFO 3860 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:39:49.307 INFO 3860 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:39:49.692 INFO 3860 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:39:49.804 INFO 3860 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:39:49.806 INFO 3860 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.76 seconds (JVM running for 5.513) 2023-06-29 15:39:49.809 INFO 3860 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:40:04.041 INFO 3860 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:40:04.041 INFO 3860 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:40:04.050 INFO 3860 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 15:42:31.315 WARN 3860 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@663506d3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:42:31.315 WARN 3860 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b4d8677 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:42:31.318 WARN 3860 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f91ac52 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:42:31.319 WARN 3860 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@61dc34ed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:42:31.320 WARN 3860 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@fa6a716 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:44:21.149 INFO 3860 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:44:21.150 INFO 3860 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:44:21.169 INFO 3860 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:44:21.172 INFO 3860 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:44:21.181 INFO 3860 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:44:24.422 INFO 2660 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2660 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:44:24.424 INFO 2660 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:44:25.181 INFO 2660 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:44:25.183 INFO 2660 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:44:25.225 INFO 2660 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-29 15:44:25.307 WARN 2660 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:44:25.572 INFO 2660 --- [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-29 15:44:25.575 INFO 2660 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$38e1cca4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:44:25.580 INFO 2660 --- [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-29 15:44:25.585 INFO 2660 --- [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-29 15:44:25.593 INFO 2660 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cf535bd3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:44:25.604 INFO 2660 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$44d618e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:44:25.918 INFO 2660 --- [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-29 15:44:25.933 INFO 2660 --- [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-29 15:44:25.938 INFO 2660 --- [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-29 15:44:25.949 INFO 2660 --- [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-29 15:44:26.244 INFO 2660 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:44:26.266 INFO 2660 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:44:26.267 INFO 2660 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:44:26.363 INFO 2660 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:44:26.363 INFO 2660 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1792 ms 2023-06-29 15:44:26.541 INFO 2660 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:44:26.639 INFO 2660 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:44:26.639 INFO 2660 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:44:26.639 INFO 2660 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:44:26.639 INFO 2660 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:44:28.073 INFO 2660 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:44:28.444 INFO 2660 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:44:28.546 INFO 2660 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:44:28.548 INFO 2660 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.62 seconds (JVM running for 5.366) 2023-06-29 15:44:28.550 INFO 2660 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:44:42.691 INFO 2660 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:44:42.691 INFO 2660 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:44:42.701 INFO 2660 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 15:46:32.551 INFO 2660 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:46:32.552 INFO 2660 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:46:32.570 INFO 2660 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:46:32.571 INFO 2660 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:46:32.577 INFO 2660 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:46:37.174 INFO 15492 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15492 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:46:37.177 INFO 15492 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:46:37.895 INFO 15492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:46:37.898 INFO 15492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:46:37.939 INFO 15492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-29 15:46:38.024 WARN 15492 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:46:38.286 INFO 15492 --- [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-29 15:46:38.289 INFO 15492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6cc1f1d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:46:38.294 INFO 15492 --- [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-29 15:46:38.298 INFO 15492 --- [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-29 15:46:38.307 INFO 15492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3338102] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:46:38.317 INFO 15492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$78b63e15] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:46:38.634 INFO 15492 --- [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-29 15:46:38.652 INFO 15492 --- [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-29 15:46:38.658 INFO 15492 --- [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-29 15:46:38.670 INFO 15492 --- [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-29 15:46:38.969 INFO 15492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:46:38.990 INFO 15492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:46:38.990 INFO 15492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:46:39.082 INFO 15492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:46:39.083 INFO 15492 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1819 ms 2023-06-29 15:46:39.261 INFO 15492 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:46:39.358 INFO 15492 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:46:39.358 INFO 15492 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:46:39.358 INFO 15492 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:46:39.358 INFO 15492 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:46:40.759 INFO 15492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:46:41.160 INFO 15492 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:46:41.262 INFO 15492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:46:41.264 INFO 15492 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.589 seconds (JVM running for 5.322) 2023-06-29 15:46:41.267 INFO 15492 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:46:43.742 INFO 15492 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:46:43.742 INFO 15492 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:46:43.751 INFO 15492 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 15:50:29.805 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49a0dfdd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.807 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39244db7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.808 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cdd1eb6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.809 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@532dd391 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.811 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@779e2b9f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.812 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ccc992e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.813 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@189012af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.814 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@259cfb77 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.815 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23d8fe88 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:29.816 WARN 15492 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2bd51634 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:50:55.469 INFO 15492 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:50:55.470 INFO 15492 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:50:55.493 INFO 15492 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:50:55.493 INFO 15492 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:50:55.503 INFO 15492 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:51:21.009 INFO 11312 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11312 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:51:21.012 INFO 11312 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:51:21.820 INFO 11312 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:51:21.822 INFO 11312 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:51:21.865 INFO 11312 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-29 15:51:21.948 WARN 11312 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:51:22.286 INFO 11312 --- [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-29 15:51:22.289 INFO 11312 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2e076076] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:51:22.294 INFO 11312 --- [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-29 15:51:22.299 INFO 11312 --- [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-29 15:51:22.308 INFO 11312 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c478efa5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:51:22.319 INFO 11312 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$39fbacb8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:51:22.635 INFO 11312 --- [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-29 15:51:22.650 INFO 11312 --- [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-29 15:51:22.655 INFO 11312 --- [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-29 15:51:22.666 INFO 11312 --- [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-29 15:51:22.969 INFO 11312 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:51:22.990 INFO 11312 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:51:22.990 INFO 11312 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:51:23.084 INFO 11312 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:51:23.084 INFO 11312 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1945 ms 2023-06-29 15:51:23.280 INFO 11312 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:51:23.387 INFO 11312 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:51:23.387 INFO 11312 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:51:23.387 INFO 11312 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:51:23.387 INFO 11312 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:51:24.844 INFO 11312 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:51:25.221 INFO 11312 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:51:25.331 INFO 11312 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:51:25.334 INFO 11312 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.95 seconds (JVM running for 5.755) 2023-06-29 15:51:25.337 INFO 11312 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:51:26.349 INFO 11312 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:51:26.349 INFO 11312 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:51:26.360 INFO 11312 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-29 15:51:56.072 INFO 11312 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:51:56.073 INFO 11312 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:51:56.094 INFO 11312 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:51:56.095 INFO 11312 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:51:56.101 INFO 11312 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:52:03.780 INFO 15164 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15164 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:52:03.783 INFO 15164 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:52:04.756 INFO 15164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:52:04.758 INFO 15164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:52:04.798 INFO 15164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-29 15:52:04.873 WARN 15164 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:52:05.134 INFO 15164 --- [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-29 15:52:05.137 INFO 15164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$78c61ab0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:52:05.142 INFO 15164 --- [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-29 15:52:05.147 INFO 15164 --- [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-29 15:52:05.156 INFO 15164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f37a9df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:52:05.166 INFO 15164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$84ba66f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:52:05.477 INFO 15164 --- [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-29 15:52:05.492 INFO 15164 --- [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-29 15:52:05.498 INFO 15164 --- [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-29 15:52:05.509 INFO 15164 --- [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-29 15:52:05.800 INFO 15164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:52:05.821 INFO 15164 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:52:05.821 INFO 15164 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:52:05.918 INFO 15164 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:52:05.918 INFO 15164 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2090 ms 2023-06-29 15:52:06.109 INFO 15164 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:52:06.210 INFO 15164 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:52:06.210 INFO 15164 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:52:06.211 INFO 15164 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:52:06.211 INFO 15164 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:52:07.831 INFO 15164 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:52:08.230 INFO 15164 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:52:08.342 INFO 15164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:52:08.345 INFO 15164 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.306 seconds (JVM running for 6.252) 2023-06-29 15:52:08.348 INFO 15164 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:52:10.271 INFO 15164 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:52:10.271 INFO 15164 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:52:10.280 INFO 15164 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 15:54:36.905 INFO 15164 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:54:36.906 INFO 15164 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:54:36.923 INFO 15164 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:54:36.924 INFO 15164 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:54:37.069 INFO 15164 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:54:41.892 INFO 4204 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4204 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:54:41.896 INFO 4204 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:54:42.774 INFO 4204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:54:42.777 INFO 4204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:54:42.818 INFO 4204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-29 15:54:42.905 WARN 4204 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:54:43.169 INFO 4204 --- [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-29 15:54:43.172 INFO 4204 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$63625704] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:54:43.177 INFO 4204 --- [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-29 15:54:43.181 INFO 4204 --- [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-29 15:54:43.190 INFO 4204 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f9d3e633] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:54:43.200 INFO 4204 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6f56a346] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:54:43.505 INFO 4204 --- [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-29 15:54:43.522 INFO 4204 --- [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-29 15:54:43.527 INFO 4204 --- [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-29 15:54:43.538 INFO 4204 --- [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-29 15:54:43.830 INFO 4204 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:54:43.851 INFO 4204 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:54:43.851 INFO 4204 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:54:43.944 INFO 4204 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:54:43.944 INFO 4204 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1960 ms 2023-06-29 15:54:44.128 INFO 4204 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:54:44.236 INFO 4204 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:54:44.236 INFO 4204 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:54:44.236 INFO 4204 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:54:44.236 INFO 4204 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:54:45.668 INFO 4204 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:54:46.070 INFO 4204 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:54:46.172 INFO 4204 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:54:46.174 INFO 4204 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.833 seconds (JVM running for 5.58) 2023-06-29 15:54:46.177 INFO 4204 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:54:50.319 INFO 4204 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:54:50.319 INFO 4204 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:54:50.329 INFO 4204 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 15:57:31.588 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@448eff27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.589 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f599ce1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.590 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32a0b524 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.590 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f24cf8d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.591 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ca4f3b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.591 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f09d258 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.592 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78b74708 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.592 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51c6a734 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.593 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a84bf8e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:57:31.594 WARN 4204 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b1e2394 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 15:58:49.549 INFO 4204 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 15:58:49.550 INFO 4204 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 15:58:49.571 INFO 4204 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 15:58:49.571 INFO 4204 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 15:58:49.578 INFO 4204 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 15:58:55.399 INFO 13644 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13644 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 15:58:55.402 INFO 13644 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 15:58:56.089 INFO 13644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 15:58:56.092 INFO 13644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 15:58:56.135 INFO 13644 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-29 15:58:56.230 WARN 13644 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 15:58:56.509 INFO 13644 --- [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-29 15:58:56.513 INFO 13644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7853d9a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:58:56.517 INFO 13644 --- [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-29 15:58:56.522 INFO 13644 --- [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-29 15:58:56.531 INFO 13644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ec568d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:58:56.541 INFO 13644 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$844825e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 15:58:56.848 INFO 13644 --- [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-29 15:58:56.863 INFO 13644 --- [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-29 15:58:56.868 INFO 13644 --- [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-29 15:58:56.879 INFO 13644 --- [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-29 15:58:57.174 INFO 13644 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 15:58:57.195 INFO 13644 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 15:58:57.195 INFO 13644 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 15:58:57.288 INFO 13644 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 15:58:57.288 INFO 13644 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1808 ms 2023-06-29 15:58:57.466 INFO 13644 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 15:58:57.563 INFO 13644 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 15:58:57.563 INFO 13644 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 15:58:57.563 INFO 13644 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 15:58:57.564 INFO 13644 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 15:58:59.093 INFO 13644 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 15:58:59.498 INFO 13644 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 15:58:59.613 INFO 13644 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 15:58:59.616 INFO 13644 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.71 seconds (JVM running for 5.401) 2023-06-29 15:58:59.618 INFO 13644 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 15:59:27.629 INFO 13644 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 15:59:27.629 INFO 13644 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 15:59:27.638 INFO 13644 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 16:00:41.172 INFO 13644 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:00:41.174 INFO 13644 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:00:41.329 INFO 13644 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:00:41.329 INFO 13644 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:00:41.333 INFO 13644 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:00:46.570 INFO 18816 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18816 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:00:46.572 INFO 18816 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:00:47.384 INFO 18816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:00:47.386 INFO 18816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:00:47.424 INFO 18816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-29 16:00:47.505 WARN 18816 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:00:47.774 INFO 18816 --- [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-29 16:00:47.778 INFO 18816 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2604d0c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:00:47.783 INFO 18816 --- [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-29 16:00:47.788 INFO 18816 --- [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-29 16:00:47.797 INFO 18816 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bc765ff7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:00:47.809 INFO 18816 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$31f91d0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:00:48.138 INFO 18816 --- [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-29 16:00:48.154 INFO 18816 --- [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-29 16:00:48.160 INFO 18816 --- [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-29 16:00:48.171 INFO 18816 --- [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-29 16:00:48.472 INFO 18816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:00:48.493 INFO 18816 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:00:48.493 INFO 18816 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:00:48.586 INFO 18816 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:00:48.586 INFO 18816 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1856 ms 2023-06-29 16:00:48.766 INFO 18816 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:00:48.862 INFO 18816 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:00:48.862 INFO 18816 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:00:48.862 INFO 18816 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:00:48.862 INFO 18816 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:00:50.327 INFO 18816 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:00:50.730 INFO 18816 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:00:50.860 INFO 18816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:00:50.862 INFO 18816 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.843 seconds (JVM running for 5.787) 2023-06-29 16:00:50.864 INFO 18816 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:00:53.214 INFO 18816 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:00:53.214 INFO 18816 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:00:53.224 INFO 18816 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 16:09:11.053 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a6cc60b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.054 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30d8051f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.055 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67452c75 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.055 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6aa94a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.056 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13399429 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.056 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63398bac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.057 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dd1253a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.057 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f8ca3bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.058 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@204bf8b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:09:11.058 WARN 18816 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f8063f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:12:13.388 INFO 18816 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:12:13.390 INFO 18816 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:12:13.411 INFO 18816 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:12:13.411 INFO 18816 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:12:13.414 INFO 18816 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:12:21.576 INFO 13740 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13740 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:12:21.579 INFO 13740 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:12:22.405 INFO 13740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:12:22.407 INFO 13740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:12:22.447 INFO 13740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-29 16:12:22.531 WARN 13740 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:12:22.812 INFO 13740 --- [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-29 16:12:22.816 INFO 13740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c090a6a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:12:22.831 INFO 13740 --- [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-29 16:12:22.835 INFO 13740 --- [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-29 16:12:22.844 INFO 13740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$570235d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:12:22.854 INFO 13740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cc84f2ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:12:23.169 INFO 13740 --- [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-29 16:12:23.184 INFO 13740 --- [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-29 16:12:23.190 INFO 13740 --- [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-29 16:12:23.201 INFO 13740 --- [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-29 16:12:23.535 INFO 13740 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:12:23.557 INFO 13740 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:12:23.557 INFO 13740 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:12:23.702 INFO 13740 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:12:23.702 INFO 13740 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2026 ms 2023-06-29 16:12:23.885 INFO 13740 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:12:23.983 INFO 13740 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:12:23.983 INFO 13740 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:12:23.983 INFO 13740 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:12:23.983 INFO 13740 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:12:25.446 INFO 13740 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:12:25.876 INFO 13740 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:12:25.977 INFO 13740 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:12:25.980 INFO 13740 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.03 seconds (JVM running for 5.872) 2023-06-29 16:12:25.982 INFO 13740 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:14:50.838 INFO 13740 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:14:50.838 INFO 13740 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:14:50.847 INFO 13740 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 16:14:50.909 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37098552 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.909 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5444ab9f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.910 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f1c9750 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.911 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f2c5140 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.911 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f1b5197 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.912 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e7201b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.912 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@651fa531 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.913 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38645e83 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.913 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3df637f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:14:50.914 WARN 13740 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b79e36 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:19:23.613 INFO 13740 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:19:23.614 INFO 13740 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:19:23.630 INFO 13740 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:19:23.630 INFO 13740 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:19:23.640 INFO 13740 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:19:28.255 INFO 14640 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14640 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:19:28.258 INFO 14640 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:19:29.041 INFO 14640 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:19:29.043 INFO 14640 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:19:29.083 INFO 14640 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-29 16:19:29.172 WARN 14640 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:19:29.435 INFO 14640 --- [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-29 16:19:29.438 INFO 14640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9ec8859d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:29.443 INFO 14640 --- [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-29 16:19:29.448 INFO 14640 --- [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-29 16:19:29.456 INFO 14640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$353a14cc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:29.467 INFO 14640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$aabcd1df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:29.771 INFO 14640 --- [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-29 16:19:29.786 INFO 14640 --- [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-29 16:19:29.792 INFO 14640 --- [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-29 16:19:29.803 INFO 14640 --- [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-29 16:19:30.111 INFO 14640 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:19:30.132 INFO 14640 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:19:30.132 INFO 14640 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:19:30.226 INFO 14640 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:19:30.226 INFO 14640 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1889 ms 2023-06-29 16:19:30.406 INFO 14640 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:19:30.504 INFO 14640 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:19:30.504 INFO 14640 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:19:30.504 INFO 14640 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:19:30.504 INFO 14640 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:19:31.967 INFO 14640 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:19:32.340 INFO 14640 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:19:32.445 INFO 14640 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:19:32.448 INFO 14640 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.733 seconds (JVM running for 5.544) 2023-06-29 16:19:32.450 INFO 14640 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:19:39.120 INFO 14640 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:19:39.120 INFO 14640 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:19:39.131 INFO 14640 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-29 16:19:45.375 INFO 14640 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:19:45.376 INFO 14640 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:19:45.398 INFO 14640 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:19:45.398 INFO 14640 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:19:45.403 INFO 14640 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:19:53.185 INFO 18200 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18200 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:19:53.188 INFO 18200 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:19:54.449 INFO 18200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:19:54.451 INFO 18200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:19:54.495 INFO 18200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-29 16:19:54.613 WARN 18200 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:19:54.935 INFO 18200 --- [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-29 16:19:54.938 INFO 18200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9c51b91e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:54.943 INFO 18200 --- [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-29 16:19:54.948 INFO 18200 --- [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-29 16:19:54.957 INFO 18200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32c3484d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:54.969 INFO 18200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a8460560] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:19:55.299 INFO 18200 --- [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-29 16:19:55.316 INFO 18200 --- [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-29 16:19:55.324 INFO 18200 --- [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-29 16:19:55.336 INFO 18200 --- [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-29 16:19:55.674 INFO 18200 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:19:55.696 INFO 18200 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:19:55.696 INFO 18200 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:19:55.797 INFO 18200 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:19:55.797 INFO 18200 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2543 ms 2023-06-29 16:19:55.994 INFO 18200 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:19:56.098 INFO 18200 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:19:56.098 INFO 18200 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:19:56.098 INFO 18200 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:19:56.098 INFO 18200 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:19:57.660 INFO 18200 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:19:58.048 INFO 18200 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:19:58.149 INFO 18200 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:19:58.151 INFO 18200 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.816 seconds (JVM running for 6.884) 2023-06-29 16:19:58.154 INFO 18200 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:22:42.660 INFO 18200 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:22:42.660 INFO 18200 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:22:42.670 INFO 18200 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 16:22:42.731 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39a51282 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.732 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a70b734 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.733 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4bd09ffa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.733 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10390fc7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.734 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e1f593e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.734 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@718992de (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.736 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e69ec5a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.737 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66769b67 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.738 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32f4e83e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:22:42.739 WARN 18200 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f5693dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.450 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c35d650 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.452 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a079125 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.454 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7245bed7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.455 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fa9e8fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.456 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6839eed8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.458 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d82e16 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.459 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c3d5dc5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.461 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@187b5c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.463 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@387fe9a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:26:39.464 WARN 18200 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f10d822 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.292 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7560c41f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.295 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e58b909 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.297 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a302666 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.298 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51d21ccf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.299 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70e6c2e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.301 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b5dbd01 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.302 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6065b31a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.303 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2110ffbd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.304 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6727f090 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:29:29.305 WARN 18200 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51a4fcc0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.666 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a5f81b5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.671 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6508d928 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.672 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@770a67c9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.673 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e9e0e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.674 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31170e4f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.675 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12f550dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.675 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36654964 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.676 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e4349b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.677 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77af5542 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:07.678 WARN 18200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f6488db (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:34:08.040 INFO 18200 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-29 16:34:08.041 INFO 18200 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-29 16:35:42.067 INFO 18200 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:35:42.068 INFO 18200 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:35:42.299 INFO 18200 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:35:42.299 INFO 18200 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:35:42.306 INFO 18200 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:35:46.881 INFO 8652 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8652 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:35:46.885 INFO 8652 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:35:47.624 INFO 8652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:35:47.626 INFO 8652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:35:47.666 INFO 8652 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-29 16:35:47.751 WARN 8652 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:35:48.025 INFO 8652 --- [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-29 16:35:48.028 INFO 8652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$285b476e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:35:48.033 INFO 8652 --- [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-29 16:35:48.037 INFO 8652 --- [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-29 16:35:48.046 INFO 8652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$beccd69d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:35:48.056 INFO 8652 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$344f93b0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:35:48.372 INFO 8652 --- [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-29 16:35:48.389 INFO 8652 --- [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-29 16:35:48.395 INFO 8652 --- [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-29 16:35:48.406 INFO 8652 --- [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-29 16:35:48.711 INFO 8652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:35:48.732 INFO 8652 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:35:48.732 INFO 8652 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:35:48.826 INFO 8652 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:35:48.827 INFO 8652 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1832 ms 2023-06-29 16:35:49.006 INFO 8652 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:35:49.103 INFO 8652 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:35:49.103 INFO 8652 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:35:49.103 INFO 8652 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:35:49.103 INFO 8652 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:35:50.599 INFO 8652 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:35:50.995 INFO 8652 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:35:51.099 INFO 8652 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:35:51.101 INFO 8652 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.684 seconds (JVM running for 5.387) 2023-06-29 16:35:51.103 INFO 8652 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:35:51.460 INFO 8652 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:35:51.460 INFO 8652 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:35:51.470 INFO 8652 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 16:36:03.458 INFO 8652 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:36:03.459 INFO 8652 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:36:03.479 INFO 8652 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:36:03.479 INFO 8652 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:36:03.484 INFO 8652 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:36:08.081 INFO 3852 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3852 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:36:08.084 INFO 3852 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:36:08.870 INFO 3852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:36:08.873 INFO 3852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:36:08.916 INFO 3852 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-29 16:36:09.005 WARN 3852 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:36:09.270 INFO 3852 --- [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-29 16:36:09.273 INFO 3852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$eec0bd4b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:36:09.278 INFO 3852 --- [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-29 16:36:09.283 INFO 3852 --- [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-29 16:36:09.292 INFO 3852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$85324c7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:36:09.304 INFO 3852 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fab5098d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:36:09.633 INFO 3852 --- [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-29 16:36:09.656 INFO 3852 --- [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-29 16:36:09.662 INFO 3852 --- [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-29 16:36:09.672 INFO 3852 --- [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-29 16:36:09.974 INFO 3852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:36:09.994 INFO 3852 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:36:09.995 INFO 3852 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:36:10.088 INFO 3852 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:36:10.088 INFO 3852 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1913 ms 2023-06-29 16:36:10.271 INFO 3852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:36:10.371 INFO 3852 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:36:10.371 INFO 3852 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:36:10.371 INFO 3852 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:36:10.371 INFO 3852 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:36:11.814 INFO 3852 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:36:12.204 INFO 3852 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:36:12.309 INFO 3852 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:36:12.311 INFO 3852 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.767 seconds (JVM running for 5.477) 2023-06-29 16:36:12.314 INFO 3852 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:36:19.507 INFO 3852 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:36:19.507 INFO 3852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:36:19.517 INFO 3852 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 16:38:07.940 INFO 3852 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:38:07.941 INFO 3852 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:38:07.964 INFO 3852 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:38:07.965 INFO 3852 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:38:07.970 INFO 3852 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:38:12.727 INFO 2268 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2268 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:38:12.730 INFO 2268 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:38:13.459 INFO 2268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:38:13.461 INFO 2268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:38:13.500 INFO 2268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-29 16:38:13.581 WARN 2268 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:38:13.849 INFO 2268 --- [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-29 16:38:13.852 INFO 2268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$28fb0d85] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:38:13.857 INFO 2268 --- [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-29 16:38:13.862 INFO 2268 --- [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-29 16:38:13.871 INFO 2268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bf6c9cb4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:38:13.881 INFO 2268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$34ef59c7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:38:14.190 INFO 2268 --- [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-29 16:38:14.206 INFO 2268 --- [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-29 16:38:14.212 INFO 2268 --- [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-29 16:38:14.222 INFO 2268 --- [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-29 16:38:14.526 INFO 2268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:38:14.547 INFO 2268 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:38:14.547 INFO 2268 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:38:14.640 INFO 2268 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:38:14.640 INFO 2268 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1824 ms 2023-06-29 16:38:14.904 INFO 2268 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:38:15.018 INFO 2268 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:38:15.018 INFO 2268 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:38:15.018 INFO 2268 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:38:15.018 INFO 2268 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:38:16.457 INFO 2268 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:38:16.829 INFO 2268 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:38:16.938 INFO 2268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:38:16.940 INFO 2268 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.73 seconds (JVM running for 5.519) 2023-06-29 16:38:16.943 INFO 2268 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:40:43.241 INFO 2268 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:40:43.243 INFO 2268 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:40:43.267 INFO 2268 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:40:43.268 INFO 2268 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:40:43.273 INFO 2268 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:40:47.864 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10180 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:40:47.866 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:40:48.562 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:40:48.564 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:40:48.602 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-29 16:40:48.681 WARN 10180 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:40:48.962 INFO 10180 --- [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-29 16:40:48.965 INFO 10180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f8dc33d5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:40:48.970 INFO 10180 --- [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-29 16:40:48.975 INFO 10180 --- [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-29 16:40:48.984 INFO 10180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8f4dc304] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:40:48.995 INFO 10180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$4d08017] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:40:49.321 INFO 10180 --- [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-29 16:40:49.337 INFO 10180 --- [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-29 16:40:49.342 INFO 10180 --- [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-29 16:40:49.353 INFO 10180 --- [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-29 16:40:49.660 INFO 10180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:40:49.682 INFO 10180 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:40:49.682 INFO 10180 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:40:49.777 INFO 10180 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:40:49.777 INFO 10180 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1862 ms 2023-06-29 16:40:49.972 INFO 10180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:40:50.072 INFO 10180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:40:50.073 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:40:50.073 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:40:50.073 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:40:51.510 INFO 10180 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:40:51.912 INFO 10180 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:40:52.013 INFO 10180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:40:52.016 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.731 seconds (JVM running for 5.436) 2023-06-29 16:40:52.018 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:41:00.604 INFO 10180 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:41:00.604 INFO 10180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:41:00.613 INFO 10180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-29 16:42:43.654 INFO 10180 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:42:43.655 INFO 10180 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:42:43.671 INFO 10180 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:42:43.671 INFO 10180 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:42:43.676 INFO 10180 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:42:48.545 INFO 3212 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3212 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:42:48.548 INFO 3212 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:42:49.235 INFO 3212 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:42:49.237 INFO 3212 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:42:49.275 INFO 3212 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-29 16:42:49.362 WARN 3212 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:42:49.630 INFO 3212 --- [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-29 16:42:49.633 INFO 3212 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$45dde909] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:42:49.638 INFO 3212 --- [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-29 16:42:49.643 INFO 3212 --- [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-29 16:42:49.652 INFO 3212 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dc4f7838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:42:49.664 INFO 3212 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$51d2354b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:42:50.039 INFO 3212 --- [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-29 16:42:50.054 INFO 3212 --- [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-29 16:42:50.060 INFO 3212 --- [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-29 16:42:50.071 INFO 3212 --- [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-29 16:42:50.383 INFO 3212 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:42:50.403 INFO 3212 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:42:50.403 INFO 3212 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:42:50.495 INFO 3212 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:42:50.495 INFO 3212 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1867 ms 2023-06-29 16:42:50.677 INFO 3212 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:42:50.777 INFO 3212 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:42:50.777 INFO 3212 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:42:50.777 INFO 3212 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:42:50.777 INFO 3212 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:42:52.199 INFO 3212 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:42:52.566 INFO 3212 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:42:52.670 INFO 3212 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:42:52.672 INFO 3212 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.689 seconds (JVM running for 5.494) 2023-06-29 16:42:52.674 INFO 3212 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:42:53.826 INFO 3212 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:42:53.826 INFO 3212 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:42:53.836 INFO 3212 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 16:43:18.701 INFO 3212 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:43:18.702 INFO 3212 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:43:18.718 INFO 3212 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:43:18.720 INFO 3212 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:43:18.725 INFO 3212 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:43:23.308 INFO 14144 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14144 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:43:23.312 INFO 14144 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:43:24.167 INFO 14144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:43:24.169 INFO 14144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:43:24.208 INFO 14144 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-29 16:43:24.293 WARN 14144 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:43:24.571 INFO 14144 --- [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-29 16:43:24.576 INFO 14144 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a4af8420] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:43:24.582 INFO 14144 --- [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-29 16:43:24.588 INFO 14144 --- [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-29 16:43:24.597 INFO 14144 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3b21134f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:43:24.609 INFO 14144 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b0a3d062] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:43:24.934 INFO 14144 --- [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-29 16:43:24.951 INFO 14144 --- [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-29 16:43:24.958 INFO 14144 --- [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-29 16:43:24.975 INFO 14144 --- [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-29 16:43:25.405 INFO 14144 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:43:25.427 INFO 14144 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:43:25.427 INFO 14144 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:43:25.522 INFO 14144 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:43:25.522 INFO 14144 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2037 ms 2023-06-29 16:43:25.717 INFO 14144 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:43:25.828 INFO 14144 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:43:25.828 INFO 14144 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:43:25.829 INFO 14144 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:43:25.829 INFO 14144 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:43:27.284 INFO 14144 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:43:27.693 INFO 14144 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:43:27.797 INFO 14144 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:43:27.800 INFO 14144 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.068 seconds (JVM running for 5.747) 2023-06-29 16:43:27.802 INFO 14144 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:46:13.848 INFO 14144 --- [http-nio-10015-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:46:13.848 INFO 14144 --- [http-nio-10015-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:46:13.858 INFO 14144 --- [http-nio-10015-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-29 16:46:13.979 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c54d0a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.980 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@de6927 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.980 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a854073 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.981 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d326b27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.981 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a163aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.982 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7545a508 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.982 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55e3f50b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.983 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b96c7c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.983 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46274128 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:46:13.984 WARN 14144 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e12c101 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.458 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37fe574 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.460 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6694a965 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.461 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dab20af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.462 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3889f477 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.464 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@643d1061 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.466 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15188ae8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.467 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@beddb72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.468 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@92bf8ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.470 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1241a69d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:48:33.471 WARN 14144 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@435f31f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 16:54:50.497 INFO 14144 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 16:54:50.498 INFO 14144 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 16:54:50.518 INFO 14144 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 16:54:50.518 INFO 14144 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 16:54:50.527 INFO 14144 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 16:54:58.722 INFO 18568 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18568 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 16:54:58.727 INFO 18568 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 16:54:59.770 INFO 18568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 16:54:59.773 INFO 18568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 16:54:59.817 INFO 18568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-29 16:54:59.915 WARN 18568 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 16:55:00.275 INFO 18568 --- [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-29 16:55:00.278 INFO 18568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5228474d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:55:00.285 INFO 18568 --- [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-29 16:55:00.292 INFO 18568 --- [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-29 16:55:00.302 INFO 18568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e899d67c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:55:00.316 INFO 18568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5e1c938f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 16:55:00.740 INFO 18568 --- [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-29 16:55:00.757 INFO 18568 --- [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-29 16:55:00.764 INFO 18568 --- [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-29 16:55:00.777 INFO 18568 --- [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-29 16:55:01.132 INFO 18568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 16:55:01.159 INFO 18568 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 16:55:01.159 INFO 18568 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 16:55:01.272 INFO 18568 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 16:55:01.273 INFO 18568 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2403 ms 2023-06-29 16:55:01.506 INFO 18568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 16:55:01.645 INFO 18568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 16:55:01.645 INFO 18568 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 16:55:01.645 INFO 18568 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 16:55:01.645 INFO 18568 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 16:55:03.327 INFO 18568 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 16:55:03.719 INFO 18568 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 16:55:03.828 INFO 18568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 16:55:03.830 INFO 18568 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.876 seconds (JVM running for 6.862) 2023-06-29 16:55:03.833 INFO 18568 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 16:55:07.030 INFO 18568 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 16:55:07.030 INFO 18568 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 16:55:07.039 INFO 18568 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 17:03:57.203 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22b920e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.205 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73465b05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.205 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@251171dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.206 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b7c0eff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.207 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4432ac98 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.208 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56d5968 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.209 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b5c5788 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.211 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@502cbfea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.212 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12b9f1b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:03:57.213 WARN 18568 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ee2304f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.538 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@122df2e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.631 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ef6a18e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.640 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29b2dfb2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.643 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@35cc8326 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.645 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69f3582f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.652 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ed68def (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.659 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@209dffcc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.661 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ca9ccd8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.687 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b5b2eb0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:08:39.691 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@615869c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.532 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c894fb3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.871 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ee7912b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.881 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a6d20ea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.932 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c3a24ef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.939 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3260f786 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.967 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@209c4628 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.990 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@732558a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:06.992 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ea50776 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:07.002 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bcc11e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:27:07.004 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19a3a1b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.199 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64223a3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.201 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3684bac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.202 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2096aa6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.204 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9c494f2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.205 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7652dd14 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.206 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3726cd59 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.207 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2276d409 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.208 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f38a7b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.209 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f62713f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:31:14.210 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e2f358f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.194 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30a2571c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.196 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21386c27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.198 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b176917 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.199 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45c45114 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.201 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ee098ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.203 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c5b9a03 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.205 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2cb4074e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.209 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b9fbf3d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.211 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31c06b1a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:33:32.213 WARN 18568 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@710b64a3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.168 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4bd9bd70 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.169 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50a4954f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.171 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bcdfa4a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.172 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f1ec9f4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.173 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c9ffc1d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.174 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68650c2c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.175 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c8eb4c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.177 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25669fcc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.178 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@467af069 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 17:44:13.179 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63e90e6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:13:48.143 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8a1be2c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:13:48.146 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20dd5aed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:13:48.148 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b3f2364 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.287 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60c66fc2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.295 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46c651aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.300 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55f22995 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.304 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fa6b35a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.307 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@efb85f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.309 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a44de84 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.312 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ebeeed8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.315 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64d8b636 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.318 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@365e6b58 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:20:40.320 WARN 18568 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ab223e9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.872 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27bb30f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.874 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27d5b081 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.876 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2defedd1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.878 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78a2460f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.880 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ea8310f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.882 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6473d5e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.884 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36a02dd9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.885 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c58973c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.887 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7357e5f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:24:01.889 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9f1eab5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.238 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2671412d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.241 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74c03dde (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.244 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e4091c7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.246 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11b28a76 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.248 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14cd4e48 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.251 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6116afc2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.253 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b62d48e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.255 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e8604ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.257 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2047be38 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:23.259 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@747b6d4d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:44:33.761 WARN 18568 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'id' is not present] 2023-06-29 18:50:10.234 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@573dd10c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.236 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3449f269 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.238 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65bb6868 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.239 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ec8c9a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.241 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@480ccf21 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.242 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@33ada6f3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.243 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d6b70c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.245 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4526350b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.246 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b7d9f49 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:50:10.247 WARN 18568 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@35b926eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.547 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@177862dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.551 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4359db2b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.554 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43021d00 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.557 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@554e2ba6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.559 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58090e23 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.562 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5584168a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.565 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63dfb27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.568 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@228ae35d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.570 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32628939 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 18:54:19.573 WARN 18568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47a7e9b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.155 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bcf583a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.157 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a9be69b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.159 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76c28fa0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.160 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@251f52a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.163 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@259a48d0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.167 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3020ddc6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.169 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@527debed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.172 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@da83942 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.174 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a833cef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:02:52.177 WARN 18568 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c7b1094 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:05:46.389 INFO 18568 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 19:05:46.391 INFO 18568 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 19:05:46.422 INFO 18568 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 19:05:46.422 INFO 18568 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 19:05:46.427 INFO 18568 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 19:05:53.544 INFO 18956 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18956 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 19:05:53.549 INFO 18956 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 19:05:54.317 INFO 18956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 19:05:54.320 INFO 18956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 19:05:54.361 INFO 18956 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-29 19:05:54.447 WARN 18956 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 19:05:54.710 INFO 18956 --- [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-29 19:05:54.713 INFO 18956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$13acd81f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:05:54.718 INFO 18956 --- [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-29 19:05:54.723 INFO 18956 --- [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-29 19:05:54.731 INFO 18956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$aa1e674e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:05:54.742 INFO 18956 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1fa12461] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:05:59.747 INFO 18956 --- [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-29 19:05:59.761 INFO 18956 --- [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-29 19:05:59.768 INFO 18956 --- [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-29 19:05:59.777 INFO 18956 --- [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-29 19:06:00.088 INFO 18956 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 19:06:00.107 INFO 18956 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 19:06:00.107 INFO 18956 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 19:06:00.199 INFO 18956 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 19:06:00.201 INFO 18956 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6564 ms 2023-06-29 19:06:00.395 INFO 18956 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 19:06:00.495 INFO 18956 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 19:06:00.495 INFO 18956 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 19:06:00.495 INFO 18956 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 19:06:00.495 INFO 18956 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 19:06:01.926 INFO 18956 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 19:06:02.302 INFO 18956 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 19:06:02.412 INFO 18956 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 19:06:02.415 INFO 18956 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 9.411 seconds (JVM running for 10.105) 2023-06-29 19:06:02.417 INFO 18956 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 19:07:05.810 INFO 18956 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 19:07:05.811 INFO 18956 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 19:07:05.819 INFO 18956 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-29 19:12:50.208 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c959ddf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.210 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49716deb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.211 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@600b7cb2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.212 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e66ea59 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.213 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@419ff49d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.214 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c3d770 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.215 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3816d556 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.216 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11bc42f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.222 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f9ee38d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:12:50.224 WARN 18956 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22fbdb59 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.989 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@732c953f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.991 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23e38335 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.993 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cf30924 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.995 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21775386 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.997 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@728688b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:48.999 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13f3dea9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:49.001 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64430602 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:49.002 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c42f594 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:49.003 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@cb19269 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:16:49.005 WARN 18956 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13a03c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.464 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66c0c284 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.466 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b591adf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.467 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@17b0b435 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.469 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a588f92 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.470 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e0828fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.472 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d844c02 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.474 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f87489b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.476 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31cd78e6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.478 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e8de9f9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:20:06.479 WARN 18956 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51065676 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:31:45.838 INFO 18956 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-29 19:31:45.838 INFO 18956 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-29 19:31:45.855 INFO 18956 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-29 19:31:45.855 INFO 18956 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-29 19:31:45.864 INFO 18956 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-29 19:33:00.404 INFO 18584 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18584 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-29 19:33:00.406 INFO 18584 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-29 19:33:01.026 INFO 18584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-29 19:33:01.028 INFO 18584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-29 19:33:01.065 INFO 18584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-29 19:33:01.151 WARN 18584 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-29 19:33:01.434 INFO 18584 --- [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-29 19:33:01.437 INFO 18584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e1970f51] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:33:01.443 INFO 18584 --- [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-29 19:33:01.448 INFO 18584 --- [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-29 19:33:01.458 INFO 18584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$78089e80] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:33:01.469 INFO 18584 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ed8b5b93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-29 19:33:01.795 INFO 18584 --- [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-29 19:33:01.810 INFO 18584 --- [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-29 19:33:01.816 INFO 18584 --- [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-29 19:33:01.827 INFO 18584 --- [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-29 19:33:02.154 INFO 18584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-29 19:33:02.179 INFO 18584 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-29 19:33:02.180 INFO 18584 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-29 19:33:02.281 INFO 18584 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-29 19:33:02.281 INFO 18584 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1808 ms 2023-06-29 19:33:02.466 INFO 18584 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-29 19:33:02.563 INFO 18584 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-29 19:33:02.563 INFO 18584 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-29 19:33:02.563 INFO 18584 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-29 19:33:02.563 INFO 18584 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-29 19:33:03.990 INFO 18584 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-29 19:33:04.372 INFO 18584 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-29 19:33:04.484 INFO 18584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-29 19:33:04.487 INFO 18584 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.508 seconds (JVM running for 6.117) 2023-06-29 19:33:04.489 INFO 18584 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-29 19:33:30.611 INFO 18584 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-29 19:33:30.611 INFO 18584 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-29 19:33:30.620 INFO 18584 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-29 19:37:11.336 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9d242e4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.337 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@529054e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.338 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f6836e4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.339 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32af016b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.339 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c39b896 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.340 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cde8aed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.340 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@421f4884 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.341 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8f1bdf5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.341 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@494d4975 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:37:11.342 WARN 18584 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@616c2b53 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.254 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c140443 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.256 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d3c2619 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.257 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f6abdb3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.259 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58264fa5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.260 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4dfa2c19 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.262 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a775835 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.263 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a6f845e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.264 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59e80fbf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.265 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f08459 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 19:42:07.267 WARN 18584 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c6c222 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.914 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ad19383 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.919 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e5b2f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.921 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43203f13 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.923 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5664ff06 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.924 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d23cbe5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.926 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54f88c8a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.927 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@16e2e9a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.929 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@678fb8b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.930 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4903b43 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:02:27.932 WARN 18584 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@141c6b87 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.734 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f62775e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.737 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20f2dc9c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.738 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cb7a19b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.740 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30b5086c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.741 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5668a27d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.743 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60c88210 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.744 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41525ceb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.746 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@593cdac5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.747 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a54e0d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:06:07.749 WARN 18584 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e28338d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.934 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@630a3b69 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.938 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65a6516 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.940 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@80f9167 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.943 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1219317f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.946 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49c5d0a4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.948 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c627e5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.951 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6892401d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.953 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@33db06b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.955 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54fcb096 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:47:40.956 WARN 18584 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5be3acd0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.222 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a0eb94f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.224 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@620a5607 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.225 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8f20f7a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.227 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b8c1314 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.228 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66758933 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.230 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@567f5194 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.231 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e6e1dfe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.232 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3581b394 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.234 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f778806 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 20:56:44.235 WARN 18584 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53a8858d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.075 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55b2e0ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.077 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2eb0553e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.078 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c1cb1d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.080 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@17386e7a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.081 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@235f55d0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.082 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f6afd20 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.083 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76816701 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.084 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@229e8c15 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.086 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b36bc43 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-29 21:04:59.087 WARN 18584 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@236dddf8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.