2023-06-21 09:05:28.462 INFO 7404 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 09:05:28.464 INFO 7404 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 09:05:28.587 INFO 7404 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 09:05:28.587 INFO 7404 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 09:05:28.594 INFO 7404 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 09:05:43.102 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3836 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 09:05:43.105 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 09:05:44.291 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 09:05:44.293 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 09:05:44.328 INFO 3836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 09:05:44.413 WARN 3836 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 09:05:44.727 INFO 3836 --- [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-21 09:05:44.731 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3029b5ac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:05:44.737 INFO 3836 --- [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-21 09:05:44.743 INFO 3836 --- [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-21 09:05:44.753 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c69b44db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:05:44.763 INFO 3836 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3c1e01ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:05:45.124 INFO 3836 --- [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-21 09:05:45.159 INFO 3836 --- [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-21 09:05:45.166 INFO 3836 --- [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-21 09:05:45.178 INFO 3836 --- [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-21 09:05:45.461 INFO 3836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 09:05:45.537 INFO 3836 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 09:05:45.537 INFO 3836 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 09:05:46.026 INFO 3836 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 09:05:46.026 INFO 3836 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2841 ms 2023-06-21 09:05:46.249 INFO 3836 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 09:05:46.360 INFO 3836 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 09:05:46.360 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 09:05:46.360 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 09:05:46.360 INFO 3836 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 09:05:47.778 INFO 3836 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 09:05:48.154 INFO 3836 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 09:05:48.252 INFO 3836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 09:05:48.255 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.619 seconds (JVM running for 6.492) 2023-06-21 09:05:48.257 INFO 3836 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 09:20:54.235 INFO 3836 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 09:20:54.235 INFO 3836 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 09:20:54.245 INFO 3836 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 09:20:54.395 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f03e9e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.396 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f530f12 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.397 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e56c2a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.398 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44dd9fa5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.398 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6cee8c4a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.398 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b62355a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.399 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43a9ed1c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.399 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ba1727b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.399 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73352f99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.400 WARN 3836 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29270c40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:20:54.690 INFO 3836 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 09:20:54.692 INFO 3836 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 09:24:49.428 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15f800c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.431 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@478be9ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.433 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41751f21 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.435 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@308c939f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.437 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71c89728 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.439 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e8bcacf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.441 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2463ef7e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.443 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4967e9c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.445 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@345431c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:24:49.446 WARN 3836 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54694834 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:29:30.406 INFO 3836 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 09:29:30.407 INFO 3836 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 09:29:30.533 INFO 3836 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 09:29:30.534 INFO 3836 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 09:29:30.546 INFO 3836 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 09:29:36.967 INFO 15108 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15108 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 09:29:36.970 INFO 15108 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 09:29:37.831 INFO 15108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 09:29:37.833 INFO 15108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 09:29:37.874 INFO 15108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 09:29:37.961 WARN 15108 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 09:29:38.249 INFO 15108 --- [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-21 09:29:38.253 INFO 15108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1a778aeb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:29:38.258 INFO 15108 --- [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-21 09:29:38.263 INFO 15108 --- [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-21 09:29:38.273 INFO 15108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b0e91a1a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:29:38.284 INFO 15108 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$266bd72d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:29:38.553 INFO 15108 --- [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-21 09:29:38.570 INFO 15108 --- [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-21 09:29:38.576 INFO 15108 --- [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-21 09:29:38.588 INFO 15108 --- [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-21 09:29:38.897 INFO 15108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 09:29:38.918 INFO 15108 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 09:29:38.918 INFO 15108 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 09:29:39.011 INFO 15108 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 09:29:39.011 INFO 15108 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1861 ms 2023-06-21 09:29:39.206 INFO 15108 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 09:29:39.318 INFO 15108 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 09:29:39.319 INFO 15108 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 09:29:39.319 INFO 15108 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 09:29:39.319 INFO 15108 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 09:29:40.728 INFO 15108 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 09:29:41.117 INFO 15108 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 09:29:41.217 INFO 15108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 09:29:41.219 INFO 15108 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.822 seconds (JVM running for 5.596) 2023-06-21 09:29:41.222 INFO 15108 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 09:29:43.892 INFO 15108 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 09:29:43.893 INFO 15108 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 09:29:43.902 INFO 15108 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 09:29:44.334 INFO 15108 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 09:29:44.336 INFO 15108 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 09:30:36.795 INFO 15108 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 09:30:36.796 INFO 15108 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 09:30:36.921 INFO 15108 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 09:30:36.922 INFO 15108 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 09:30:36.926 INFO 15108 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 09:30:39.891 INFO 12244 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12244 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 09:30:39.894 INFO 12244 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 09:30:40.569 INFO 12244 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 09:30:40.571 INFO 12244 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 09:30:40.611 INFO 12244 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 09:30:40.693 WARN 12244 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 09:30:40.952 INFO 12244 --- [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-21 09:30:40.955 INFO 12244 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$edb0f1fa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:30:40.959 INFO 12244 --- [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-21 09:30:40.964 INFO 12244 --- [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-21 09:30:40.973 INFO 12244 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$84228129] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:30:40.983 INFO 12244 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f9a53e3c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:30:41.251 INFO 12244 --- [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-21 09:30:41.266 INFO 12244 --- [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-21 09:30:41.272 INFO 12244 --- [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-21 09:30:41.283 INFO 12244 --- [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-21 09:30:41.569 INFO 12244 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 09:30:41.590 INFO 12244 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 09:30:41.590 INFO 12244 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 09:30:41.682 INFO 12244 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 09:30:41.682 INFO 12244 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1707 ms 2023-06-21 09:30:41.862 INFO 12244 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 09:30:41.958 INFO 12244 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 09:30:41.959 INFO 12244 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 09:30:41.959 INFO 12244 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 09:30:41.959 INFO 12244 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 09:30:43.112 INFO 12244 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 09:30:43.499 INFO 12244 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 09:30:43.597 INFO 12244 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 09:30:43.599 INFO 12244 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.187 seconds (JVM running for 4.893) 2023-06-21 09:30:43.602 INFO 12244 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 09:30:45.650 INFO 12244 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 09:30:45.651 INFO 12244 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 09:30:45.660 INFO 12244 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 09:30:46.062 INFO 12244 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 09:30:46.064 INFO 12244 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 09:35:04.547 INFO 12244 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 09:35:04.548 INFO 12244 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 09:35:04.678 INFO 12244 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 09:35:04.678 INFO 12244 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 09:35:04.685 INFO 12244 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 09:35:10.447 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16044 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 09:35:10.449 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 09:35:11.269 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 09:35:11.277 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 09:35:11.330 INFO 16044 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-21 09:35:11.411 WARN 16044 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 09:35:11.668 INFO 16044 --- [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-21 09:35:11.671 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$da86f684] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:35:11.676 INFO 16044 --- [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-21 09:35:11.681 INFO 16044 --- [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-21 09:35:11.690 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$70f885b3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:35:11.700 INFO 16044 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e67b42c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 09:35:11.966 INFO 16044 --- [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-21 09:35:11.981 INFO 16044 --- [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-21 09:35:11.987 INFO 16044 --- [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-21 09:35:11.998 INFO 16044 --- [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-21 09:35:12.317 INFO 16044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 09:35:12.338 INFO 16044 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 09:35:12.338 INFO 16044 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 09:35:12.429 INFO 16044 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 09:35:12.429 INFO 16044 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1900 ms 2023-06-21 09:35:12.609 INFO 16044 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 09:35:12.707 INFO 16044 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 09:35:12.707 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 09:35:12.707 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 09:35:12.707 INFO 16044 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 09:35:13.863 INFO 16044 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 09:35:14.247 INFO 16044 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 09:35:14.345 INFO 16044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 09:35:14.347 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.378 seconds (JVM running for 5.015) 2023-06-21 09:35:14.350 INFO 16044 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 09:35:17.318 INFO 16044 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 09:35:17.318 INFO 16044 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 09:35:17.326 INFO 16044 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 09:35:17.734 INFO 16044 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 09:35:17.736 INFO 16044 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 09:46:29.795 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ad5fd0f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.797 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5208b675 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.797 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e0c24b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.798 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5952ce3e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.798 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c8b8e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.799 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10e41d75 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.799 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f82c235 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.800 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@106ec4c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.800 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@522349af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:46:29.801 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@629cf92b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.588 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9e1f66 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.589 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@fbf3307 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.590 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e853f8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.591 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e15e283 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.593 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@298524e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.594 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@167d8776 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.595 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fd9400c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.597 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1048050e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.598 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39309b72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:51:29.599 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@438ced15 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.210 WARN 16044 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=5m7s167ms922?s). 2023-06-21 09:56:20.214 WARN 16044 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f164b66 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.218 WARN 16044 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e9fb837 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.219 WARN 16044 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11800c6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.222 WARN 16044 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7aa0333c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.223 WARN 16044 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18ec400f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.223 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3850f86c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.225 WARN 16044 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fa2b20c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.227 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@539eae91 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.227 WARN 16044 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@205b7af2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 09:56:20.228 WARN 16044 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d0a178c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.860 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d7eca77 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.862 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75e1ee34 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.866 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2669749 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.870 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@245521c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.875 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ea8bb7d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.880 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22674fbe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.884 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2cc0ec60 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.888 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21968319 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.891 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a6eb705 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:01:08.893 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@326c1749 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.827 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f2438b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.830 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a5a3dcb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.831 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f2c49f3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.833 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275da61d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.834 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@510fff34 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.836 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a9034bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.837 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@373e99cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.838 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d19bc7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.839 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53411ab7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:05:57.841 WARN 16044 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@280fd988 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.650 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@562c39b2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.653 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4730464b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.655 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@471770aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.657 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e616a5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.658 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b08641c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.658 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ecf6b28 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.659 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2221d27b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.661 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57e76fe9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.662 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f17d98d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:08:39.663 WARN 16044 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2aa4656c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.761 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52a29138 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.764 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c03602f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.766 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58580e4b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.768 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a42b8d7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.769 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79bf3d28 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.770 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e3a3828 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.772 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66084bf2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.773 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5933c3e4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.774 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5965f397 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:27:26.776 WARN 16044 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76316beb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:31:38.441 INFO 16044 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:31:38.442 INFO 16044 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:31:38.568 INFO 16044 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:31:38.568 INFO 16044 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:31:38.574 INFO 16044 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:31:45.225 INFO 17428 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17428 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:31:45.228 INFO 17428 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:31:46.005 INFO 17428 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:31:46.007 INFO 17428 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:31:46.042 INFO 17428 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 10:31:46.153 WARN 17428 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:31:46.444 INFO 17428 --- [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-21 10:31:46.447 INFO 17428 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b5e9e289] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:31:46.452 INFO 17428 --- [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-21 10:31:46.457 INFO 17428 --- [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-21 10:31:46.465 INFO 17428 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4c5b71b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:31:46.475 INFO 17428 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c1de2ecb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:31:46.749 INFO 17428 --- [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-21 10:31:46.766 INFO 17428 --- [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-21 10:31:46.772 INFO 17428 --- [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-21 10:31:46.784 INFO 17428 --- [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-21 10:31:47.123 INFO 17428 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:31:47.144 INFO 17428 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:31:47.145 INFO 17428 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:31:47.239 INFO 17428 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:31:47.239 INFO 17428 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1921 ms 2023-06-21 10:31:47.440 INFO 17428 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:31:47.543 INFO 17428 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:31:47.544 INFO 17428 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:31:47.544 INFO 17428 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:31:47.544 INFO 17428 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:31:48.839 INFO 17428 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:31:49.235 INFO 17428 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:31:49.342 INFO 17428 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:31:49.345 INFO 17428 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.706 seconds (JVM running for 5.575) 2023-06-21 10:31:49.347 INFO 17428 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:32:06.035 INFO 17428 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:32:06.035 INFO 17428 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:32:06.045 INFO 17428 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 10:32:39.175 INFO 17428 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:32:39.176 INFO 17428 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:32:39.194 INFO 17428 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:32:39.195 INFO 17428 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:32:39.200 INFO 17428 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:32:44.401 DEBUG 916 --- [background-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL 2023-06-21 10:32:44.487 INFO 916 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 916 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:32:44.488 INFO 916 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:32:45.316 INFO 916 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:32:45.318 INFO 916 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:32:45.353 INFO 916 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 10:32:45.431 WARN 916 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:32:45.688 INFO 916 --- [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-21 10:32:45.691 INFO 916 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$14f0d584] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:32:45.696 INFO 916 --- [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-21 10:32:45.700 INFO 916 --- [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-21 10:32:45.709 INFO 916 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ab6264b3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:32:45.719 INFO 916 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$20e521c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:32:45.986 INFO 916 --- [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-21 10:32:46.001 INFO 916 --- [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-21 10:32:46.008 INFO 916 --- [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-21 10:32:46.020 INFO 916 --- [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-21 10:32:46.319 INFO 916 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:32:46.340 INFO 916 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:32:46.341 INFO 916 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:32:46.433 INFO 916 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:32:46.433 INFO 916 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1892 ms 2023-06-21 10:32:46.619 INFO 916 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:32:46.716 INFO 916 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:32:46.716 INFO 916 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:32:46.716 INFO 916 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:32:46.716 INFO 916 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:32:47.896 INFO 916 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:32:48.321 INFO 916 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:32:48.441 INFO 916 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:32:48.444 INFO 916 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.488 seconds (JVM running for 5.251) 2023-06-21 10:32:48.446 INFO 916 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:32:50.773 INFO 916 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:32:50.773 INFO 916 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:32:50.782 INFO 916 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 10:33:49.777 INFO 916 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:33:49.778 INFO 916 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:33:49.796 INFO 916 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:33:49.796 INFO 916 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:33:49.804 INFO 916 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:33:54.746 INFO 10752 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10752 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:33:54.748 INFO 10752 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:33:55.474 INFO 10752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:33:55.476 INFO 10752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:33:55.511 INFO 10752 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 10:33:55.590 WARN 10752 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:33:55.857 INFO 10752 --- [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-21 10:33:55.860 INFO 10752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e89a7e48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:33:55.865 INFO 10752 --- [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-21 10:33:55.869 INFO 10752 --- [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-21 10:33:55.878 INFO 10752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7f0c0d77] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:33:55.889 INFO 10752 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f48eca8a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:33:56.153 INFO 10752 --- [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-21 10:33:56.169 INFO 10752 --- [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-21 10:33:56.174 INFO 10752 --- [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-21 10:33:56.186 INFO 10752 --- [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-21 10:33:56.502 INFO 10752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:33:56.525 INFO 10752 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:33:56.525 INFO 10752 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:33:56.623 INFO 10752 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:33:56.623 INFO 10752 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1792 ms 2023-06-21 10:33:56.823 INFO 10752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:33:56.932 INFO 10752 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:33:56.932 INFO 10752 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:33:56.932 INFO 10752 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:33:56.932 INFO 10752 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:33:58.148 INFO 10752 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:33:58.583 INFO 10752 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:33:58.682 INFO 10752 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:33:58.684 INFO 10752 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.402 seconds (JVM running for 5.156) 2023-06-21 10:33:58.686 INFO 10752 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:34:02.672 INFO 10752 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:34:02.673 INFO 10752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:34:02.682 INFO 10752 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 10:35:32.905 INFO 10752 --- [http-nio-10015-exec-9] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 10:35:32.907 INFO 10752 --- [http-nio-10015-exec-9] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 10:37:29.998 INFO 10752 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:37:29.999 INFO 10752 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:37:30.126 INFO 10752 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:37:30.127 INFO 10752 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:37:30.130 INFO 10752 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:37:35.377 INFO 17484 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17484 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:37:35.379 INFO 17484 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:37:36.085 INFO 17484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:37:36.086 INFO 17484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:37:36.121 INFO 17484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 10:37:36.190 WARN 17484 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:37:36.464 INFO 17484 --- [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-21 10:37:36.467 INFO 17484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$43ceb84c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:37:36.473 INFO 17484 --- [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-21 10:37:36.478 INFO 17484 --- [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-21 10:37:36.487 INFO 17484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$da40477b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:37:36.498 INFO 17484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$4fc3048e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:37:36.773 INFO 17484 --- [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-21 10:37:36.789 INFO 17484 --- [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-21 10:37:36.795 INFO 17484 --- [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-21 10:37:36.806 INFO 17484 --- [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-21 10:37:37.041 INFO 17484 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:37:37.062 INFO 17484 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:37:37.062 INFO 17484 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:37:37.204 INFO 17484 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:37:37.204 INFO 17484 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1766 ms 2023-06-21 10:37:37.389 INFO 17484 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:37:37.490 INFO 17484 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:37:37.490 INFO 17484 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:37:37.490 INFO 17484 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:37:37.490 INFO 17484 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:37:38.679 INFO 17484 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:37:39.119 INFO 17484 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:37:39.216 INFO 17484 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:37:39.218 INFO 17484 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.31 seconds (JVM running for 5.085) 2023-06-21 10:37:39.221 INFO 17484 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:37:39.334 INFO 17484 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:37:39.334 INFO 17484 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:37:39.343 INFO 17484 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 10:38:30.989 INFO 17484 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:38:30.990 INFO 17484 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:38:31.007 INFO 17484 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:38:31.008 INFO 17484 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:38:31.014 INFO 17484 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:38:35.891 INFO 16608 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16608 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:38:35.894 INFO 16608 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:38:36.635 INFO 16608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:38:36.637 INFO 16608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:38:36.676 INFO 16608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 10:38:36.760 WARN 16608 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:38:37.028 INFO 16608 --- [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-21 10:38:37.032 INFO 16608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b283f508] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:38:37.037 INFO 16608 --- [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-21 10:38:37.041 INFO 16608 --- [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-21 10:38:37.050 INFO 16608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$48f58437] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:38:37.060 INFO 16608 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$be78414a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:38:37.328 INFO 16608 --- [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-21 10:38:37.345 INFO 16608 --- [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-21 10:38:37.352 INFO 16608 --- [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-21 10:38:37.363 INFO 16608 --- [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-21 10:38:37.682 INFO 16608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:38:37.704 INFO 16608 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:38:37.704 INFO 16608 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:38:37.798 INFO 16608 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:38:37.798 INFO 16608 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1822 ms 2023-06-21 10:38:37.982 INFO 16608 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:38:38.086 INFO 16608 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:38:38.086 INFO 16608 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:38:38.086 INFO 16608 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:38:38.086 INFO 16608 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:38:39.282 INFO 16608 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:38:39.664 INFO 16608 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:38:39.762 INFO 16608 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:38:39.764 INFO 16608 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.406 seconds (JVM running for 5.126) 2023-06-21 10:38:39.766 INFO 16608 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:38:43.608 INFO 16608 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:38:43.609 INFO 16608 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:38:43.618 INFO 16608 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 10:41:32.466 INFO 16608 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:41:32.468 INFO 16608 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:41:32.487 INFO 16608 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:41:32.488 INFO 16608 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:41:32.496 INFO 16608 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:41:37.312 INFO 14872 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14872 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:41:37.315 INFO 14872 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:41:38.062 INFO 14872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:41:38.065 INFO 14872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:41:38.104 INFO 14872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 10:41:38.191 WARN 14872 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:41:38.450 INFO 14872 --- [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-21 10:41:38.453 INFO 14872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a41c7340] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:41:38.458 INFO 14872 --- [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-21 10:41:38.462 INFO 14872 --- [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-21 10:41:38.471 INFO 14872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3a8e026f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:41:38.482 INFO 14872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b010bf82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:41:38.747 INFO 14872 --- [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-21 10:41:38.762 INFO 14872 --- [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-21 10:41:38.768 INFO 14872 --- [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-21 10:41:38.779 INFO 14872 --- [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-21 10:41:39.069 INFO 14872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:41:39.089 INFO 14872 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:41:39.089 INFO 14872 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:41:39.181 INFO 14872 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:41:39.181 INFO 14872 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1787 ms 2023-06-21 10:41:39.372 INFO 14872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:41:39.500 INFO 14872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:41:39.501 INFO 14872 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:41:39.501 INFO 14872 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:41:39.501 INFO 14872 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:41:40.672 INFO 14872 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:41:41.044 INFO 14872 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:41:41.143 INFO 14872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:41:41.145 INFO 14872 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.376 seconds (JVM running for 5.09) 2023-06-21 10:41:41.148 INFO 14872 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:41:45.046 INFO 14872 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:41:45.046 INFO 14872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:41:45.056 INFO 14872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 10:47:18.288 INFO 14872 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 10:47:18.289 INFO 14872 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 10:47:18.312 INFO 14872 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 10:47:18.313 INFO 14872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 10:47:18.323 INFO 14872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 10:47:23.378 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6168 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 10:47:23.381 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 10:47:24.110 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 10:47:24.113 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 10:47:24.157 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-21 10:47:24.266 WARN 6168 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 10:47:24.553 INFO 6168 --- [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-21 10:47:24.556 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$272371c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:47:24.560 INFO 6168 --- [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-21 10:47:24.565 INFO 6168 --- [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-21 10:47:24.573 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$98e3c64b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:47:24.584 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e66835e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 10:47:24.863 INFO 6168 --- [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-21 10:47:24.879 INFO 6168 --- [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-21 10:47:24.885 INFO 6168 --- [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-21 10:47:24.896 INFO 6168 --- [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-21 10:47:25.311 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 10:47:25.333 INFO 6168 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 10:47:25.334 INFO 6168 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 10:47:25.435 INFO 6168 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 10:47:25.435 INFO 6168 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1965 ms 2023-06-21 10:47:25.619 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 10:47:25.716 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 10:47:25.716 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 10:47:25.716 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 10:47:25.716 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 10:47:26.940 INFO 6168 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 10:47:27.330 INFO 6168 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 10:47:27.433 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 10:47:27.436 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.569 seconds (JVM running for 5.285) 2023-06-21 10:47:27.438 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 10:47:30.165 INFO 6168 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 10:47:30.165 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 10:47:30.174 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 10:49:14.837 INFO 6168 --- [http-nio-10015-exec-9] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 10:49:14.838 INFO 6168 --- [http-nio-10015-exec-9] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 10:53:14.725 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65bf63ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.727 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64901c98 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.727 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c777d77 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.728 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4139fc1d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.728 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50be5f2c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.729 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@342eed7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.729 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2325b248 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.730 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d726b25 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.730 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f171698 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 10:53:14.730 WARN 6168 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c114710 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.119 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7cbd7b0b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.121 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39304150 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.123 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@364c253a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.125 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e2a431b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.127 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2648d9fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.128 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12ea5d61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.130 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5289764 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.131 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b2b4f1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.132 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59821278 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:00:16.133 WARN 6168 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19c34d7c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:02:27.741 INFO 6168 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 11:02:27.741 INFO 6168 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 11:02:27.873 INFO 6168 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 11:02:27.873 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 11:02:27.879 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 11:02:33.926 INFO 6804 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6804 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 11:02:33.929 INFO 6804 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 11:02:34.629 INFO 6804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 11:02:34.632 INFO 6804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 11:02:34.668 INFO 6804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 11:02:34.754 WARN 6804 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 11:02:35.010 INFO 6804 --- [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-21 11:02:35.013 INFO 6804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b9a9c15] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:02:35.018 INFO 6804 --- [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-21 11:02:35.023 INFO 6804 --- [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-21 11:02:35.031 INFO 6804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a20c2b44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:02:35.042 INFO 6804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$178ee857] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:02:35.310 INFO 6804 --- [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-21 11:02:35.325 INFO 6804 --- [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-21 11:02:35.331 INFO 6804 --- [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-21 11:02:35.343 INFO 6804 --- [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-21 11:02:35.643 INFO 6804 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 11:02:35.664 INFO 6804 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 11:02:35.664 INFO 6804 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 11:02:35.758 INFO 6804 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 11:02:35.758 INFO 6804 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1744 ms 2023-06-21 11:02:35.943 INFO 6804 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 11:02:36.060 INFO 6804 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 11:02:36.060 INFO 6804 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 11:02:36.060 INFO 6804 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 11:02:36.061 INFO 6804 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 11:02:37.344 INFO 6804 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 11:02:37.738 INFO 6804 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 11:02:37.843 INFO 6804 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 11:02:37.846 INFO 6804 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.464 seconds (JVM running for 5.32) 2023-06-21 11:02:37.848 INFO 6804 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 11:02:39.307 INFO 6804 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 11:02:39.308 INFO 6804 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 11:02:39.318 INFO 6804 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 11:03:38.387 INFO 6804 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 11:03:38.388 INFO 6804 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 11:03:38.404 INFO 6804 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 11:03:38.404 INFO 6804 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 11:03:38.413 INFO 6804 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 11:03:42.782 INFO 17472 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17472 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 11:03:42.785 INFO 17472 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 11:03:43.478 INFO 17472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 11:03:43.480 INFO 17472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 11:03:43.520 INFO 17472 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 11:03:43.604 WARN 17472 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 11:03:43.864 INFO 17472 --- [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-21 11:03:43.867 INFO 17472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e388e240] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:03:43.872 INFO 17472 --- [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-21 11:03:43.877 INFO 17472 --- [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-21 11:03:43.885 INFO 17472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$79fa716f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:03:43.895 INFO 17472 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$ef7d2e82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:03:44.159 INFO 17472 --- [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-21 11:03:44.174 INFO 17472 --- [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-21 11:03:44.180 INFO 17472 --- [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-21 11:03:44.191 INFO 17472 --- [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-21 11:03:44.480 INFO 17472 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 11:03:44.502 INFO 17472 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 11:03:44.503 INFO 17472 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 11:03:44.600 INFO 17472 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 11:03:44.600 INFO 17472 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1737 ms 2023-06-21 11:03:44.783 INFO 17472 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 11:03:44.882 INFO 17472 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 11:03:44.882 INFO 17472 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 11:03:44.882 INFO 17472 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 11:03:44.882 INFO 17472 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 11:03:46.081 INFO 17472 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 11:03:46.495 INFO 17472 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 11:03:46.592 INFO 17472 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 11:03:46.594 INFO 17472 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.297 seconds (JVM running for 4.935) 2023-06-21 11:03:46.597 INFO 17472 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 11:03:57.019 INFO 17472 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 11:03:57.020 INFO 17472 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 11:03:57.029 INFO 17472 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 11:15:52.848 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@632e2d80 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.850 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6bd7b7a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.850 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1af94f71 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.851 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78743e49 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.851 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b93d7c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.852 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7daf278d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.852 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dfd6d8e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.852 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7422880e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.853 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41ba44b0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:15:52.853 WARN 17472 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@452d9045 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.304 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63788efa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.307 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fe323ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.309 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e703e0b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.311 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1dcc4b82 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.313 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e1938d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.315 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b6b3ba1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.317 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@fad4b27 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.318 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4aecf856 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.319 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a82a702 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:18:20.320 WARN 17472 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18a623c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:20:18.947 WARN 17472 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token at [Source: (PushbackInputStream); line: 7, column: 20] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0]->com.xmnk.springbootfunction.entity.TemplateElement["area"])] 2023-06-21 11:20:23.386 INFO 17472 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 11:20:23.387 INFO 17472 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 11:20:23.408 INFO 17472 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 11:20:23.408 INFO 17472 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 11:20:23.414 INFO 17472 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 11:20:26.336 INFO 17000 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17000 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 11:20:26.339 INFO 17000 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 11:20:27.092 INFO 17000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 11:20:27.095 INFO 17000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 11:20:27.140 INFO 17000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-21 11:20:27.244 WARN 17000 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 11:20:27.561 INFO 17000 --- [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-21 11:20:27.564 INFO 17000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$10ed9c10] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:20:27.569 INFO 17000 --- [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-21 11:20:27.574 INFO 17000 --- [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-21 11:20:27.583 INFO 17000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a75f2b3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:20:27.593 INFO 17000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1ce1e852] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:20:27.867 INFO 17000 --- [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-21 11:20:27.884 INFO 17000 --- [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-21 11:20:27.890 INFO 17000 --- [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-21 11:20:27.902 INFO 17000 --- [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-21 11:20:28.239 INFO 17000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 11:20:28.260 INFO 17000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 11:20:28.261 INFO 17000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 11:20:28.353 INFO 17000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 11:20:28.353 INFO 17000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1928 ms 2023-06-21 11:20:28.537 INFO 17000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 11:20:28.635 INFO 17000 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 11:20:28.635 INFO 17000 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 11:20:28.635 INFO 17000 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 11:20:28.635 INFO 17000 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 11:20:29.811 INFO 17000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 11:20:30.175 INFO 17000 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 11:20:30.272 INFO 17000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 11:20:30.275 INFO 17000 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.422 seconds (JVM running for 5.074) 2023-06-21 11:20:30.277 INFO 17000 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 11:20:34.746 INFO 17000 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 11:20:34.746 INFO 17000 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 11:20:34.755 INFO 17000 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 11:20:34.845 WARN 17000 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token at [Source: (PushbackInputStream); line: 7, column: 20] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0]->com.xmnk.springbootfunction.entity.TemplateElement["area"])] 2023-06-21 11:22:09.102 WARN 17000 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('x' (code 120)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character ('x' (code 120)): was expecting comma to separate Object entries at [Source: (PushbackInputStream); line: 7, column: 20] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0])] 2023-06-21 11:24:02.577 WARN 17000 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character (']' (code 93)): expected a value; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character (']' (code 93)): expected a value at [Source: (PushbackInputStream); line: 16, column: 5] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"])] 2023-06-21 11:26:18.228 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4569fb15 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.229 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6826d580 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.229 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@629d2ac2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.230 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f67d143 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.230 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3caf3bd9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.231 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62fb7319 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.231 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@693b8ebe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.232 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@837a713 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.233 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d83343f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:26:18.233 WARN 17000 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7459e52d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:27:01.872 WARN 17000 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character (']' (code 93)): expected a value; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character (']' (code 93)): expected a value at [Source: (PushbackInputStream); line: 16, column: 5] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"])] 2023-06-21 11:27:54.640 WARN 17000 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character (']' (code 93)): expected a value; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character (']' (code 93)): expected a value at [Source: (PushbackInputStream); line: 16, column: 5] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"])] 2023-06-21 11:30:55.606 WARN 17000 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=56s712ms156?s). 2023-06-21 11:30:55.679 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c5d9edd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.681 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75a3b52c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.682 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@193b22a4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.683 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6075baa7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.684 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55148818 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.686 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ec300af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.687 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70571d92 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.688 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ae68b66 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.689 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29791360 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:55.691 WARN 17000 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7fe9b898 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:30:58.540 INFO 17000 --- [http-nio-10015-exec-10] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 11:30:58.541 INFO 17000 --- [http-nio-10015-exec-10] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 11:33:49.872 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ec30e72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.874 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b68d4e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.876 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45e0decf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.877 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d684eea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.879 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4214480f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.881 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f260b31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.883 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7cf3bcbc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.884 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2333a2d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.886 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4307c28f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:33:49.888 WARN 17000 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c77365d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.522 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@139b4757 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.523 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e3c6770 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.524 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@638434f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.526 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@148cb89d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.528 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e5d4516 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.529 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43c7be4a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.530 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a61949 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.531 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@709f01b0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.532 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44de8f40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:03.534 WARN 17000 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a955c7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:38:05.531 INFO 17000 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 11:38:05.531 INFO 17000 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 11:38:05.657 INFO 17000 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 11:38:05.657 INFO 17000 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 11:38:05.662 INFO 17000 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 11:38:11.904 INFO 6796 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6796 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 11:38:11.906 INFO 6796 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 11:38:12.599 INFO 6796 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 11:38:12.600 INFO 6796 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 11:38:12.637 INFO 6796 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 11:38:12.705 WARN 6796 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 11:38:12.974 INFO 6796 --- [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-21 11:38:12.977 INFO 6796 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8cbd0b47] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:38:12.982 INFO 6796 --- [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-21 11:38:12.987 INFO 6796 --- [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-21 11:38:12.995 INFO 6796 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$232e9a76] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:38:13.006 INFO 6796 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$98b15789] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 11:38:13.276 INFO 6796 --- [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-21 11:38:13.292 INFO 6796 --- [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-21 11:38:13.298 INFO 6796 --- [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-21 11:38:13.309 INFO 6796 --- [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-21 11:38:13.607 INFO 6796 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 11:38:13.628 INFO 6796 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 11:38:13.628 INFO 6796 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 11:38:13.719 INFO 6796 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 11:38:13.720 INFO 6796 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1737 ms 2023-06-21 11:38:13.898 INFO 6796 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 11:38:13.999 INFO 6796 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 11:38:13.999 INFO 6796 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 11:38:13.999 INFO 6796 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 11:38:13.999 INFO 6796 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 11:38:15.152 INFO 6796 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 11:38:15.544 INFO 6796 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 11:38:15.643 INFO 6796 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 11:38:15.645 INFO 6796 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.213 seconds (JVM running for 4.921) 2023-06-21 11:38:15.648 INFO 6796 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 11:38:18.078 INFO 6796 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 11:38:18.078 INFO 6796 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 11:38:18.085 INFO 6796 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-21 11:38:18.205 ERROR 6796 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1301) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:305) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$38179fda.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 11:39:48.537 ERROR 6796 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1301) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:305) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$38179fda.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 11:42:55.036 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28991765 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.037 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dd5fc10 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.038 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d17f6f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.038 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@550be04d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.039 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55c1d44d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.039 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47e68799 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.040 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25a449e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.040 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fa7cc92 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.041 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@741f1697 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:42:55.041 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7369dc2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.692 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@557a03bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.694 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@170ecae2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.696 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@520c5667 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.697 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a5e8785 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.699 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6394e72e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.701 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1928675e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.703 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@366df7ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.705 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71776e63 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.706 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3be0c254 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:47:11.708 WARN 6796 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@612840e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.620 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72efde48 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.622 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b34bfd3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.623 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fcd44f6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.625 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26b01da9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.626 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fb311c3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.627 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11c7e9c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.628 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2418f5fb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.630 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@263f984 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.631 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3569cd02 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:52:42.632 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bcea38f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.892 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6528536e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.894 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2dafc156 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.895 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47098331 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.897 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56af2f51 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.898 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d94aa3c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.899 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e627fa9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.901 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55796f5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.902 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a831706 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.903 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52ee9720 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 11:59:45.904 WARN 6796 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f3c25e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:00:24.246 INFO 6796 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 12:00:24.248 INFO 6796 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 12:02:57.311 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63f8bed9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.313 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1415347b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.315 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@488c4dc9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.317 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e516d8b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.318 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e9a886f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.320 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2311d12b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.322 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9593285 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.323 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cb12b10 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.325 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@16a20919 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:02:57.326 WARN 6796 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b970a6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.859 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c68d0ab (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.861 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@724664d8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.862 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c6f62cd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.864 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c4d4933 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.865 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6fbc153c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.866 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e1ddcb7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.867 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4983bab3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.868 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f216661 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.870 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@60bb9b4c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 12:12:01.871 WARN 6796 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20030b88 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:42:52.486 INFO 6796 --- [http-nio-10015-exec-6] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 13:44:27.576 INFO 6796 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 13:44:27.577 INFO 6796 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 13:44:27.706 INFO 6796 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 13:44:27.707 INFO 6796 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 13:44:27.712 INFO 6796 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 13:44:39.348 INFO 3904 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3904 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 13:44:39.351 INFO 3904 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 13:44:40.362 INFO 3904 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 13:44:40.364 INFO 3904 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 13:44:40.400 INFO 3904 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 13:44:40.480 WARN 3904 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 13:44:40.749 INFO 3904 --- [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-21 13:44:40.752 INFO 3904 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6404cdc8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:44:40.757 INFO 3904 --- [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-21 13:44:40.762 INFO 3904 --- [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-21 13:44:40.771 INFO 3904 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fa765cf7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:44:40.782 INFO 3904 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6ff91a0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:44:41.100 INFO 3904 --- [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-21 13:44:41.133 INFO 3904 --- [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-21 13:44:41.138 INFO 3904 --- [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-21 13:44:41.150 INFO 3904 --- [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-21 13:44:41.469 INFO 3904 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 13:44:41.492 INFO 3904 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 13:44:41.492 INFO 3904 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 13:44:41.593 INFO 3904 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 13:44:41.593 INFO 3904 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2155 ms 2023-06-21 13:44:41.800 INFO 3904 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 13:44:41.902 INFO 3904 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 13:44:41.903 INFO 3904 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 13:44:41.903 INFO 3904 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 13:44:41.903 INFO 3904 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 13:44:43.271 INFO 3904 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 13:44:43.658 INFO 3904 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 13:44:43.763 INFO 3904 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 13:44:43.765 INFO 3904 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.885 seconds (JVM running for 5.599) 2023-06-21 13:44:43.768 INFO 3904 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 13:45:08.592 INFO 3904 --- [http-nio-10015-exec-1] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 13:45:08.598 INFO 3904 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 13:45:08.598 INFO 3904 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 13:45:08.607 INFO 3904 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 13:46:41.751 INFO 3904 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 13:46:41.753 INFO 3904 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 13:46:41.773 INFO 3904 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 13:46:41.773 INFO 3904 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 13:46:41.778 INFO 3904 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 13:46:47.066 INFO 7868 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7868 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 13:46:47.069 INFO 7868 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 13:46:47.890 INFO 7868 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 13:46:47.892 INFO 7868 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 13:46:47.930 INFO 7868 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 13:46:48.019 WARN 7868 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 13:46:48.286 INFO 7868 --- [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-21 13:46:48.290 INFO 7868 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$749b6338] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:46:48.294 INFO 7868 --- [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-21 13:46:48.300 INFO 7868 --- [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-21 13:46:48.308 INFO 7868 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b0cf267] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:46:48.320 INFO 7868 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$808faf7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:46:48.586 INFO 7868 --- [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-21 13:46:48.601 INFO 7868 --- [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-21 13:46:48.606 INFO 7868 --- [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-21 13:46:48.618 INFO 7868 --- [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-21 13:46:48.983 INFO 7868 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 13:46:49.007 INFO 7868 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 13:46:49.007 INFO 7868 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 13:46:49.108 INFO 7868 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 13:46:49.108 INFO 7868 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1936 ms 2023-06-21 13:46:49.295 INFO 7868 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 13:46:49.396 INFO 7868 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 13:46:49.396 INFO 7868 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 13:46:49.396 INFO 7868 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 13:46:49.396 INFO 7868 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 13:46:50.596 INFO 7868 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 13:46:50.970 INFO 7868 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 13:46:51.071 INFO 7868 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 13:46:51.073 INFO 7868 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.511 seconds (JVM running for 5.182) 2023-06-21 13:46:51.076 INFO 7868 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 13:46:57.181 INFO 7868 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 13:46:57.181 INFO 7868 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 13:46:57.190 INFO 7868 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 13:54:48.823 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71b48b55 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.825 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c6797aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.825 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69dc4d50 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.826 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2105070d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.826 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a371051 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.827 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a6d127a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.828 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71d066aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.829 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78e43af2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.830 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a131827 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:54:48.830 WARN 7868 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28ff23dd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.382 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40f41ff8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.384 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58f8988e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.386 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5db35fa5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.388 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5164fdd7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.389 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c92913e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.391 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b22bdea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.393 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@371de80f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.394 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b1566eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.395 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@449e5db1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:57:17.397 WARN 7868 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a0d6525 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 13:58:12.626 INFO 7868 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 13:58:12.627 INFO 7868 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 13:58:12.649 INFO 7868 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 13:58:12.649 INFO 7868 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 13:58:12.657 INFO 7868 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 13:58:17.890 INFO 14568 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14568 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 13:58:17.893 INFO 14568 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 13:58:18.595 INFO 14568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 13:58:18.597 INFO 14568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 13:58:18.634 INFO 14568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 13:58:18.712 WARN 14568 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 13:58:18.972 INFO 14568 --- [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-21 13:58:18.976 INFO 14568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$55fe9811] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:58:18.980 INFO 14568 --- [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-21 13:58:18.985 INFO 14568 --- [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-21 13:58:18.994 INFO 14568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ec702740] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:58:19.004 INFO 14568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$61f2e453] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 13:58:19.277 INFO 14568 --- [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-21 13:58:19.293 INFO 14568 --- [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-21 13:58:19.299 INFO 14568 --- [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-21 13:58:19.310 INFO 14568 --- [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-21 13:58:19.610 INFO 14568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 13:58:19.631 INFO 14568 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 13:58:19.631 INFO 14568 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 13:58:19.722 INFO 14568 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 13:58:19.723 INFO 14568 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1745 ms 2023-06-21 13:58:19.909 INFO 14568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 13:58:20.008 INFO 14568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 13:58:20.008 INFO 14568 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 13:58:20.008 INFO 14568 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 13:58:20.008 INFO 14568 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 13:58:21.239 INFO 14568 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 13:58:21.626 INFO 14568 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 13:58:21.723 INFO 14568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 13:58:21.725 INFO 14568 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.306 seconds (JVM running for 4.982) 2023-06-21 13:58:21.727 INFO 14568 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 13:59:56.629 INFO 14568 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 13:59:56.629 INFO 14568 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 13:59:56.637 INFO 14568 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 14:04:48.591 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23c7ec59 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.593 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19580b63 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.594 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73a98a35 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.594 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22963df9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.595 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@456149a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.595 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1cbb4174 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.595 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@237c98f4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.596 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30161097 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.597 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ff53334 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:04:48.597 WARN 14568 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39837d5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.465 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7eeddc43 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.467 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@493159b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.468 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7a62149e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.469 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@182cbab4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.471 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48f5aed4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.474 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26c412bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.475 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72bb4c2f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.477 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ce61f5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.478 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@237e678c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:09:20.479 WARN 14568 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25a9d8a4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.687 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@418bd809 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.689 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6640bc96 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.691 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6bf3eb5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.693 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f0be0c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.694 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e833c72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.696 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d449738 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.697 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f144b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.699 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@720c91e0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.700 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@756b537f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:11:51.702 WARN 14568 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ccff7bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:13:56.455 INFO 14568 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:13:56.456 INFO 14568 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:13:56.474 INFO 14568 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:13:56.475 INFO 14568 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:13:56.481 INFO 14568 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:14:01.509 INFO 5736 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5736 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:14:01.512 INFO 5736 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:14:02.183 INFO 5736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:14:02.185 INFO 5736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:14:02.221 INFO 5736 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 14:14:02.300 WARN 5736 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:14:02.561 INFO 5736 --- [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-21 14:14:02.565 INFO 5736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e5b8b81d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:14:02.569 INFO 5736 --- [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-21 14:14:02.574 INFO 5736 --- [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-21 14:14:02.583 INFO 5736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7c2a474c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:14:02.593 INFO 5736 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f1ad045f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:14:02.861 INFO 5736 --- [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-21 14:14:02.879 INFO 5736 --- [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-21 14:14:02.886 INFO 5736 --- [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-21 14:14:02.897 INFO 5736 --- [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-21 14:14:03.217 INFO 5736 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:14:03.237 INFO 5736 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:14:03.237 INFO 5736 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:14:03.330 INFO 5736 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:14:03.331 INFO 5736 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1742 ms 2023-06-21 14:14:03.509 INFO 5736 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:14:03.607 INFO 5736 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:14:03.608 INFO 5736 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:14:03.608 INFO 5736 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:14:03.608 INFO 5736 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:14:04.760 INFO 5736 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:14:05.140 INFO 5736 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:14:05.259 INFO 5736 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:14:05.261 INFO 5736 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.21 seconds (JVM running for 6.962) 2023-06-21 14:14:05.264 INFO 5736 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:14:16.329 INFO 5736 --- [http-nio-10015-exec-4] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:14:16.329 INFO 5736 --- [http-nio-10015-exec-4] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:14:16.337 INFO 5736 --- [http-nio-10015-exec-4] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 14:14:16.599 ERROR 5736 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer] with root cause java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:197) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$839237c9.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:15:42.478 ERROR 5736 --- [http-nio-10015-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 14] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 14 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$839237c9.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:15:47.081 ERROR 5736 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 14] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 14 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$839237c9.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:21:35.228 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b1001f6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.230 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c67948 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.230 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ff0f5a4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.231 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d62caec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.231 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f9d77b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.231 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4aa45d3b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.232 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7241cc1e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.232 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69ef5d10 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.233 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ddbdf2b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:21:35.233 WARN 5736 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@157e082e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:22:03.814 ERROR 5736 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 14] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 14 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$839237c9.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:23:26.900 INFO 5736 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:23:26.901 INFO 5736 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:23:26.923 INFO 5736 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:23:26.924 INFO 5736 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:23:26.937 INFO 5736 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:23:31.678 INFO 10036 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10036 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:23:31.681 INFO 10036 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:23:32.387 INFO 10036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:23:32.390 INFO 10036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:23:32.430 INFO 10036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 14:23:32.513 WARN 10036 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:23:32.799 INFO 10036 --- [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-21 14:23:32.803 INFO 10036 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$508b3590] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:23:32.808 INFO 10036 --- [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-21 14:23:32.814 INFO 10036 --- [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-21 14:23:32.824 INFO 10036 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e6fcc4bf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:23:32.836 INFO 10036 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5c7f81d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:23:33.099 INFO 10036 --- [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-21 14:23:33.114 INFO 10036 --- [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-21 14:23:33.121 INFO 10036 --- [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-21 14:23:33.132 INFO 10036 --- [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-21 14:23:33.423 INFO 10036 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:23:33.444 INFO 10036 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:23:33.444 INFO 10036 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:23:33.535 INFO 10036 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:23:33.535 INFO 10036 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1778 ms 2023-06-21 14:23:33.722 INFO 10036 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:23:33.822 INFO 10036 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:23:33.822 INFO 10036 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:23:33.822 INFO 10036 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:23:33.823 INFO 10036 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:23:35.012 INFO 10036 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:23:35.389 INFO 10036 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:23:35.489 INFO 10036 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:23:35.492 INFO 10036 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.298 seconds (JVM running for 4.957) 2023-06-21 14:23:35.494 INFO 10036 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:23:38.705 INFO 10036 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:23:38.705 INFO 10036 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:23:38.718 INFO 10036 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms 2023-06-21 14:23:39.065 ERROR 10036 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 14] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 14 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$d0bacaf1.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:24:17.799 INFO 10036 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:24:17.801 INFO 10036 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:24:17.825 INFO 10036 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:24:17.826 INFO 10036 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:24:17.831 INFO 10036 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:24:23.765 INFO 6288 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6288 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:24:23.768 INFO 6288 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:24:24.562 INFO 6288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:24:24.564 INFO 6288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:24:24.599 INFO 6288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 14:24:24.675 WARN 6288 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:24:24.931 INFO 6288 --- [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-21 14:24:24.934 INFO 6288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$da4fb2d8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:24:24.939 INFO 6288 --- [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-21 14:24:24.944 INFO 6288 --- [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-21 14:24:24.952 INFO 6288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$70c14207] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:24:24.963 INFO 6288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e643ff1a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:24:25.228 INFO 6288 --- [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-21 14:24:25.243 INFO 6288 --- [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-21 14:24:25.249 INFO 6288 --- [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-21 14:24:25.261 INFO 6288 --- [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-21 14:24:25.562 INFO 6288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:24:25.583 INFO 6288 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:24:25.583 INFO 6288 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:24:25.677 INFO 6288 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:24:25.677 INFO 6288 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1864 ms 2023-06-21 14:24:25.855 INFO 6288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:24:25.955 INFO 6288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:24:25.955 INFO 6288 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:24:25.955 INFO 6288 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:24:25.955 INFO 6288 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:24:27.157 INFO 6288 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:24:27.529 INFO 6288 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:24:27.688 INFO 6288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:24:27.694 INFO 6288 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.384 seconds (JVM running for 5.054) 2023-06-21 14:24:27.698 INFO 6288 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:24:31.690 INFO 6288 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:24:31.690 INFO 6288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:24:31.699 INFO 6288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 14:24:32.101 ERROR 6288 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 13] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$92004933.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:25:19.733 ERROR 6288 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 13] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$92004933.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:25:40.242 INFO 6288 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:25:40.244 INFO 6288 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:25:40.261 INFO 6288 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:25:40.262 INFO 6288 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:25:40.269 INFO 6288 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:25:44.898 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-21 14:25:44.900 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:25:45.610 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:25:45.612 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:25:45.649 INFO 10180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 14:25:45.731 WARN 10180 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:25:45.990 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-21 14:25:45.993 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$$9d285d2e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:25:45.998 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-21 14:25:46.003 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-21 14:25:46.011 INFO 10180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3399ec5d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:25:46.022 INFO 10180 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a91ca970] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:25:46.288 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-21 14:25:46.303 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-21 14:25:46.309 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-21 14:25:46.322 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-21 14:25:46.639 INFO 10180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:25:46.660 INFO 10180 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:25:46.660 INFO 10180 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:25:46.752 INFO 10180 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:25:46.752 INFO 10180 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1807 ms 2023-06-21 14:25:46.930 INFO 10180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:25:47.027 INFO 10180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:25:47.027 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:25:47.027 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:25:47.027 INFO 10180 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:25:48.237 INFO 10180 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:25:48.630 INFO 10180 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:25:48.736 INFO 10180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:25:48.739 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.331 seconds (JVM running for 5.005) 2023-06-21 14:25:48.741 INFO 10180 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:25:50.712 INFO 10180 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:25:50.713 INFO 10180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:25:50.720 INFO 10180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-21 14:25:51.104 ERROR 10180 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 13] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:217) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b8161ffe.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:28:57.299 INFO 10180 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:28:57.301 INFO 10180 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:28:57.321 INFO 10180 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:28:57.322 INFO 10180 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:28:57.327 INFO 10180 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:29:02.332 INFO 6224 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6224 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:29:02.335 INFO 6224 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:29:03.064 INFO 6224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:29:03.066 INFO 6224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:29:03.101 INFO 6224 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 14:29:03.178 WARN 6224 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:29:03.431 INFO 6224 --- [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-21 14:29:03.434 INFO 6224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$258e4c83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:29:03.439 INFO 6224 --- [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-21 14:29:03.444 INFO 6224 --- [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-21 14:29:03.452 INFO 6224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bbffdbb2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:29:03.462 INFO 6224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$318298c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:29:03.743 INFO 6224 --- [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-21 14:29:03.760 INFO 6224 --- [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-21 14:29:03.766 INFO 6224 --- [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-21 14:29:03.778 INFO 6224 --- [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-21 14:29:04.086 INFO 6224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:29:04.106 INFO 6224 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:29:04.107 INFO 6224 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:29:04.201 INFO 6224 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:29:04.202 INFO 6224 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1774 ms 2023-06-21 14:29:04.381 INFO 6224 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:29:04.479 INFO 6224 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:29:04.479 INFO 6224 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:29:04.479 INFO 6224 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:29:04.479 INFO 6224 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:29:05.634 INFO 6224 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:29:06.021 INFO 6224 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:29:06.121 INFO 6224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:29:06.123 INFO 6224 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.278 seconds (JVM running for 4.998) 2023-06-21 14:29:06.125 INFO 6224 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:29:06.596 INFO 6224 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:29:06.596 INFO 6224 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:29:06.605 INFO 6224 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 14:29:25.448 INFO 6224 --- [http-nio-10015-exec-6] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 14:31:11.045 INFO 6224 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:31:11.047 INFO 6224 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:31:11.086 INFO 6224 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:31:11.087 INFO 6224 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:31:11.094 INFO 6224 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:31:15.654 INFO 14804 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14804 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:31:15.657 INFO 14804 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:31:16.407 INFO 14804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:31:16.409 INFO 14804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:31:16.445 INFO 14804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 14:31:16.521 WARN 14804 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:31:16.778 INFO 14804 --- [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-21 14:31:16.781 INFO 14804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1de57a83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:31:16.786 INFO 14804 --- [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-21 14:31:16.791 INFO 14804 --- [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-21 14:31:16.800 INFO 14804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b45709b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:31:16.810 INFO 14804 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$29d9c6c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:31:17.079 INFO 14804 --- [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-21 14:31:17.095 INFO 14804 --- [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-21 14:31:17.101 INFO 14804 --- [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-21 14:31:17.111 INFO 14804 --- [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-21 14:31:17.413 INFO 14804 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:31:17.433 INFO 14804 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:31:17.433 INFO 14804 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:31:17.527 INFO 14804 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:31:17.527 INFO 14804 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1791 ms 2023-06-21 14:31:17.705 INFO 14804 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:31:17.801 INFO 14804 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:31:17.801 INFO 14804 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:31:17.801 INFO 14804 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:31:17.801 INFO 14804 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:31:19.095 INFO 14804 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:31:19.459 INFO 14804 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:31:19.558 INFO 14804 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:31:19.561 INFO 14804 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.404 seconds (JVM running for 5.048) 2023-06-21 14:31:19.563 INFO 14804 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:31:22.977 INFO 14804 --- [http-nio-10015-exec-1] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 14:31:22.984 INFO 14804 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:31:22.984 INFO 14804 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:31:22.992 INFO 14804 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 14:33:23.077 INFO 14804 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:33:23.079 INFO 14804 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:33:23.099 INFO 14804 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:33:23.100 INFO 14804 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:33:23.104 INFO 14804 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:33:27.954 INFO 14756 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14756 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:33:27.956 INFO 14756 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:33:28.744 INFO 14756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:33:28.746 INFO 14756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:33:28.783 INFO 14756 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 14:33:28.860 WARN 14756 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:33:29.152 INFO 14756 --- [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-21 14:33:29.155 INFO 14756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$bacd7551] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:33:29.160 INFO 14756 --- [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-21 14:33:29.164 INFO 14756 --- [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-21 14:33:29.173 INFO 14756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$513f0480] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:33:29.183 INFO 14756 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c6c1c193] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:33:29.448 INFO 14756 --- [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-21 14:33:29.463 INFO 14756 --- [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-21 14:33:29.469 INFO 14756 --- [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-21 14:33:29.481 INFO 14756 --- [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-21 14:33:29.780 INFO 14756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:33:29.801 INFO 14756 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:33:29.801 INFO 14756 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:33:29.893 INFO 14756 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:33:29.893 INFO 14756 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1860 ms 2023-06-21 14:33:30.070 INFO 14756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:33:30.168 INFO 14756 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:33:30.168 INFO 14756 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:33:30.168 INFO 14756 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:33:30.168 INFO 14756 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:33:31.397 INFO 14756 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:33:31.809 INFO 14756 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:33:31.906 INFO 14756 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:33:31.909 INFO 14756 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.416 seconds (JVM running for 5.138) 2023-06-21 14:33:31.911 INFO 14756 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:34:05.616 INFO 14756 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:34:05.616 INFO 14756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:34:05.626 INFO 14756 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 14:34:07.512 INFO 14756 --- [http-nio-10015-exec-4] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 14:36:37.541 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69d46f90 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.542 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2eb1e76d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.543 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3336bb1c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.544 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f1f818a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.544 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63af0bfc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.545 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4204126b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.545 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@446cbf6c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.546 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47fc75ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.546 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c977652 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:36:37.547 WARN 14756 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ee2a0e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:37:01.986 ERROR 14756 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.StringIndexOutOfBoundsException: String index out of range: 13] with root cause java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.substring(String.java:1963) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:218) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$9b8f7daf.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 14:37:59.219 INFO 14756 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:37:59.219 INFO 14756 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:37:59.234 INFO 14756 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:37:59.234 INFO 14756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:37:59.243 INFO 14756 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:38:04.095 INFO 6068 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6068 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:38:04.099 INFO 6068 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:38:04.897 INFO 6068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:38:04.900 INFO 6068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:38:04.941 INFO 6068 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 14:38:05.024 WARN 6068 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:38:05.283 INFO 6068 --- [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-21 14:38:05.286 INFO 6068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ed9d42d5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:38:05.291 INFO 6068 --- [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-21 14:38:05.296 INFO 6068 --- [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-21 14:38:05.304 INFO 6068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$840ed204] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:38:05.314 INFO 6068 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f9918f17] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:38:05.578 INFO 6068 --- [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-21 14:38:05.593 INFO 6068 --- [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-21 14:38:05.599 INFO 6068 --- [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-21 14:38:05.609 INFO 6068 --- [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-21 14:38:05.923 INFO 6068 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:38:05.945 INFO 6068 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:38:05.945 INFO 6068 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:38:06.039 INFO 6068 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:38:06.039 INFO 6068 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1854 ms 2023-06-21 14:38:06.220 INFO 6068 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:38:06.318 INFO 6068 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:38:06.318 INFO 6068 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:38:06.318 INFO 6068 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:38:06.318 INFO 6068 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:38:07.603 INFO 6068 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:38:07.983 INFO 6068 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:38:08.081 INFO 6068 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:38:08.084 INFO 6068 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.512 seconds (JVM running for 5.195) 2023-06-21 14:38:08.086 INFO 6068 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:38:09.520 INFO 6068 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:38:09.520 INFO 6068 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:38:09.529 INFO 6068 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 14:43:56.157 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52113b41 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.158 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d8593ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.159 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6446f763 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.159 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@406932d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.160 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@159e256f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.160 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4296fb67 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.161 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1138f1b9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.161 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@184ea6f5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.162 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c1f4dce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:43:56.162 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@927dce9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.190 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32d02d4e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.192 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@61dfe12b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.193 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@141a0204 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.194 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fa5f96e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.196 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4123764d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.197 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5673ef9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.199 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64756347 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.200 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@314e4fb4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.201 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62c90d06 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:47:12.202 WARN 6068 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b0f29f3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.259 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275fc850 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.261 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ccb61b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.263 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1781ca7d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.266 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74333039 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.266 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bdb9b6a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.267 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c2aa749 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.269 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@35e14293 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.271 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@583e1eee (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.271 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f79ce48 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:51:34.274 WARN 6068 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66902201 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 14:55:27.062 INFO 6068 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:55:27.063 INFO 6068 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:55:27.084 INFO 6068 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:55:27.085 INFO 6068 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:55:27.092 INFO 6068 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:55:31.628 INFO 4580 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4580 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:55:31.630 INFO 4580 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:55:32.377 INFO 4580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:55:32.381 INFO 4580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:55:32.423 INFO 4580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 14:55:32.511 WARN 4580 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:55:32.781 INFO 4580 --- [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-21 14:55:32.784 INFO 4580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$92c99467] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:32.789 INFO 4580 --- [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-21 14:55:32.794 INFO 4580 --- [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-21 14:55:32.803 INFO 4580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$293b2396] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:32.814 INFO 4580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9ebde0a9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:33.081 INFO 4580 --- [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-21 14:55:33.097 INFO 4580 --- [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-21 14:55:33.103 INFO 4580 --- [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-21 14:55:33.115 INFO 4580 --- [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-21 14:55:33.423 INFO 4580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:55:33.446 INFO 4580 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:55:33.446 INFO 4580 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:55:33.539 INFO 4580 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:55:33.539 INFO 4580 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1825 ms 2023-06-21 14:55:33.744 INFO 4580 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:55:33.931 INFO 4580 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:55:33.931 INFO 4580 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:55:33.931 INFO 4580 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:55:33.931 INFO 4580 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:55:35.247 INFO 4580 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:55:35.622 INFO 4580 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:55:35.725 INFO 4580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:55:35.727 INFO 4580 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.634 seconds (JVM running for 5.32) 2023-06-21 14:55:35.730 INFO 4580 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:55:39.073 INFO 4580 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 14:55:39.075 INFO 4580 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 14:55:39.097 INFO 4580 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 14:55:39.097 INFO 4580 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 14:55:39.105 INFO 4580 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 14:55:44.413 INFO 17620 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17620 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 14:55:44.416 INFO 17620 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 14:55:45.137 INFO 17620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 14:55:45.139 INFO 17620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 14:55:45.173 INFO 17620 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 14:55:45.249 WARN 17620 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 14:55:45.509 INFO 17620 --- [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-21 14:55:45.512 INFO 17620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3769a58e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:45.517 INFO 17620 --- [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-21 14:55:45.522 INFO 17620 --- [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-21 14:55:45.530 INFO 17620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cddb34bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:45.540 INFO 17620 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$435df1d0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 14:55:45.802 INFO 17620 --- [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-21 14:55:45.818 INFO 17620 --- [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-21 14:55:45.824 INFO 17620 --- [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-21 14:55:45.835 INFO 17620 --- [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-21 14:55:46.143 INFO 17620 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 14:55:46.164 INFO 17620 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 14:55:46.164 INFO 17620 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 14:55:46.259 INFO 17620 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 14:55:46.259 INFO 17620 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1766 ms 2023-06-21 14:55:46.445 INFO 17620 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 14:55:46.543 INFO 17620 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 14:55:46.543 INFO 17620 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 14:55:46.543 INFO 17620 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 14:55:46.543 INFO 17620 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 14:55:47.744 INFO 17620 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 14:55:48.120 INFO 17620 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 14:55:48.224 INFO 17620 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 14:55:48.227 INFO 17620 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.274 seconds (JVM running for 4.922) 2023-06-21 14:55:48.229 INFO 17620 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 14:55:51.386 INFO 17620 --- [http-nio-10015-exec-1] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 14:55:51.393 INFO 17620 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 14:55:51.393 INFO 17620 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 14:55:51.401 INFO 17620 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 15:03:04.520 INFO 17620 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:03:04.521 INFO 17620 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:03:04.567 INFO 17620 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:03:04.570 INFO 17620 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:03:04.581 INFO 17620 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:03:10.957 INFO 11504 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11504 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:03:10.959 INFO 11504 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:03:11.681 INFO 11504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:03:11.683 INFO 11504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:03:11.720 INFO 11504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 15:03:11.801 WARN 11504 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:03:12.052 INFO 11504 --- [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-21 15:03:12.055 INFO 11504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d3a27d77] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:03:12.059 INFO 11504 --- [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-21 15:03:12.064 INFO 11504 --- [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-21 15:03:12.073 INFO 11504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6a140ca6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:03:12.083 INFO 11504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$df96c9b9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:03:12.347 INFO 11504 --- [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-21 15:03:12.363 INFO 11504 --- [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-21 15:03:12.369 INFO 11504 --- [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-21 15:03:12.380 INFO 11504 --- [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-21 15:03:12.679 INFO 11504 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:03:12.699 INFO 11504 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:03:12.699 INFO 11504 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:03:12.791 INFO 11504 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:03:12.791 INFO 11504 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1751 ms 2023-06-21 15:03:12.974 INFO 11504 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:03:13.072 INFO 11504 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:03:13.072 INFO 11504 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:03:13.072 INFO 11504 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:03:13.072 INFO 11504 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:03:14.257 INFO 11504 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:03:14.642 INFO 11504 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:03:14.741 INFO 11504 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:03:14.743 INFO 11504 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.272 seconds (JVM running for 4.91) 2023-06-21 15:03:14.746 INFO 11504 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:03:16.653 INFO 11504 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:03:16.653 INFO 11504 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:03:16.661 INFO 11504 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 15:03:45.691 INFO 11504 --- [http-nio-10015-exec-6] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 15:03:45.692 INFO 11504 --- [http-nio-10015-exec-6] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 15:06:26.399 WARN 11504 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m43s187ms16?s800ns). 2023-06-21 15:06:26.412 WARN 11504 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a19833d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:07:31.403 INFO 11504 --- [http-nio-10015-exec-6] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 15:09:11.576 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25ecbc26 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.578 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65589ba7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.578 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3de274da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.579 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1208ce5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.579 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e58170c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.580 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ffc3ac3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.580 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5116d542 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.581 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b89b12 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.581 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bc60cde (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:09:11.583 WARN 11504 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5721747 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:11:08.230 INFO 11504 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:11:08.231 INFO 11504 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:11:08.357 INFO 11504 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:11:08.358 INFO 11504 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:11:08.364 INFO 11504 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:11:15.117 INFO 17656 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17656 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:11:15.120 INFO 17656 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:11:15.852 INFO 17656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:11:15.855 INFO 17656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:11:15.904 INFO 17656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 36ms. Found 0 repository interfaces. 2023-06-21 15:11:16.063 WARN 17656 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:11:16.332 INFO 17656 --- [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-21 15:11:16.336 INFO 17656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$cb92e6e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:11:16.341 INFO 17656 --- [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-21 15:11:16.346 INFO 17656 --- [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-21 15:11:16.356 INFO 17656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$62047615] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:11:16.369 INFO 17656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d7873328] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:11:16.643 INFO 17656 --- [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-21 15:11:16.658 INFO 17656 --- [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-21 15:11:16.664 INFO 17656 --- [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-21 15:11:16.674 INFO 17656 --- [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-21 15:11:16.962 INFO 17656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:11:16.983 INFO 17656 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:11:16.983 INFO 17656 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:11:17.075 INFO 17656 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:11:17.075 INFO 17656 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1868 ms 2023-06-21 15:11:17.252 INFO 17656 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:11:17.361 INFO 17656 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:11:17.361 INFO 17656 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:11:17.361 INFO 17656 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:11:17.361 INFO 17656 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:11:18.521 INFO 17656 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:11:18.881 INFO 17656 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:11:18.979 INFO 17656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:11:18.981 INFO 17656 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.421 seconds (JVM running for 5.136) 2023-06-21 15:11:18.983 INFO 17656 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:11:33.162 INFO 17656 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:11:33.162 INFO 17656 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:11:33.171 INFO 17656 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 15:11:43.225 INFO 17656 --- [http-nio-10015-exec-3] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 15:16:52.370 INFO 17656 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:16:52.371 INFO 17656 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:16:52.390 INFO 17656 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:16:52.391 INFO 17656 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:16:52.400 INFO 17656 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:16:59.655 INFO 17268 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 17268 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:16:59.658 INFO 17268 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:17:00.622 INFO 17268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:17:00.624 INFO 17268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:17:00.659 INFO 17268 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 15:17:00.733 WARN 17268 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:17:00.993 INFO 17268 --- [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-21 15:17:00.996 INFO 17268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2412363] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:17:01.001 INFO 17268 --- [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-21 15:17:01.006 INFO 17268 --- [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-21 15:17:01.014 INFO 17268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$98b2b292] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:17:01.025 INFO 17268 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e356fa5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:17:01.294 INFO 17268 --- [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-21 15:17:01.310 INFO 17268 --- [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-21 15:17:01.315 INFO 17268 --- [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-21 15:17:01.328 INFO 17268 --- [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-21 15:17:01.639 INFO 17268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:17:01.661 INFO 17268 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:17:01.661 INFO 17268 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:17:01.756 INFO 17268 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:17:01.756 INFO 17268 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1976 ms 2023-06-21 15:17:01.943 INFO 17268 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:17:02.046 INFO 17268 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:17:02.046 INFO 17268 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:17:02.046 INFO 17268 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:17:02.046 INFO 17268 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:17:03.337 INFO 17268 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:17:03.738 INFO 17268 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:17:03.836 INFO 17268 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:17:03.838 INFO 17268 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.775 seconds (JVM running for 5.691) 2023-06-21 15:17:03.840 INFO 17268 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:17:05.120 INFO 17268 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:17:05.120 INFO 17268 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:17:05.130 INFO 17268 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 15:17:12.091 INFO 17268 --- [http-nio-10015-exec-4] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 15:19:59.048 INFO 17268 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:19:59.049 INFO 17268 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:19:59.070 INFO 17268 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:19:59.071 INFO 17268 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:19:59.075 INFO 17268 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:20:03.976 INFO 6216 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6216 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:20:03.978 INFO 6216 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:20:04.672 INFO 6216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:20:04.674 INFO 6216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:20:04.713 INFO 6216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 15:20:04.800 WARN 6216 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:20:05.061 INFO 6216 --- [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-21 15:20:05.064 INFO 6216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$cb741666] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:20:05.068 INFO 6216 --- [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-21 15:20:05.073 INFO 6216 --- [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-21 15:20:05.082 INFO 6216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$61e5a595] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:20:05.092 INFO 6216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d76862a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:20:05.364 INFO 6216 --- [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-21 15:20:05.381 INFO 6216 --- [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-21 15:20:05.387 INFO 6216 --- [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-21 15:20:05.399 INFO 6216 --- [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-21 15:20:05.698 INFO 6216 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:20:05.719 INFO 6216 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:20:05.720 INFO 6216 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:20:05.812 INFO 6216 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:20:05.812 INFO 6216 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1751 ms 2023-06-21 15:20:06.000 INFO 6216 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:20:06.101 INFO 6216 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:20:06.101 INFO 6216 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:20:06.101 INFO 6216 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:20:06.102 INFO 6216 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:20:07.307 INFO 6216 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:20:07.707 INFO 6216 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:20:07.827 INFO 6216 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:20:07.829 INFO 6216 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.369 seconds (JVM running for 5.022) 2023-06-21 15:20:07.832 INFO 6216 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:20:09.658 INFO 6216 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:20:09.658 INFO 6216 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:20:09.668 INFO 6216 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 15:20:15.720 INFO 6216 --- [http-nio-10015-exec-1] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 15:22:33.157 INFO 6216 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:22:33.158 INFO 6216 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:22:33.173 INFO 6216 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:22:33.174 INFO 6216 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:22:33.181 INFO 6216 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:22:38.727 INFO 9568 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9568 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:22:38.732 INFO 9568 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:22:39.456 INFO 9568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:22:39.459 INFO 9568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:22:39.496 INFO 9568 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 15:22:39.568 WARN 9568 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:22:39.821 INFO 9568 --- [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-21 15:22:39.825 INFO 9568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c33571af] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:22:39.829 INFO 9568 --- [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-21 15:22:39.834 INFO 9568 --- [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-21 15:22:39.843 INFO 9568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$59a700de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:22:39.853 INFO 9568 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$cf29bdf1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:22:40.123 INFO 9568 --- [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-21 15:22:40.140 INFO 9568 --- [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-21 15:22:40.146 INFO 9568 --- [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-21 15:22:40.159 INFO 9568 --- [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-21 15:22:40.460 INFO 9568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:22:40.480 INFO 9568 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:22:40.481 INFO 9568 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:22:40.574 INFO 9568 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:22:40.574 INFO 9568 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1748 ms 2023-06-21 15:22:40.760 INFO 9568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:22:40.858 INFO 9568 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:22:40.858 INFO 9568 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:22:40.858 INFO 9568 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:22:40.859 INFO 9568 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:22:42.046 INFO 9568 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:22:42.445 INFO 9568 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:22:42.546 INFO 9568 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:22:42.549 INFO 9568 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.33 seconds (JVM running for 5.0) 2023-06-21 15:22:42.552 INFO 9568 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:22:42.592 INFO 9568 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:22:42.592 INFO 9568 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:22:42.600 INFO 9568 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 15:22:52.605 INFO 9568 --- [http-nio-10015-exec-5] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 15:24:50.778 INFO 9568 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:24:50.778 INFO 9568 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:24:50.798 INFO 9568 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:24:50.799 INFO 9568 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:24:50.803 INFO 9568 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:24:55.625 INFO 15856 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15856 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:24:55.628 INFO 15856 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:24:56.403 INFO 15856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:24:56.405 INFO 15856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:24:56.445 INFO 15856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 15:24:56.530 WARN 15856 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:24:56.784 INFO 15856 --- [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-21 15:24:56.787 INFO 15856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$608ec8a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:24:56.792 INFO 15856 --- [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-21 15:24:56.797 INFO 15856 --- [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-21 15:24:56.806 INFO 15856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f70057cf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:24:56.817 INFO 15856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6c8314e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:24:57.093 INFO 15856 --- [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-21 15:24:57.110 INFO 15856 --- [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-21 15:24:57.117 INFO 15856 --- [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-21 15:24:57.129 INFO 15856 --- [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-21 15:24:57.433 INFO 15856 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:24:57.454 INFO 15856 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:24:57.454 INFO 15856 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:24:57.547 INFO 15856 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:24:57.548 INFO 15856 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1810 ms 2023-06-21 15:24:57.726 INFO 15856 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:24:57.822 INFO 15856 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:24:57.822 INFO 15856 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:24:57.822 INFO 15856 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:24:57.822 INFO 15856 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:24:58.967 INFO 15856 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:24:59.409 INFO 15856 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:24:59.508 INFO 15856 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:24:59.511 INFO 15856 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.432 seconds (JVM running for 5.086) 2023-06-21 15:24:59.513 INFO 15856 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:26:00.282 INFO 15856 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:26:00.283 INFO 15856 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:26:00.291 INFO 15856 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 15:33:52.661 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@497cf426 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.662 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ce4d4d7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.662 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d6f505 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.663 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26a984c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.664 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24441783 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.664 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e9c2db0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.664 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c5089bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.665 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6635b351 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.665 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6249481b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:33:52.666 WARN 15856 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d67084f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.332 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e16d1cd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.334 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21b6c6ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.336 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e475da1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.337 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ed28d85 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.339 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d2fcf39 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.341 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a258cd7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.343 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54dfb368 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.344 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@503cc2de (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.345 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d3e08a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:38:43.347 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b6b62e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:40:40.331 WARN 15856 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'id' is not present] 2023-06-21 15:41:34.200 WARN 15856 --- [http-nio-10015-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'id' is not present] 2023-06-21 15:42:32.011 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@641ad8af (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.013 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d8d9bd0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.015 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2544ca2d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.017 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10bf8a84 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.019 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78bf7679 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.021 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@99d21a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.023 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a8b8719 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.024 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@668cd766 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.026 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@65836970 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:42:32.028 WARN 15856 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@573fc6c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:45:19.956 INFO 15856 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 15:45:19.957 INFO 15856 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 15:45:19.975 INFO 15856 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 15:45:19.976 INFO 15856 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 15:45:19.978 INFO 15856 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 15:45:28.572 INFO 3396 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 3396 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 15:45:28.577 INFO 3396 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 15:45:29.431 INFO 3396 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 15:45:29.434 INFO 3396 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 15:45:29.471 INFO 3396 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 15:45:29.550 WARN 3396 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 15:45:29.805 INFO 3396 --- [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-21 15:45:29.808 INFO 3396 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f049b0c6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:45:29.813 INFO 3396 --- [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-21 15:45:29.817 INFO 3396 --- [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-21 15:45:29.826 INFO 3396 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$86bb3ff5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:45:29.836 INFO 3396 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fc3dfd08] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 15:45:30.103 INFO 3396 --- [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-21 15:45:30.118 INFO 3396 --- [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-21 15:45:30.124 INFO 3396 --- [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-21 15:45:30.135 INFO 3396 --- [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-21 15:45:30.462 INFO 3396 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 15:45:30.511 INFO 3396 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 15:45:30.511 INFO 3396 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 15:45:30.660 INFO 3396 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 15:45:30.661 INFO 3396 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1992 ms 2023-06-21 15:45:30.855 INFO 3396 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 15:45:30.957 INFO 3396 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 15:45:30.957 INFO 3396 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 15:45:30.957 INFO 3396 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 15:45:30.957 INFO 3396 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 15:45:32.180 INFO 3396 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 15:45:32.545 INFO 3396 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 15:45:32.645 INFO 3396 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 15:45:32.647 INFO 3396 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.583 seconds (JVM running for 5.237) 2023-06-21 15:45:32.649 INFO 3396 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 15:45:40.757 INFO 3396 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 15:45:40.757 INFO 3396 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 15:45:40.767 INFO 3396 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms 2023-06-21 15:45:48.089 INFO 3396 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 15:45:48.090 INFO 3396 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 15:53:23.901 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6df32ca1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.903 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1120a734 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.904 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b178dbf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.904 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@198872e5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.904 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b8ed3ef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.905 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f83c2ad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.905 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@89ec097 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.906 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52db843b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.906 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fc73424 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:53:23.906 WARN 3396 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e2003db (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.378 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e30589f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.380 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77a3652d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.381 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@741d266 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.383 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64f9d0ea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.384 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a66ef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.386 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@17b42482 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.387 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c6e43c7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.389 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a7baf7d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.389 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6c20f5d0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 15:58:01.391 WARN 3396 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a064ce2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.471 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@230f17bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.474 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d813fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.476 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5608b47b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.477 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@9a24564 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.478 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68722d08 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.480 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28f5941b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.481 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3b4d5612 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.482 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20dfbd7a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.484 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59bcce04 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:02:30.485 WARN 3396 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d6ddc64 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:05:32.326 INFO 3396 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:05:32.328 INFO 3396 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:05:32.460 INFO 3396 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:05:32.461 INFO 3396 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:05:32.465 INFO 3396 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:05:39.023 INFO 16484 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16484 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:05:39.026 INFO 16484 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:05:39.778 INFO 16484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:05:39.781 INFO 16484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:05:39.826 INFO 16484 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 16:05:39.918 WARN 16484 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:05:40.186 INFO 16484 --- [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-21 16:05:40.189 INFO 16484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$32792f60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:05:40.194 INFO 16484 --- [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-21 16:05:40.199 INFO 16484 --- [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-21 16:05:40.207 INFO 16484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c8eabe8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:05:40.218 INFO 16484 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3e6d7ba2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:05:40.493 INFO 16484 --- [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-21 16:05:40.510 INFO 16484 --- [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-21 16:05:40.516 INFO 16484 --- [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-21 16:05:40.528 INFO 16484 --- [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-21 16:05:40.825 INFO 16484 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:05:40.846 INFO 16484 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:05:40.847 INFO 16484 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:05:40.940 INFO 16484 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:05:40.940 INFO 16484 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1821 ms 2023-06-21 16:05:41.120 INFO 16484 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:05:41.219 INFO 16484 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:05:41.219 INFO 16484 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:05:41.219 INFO 16484 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:05:41.219 INFO 16484 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:05:42.425 INFO 16484 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:05:42.839 INFO 16484 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:05:43.005 INFO 16484 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:05:43.008 INFO 16484 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.482 seconds (JVM running for 5.24) 2023-06-21 16:05:43.011 INFO 16484 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:05:44.801 INFO 16484 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:05:44.801 INFO 16484 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:05:44.814 INFO 16484 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms 2023-06-21 16:11:22.575 WARN 16484 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1528cba9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:11:22.579 ERROR 16484 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 8, line 1, column 9{style:微软雅黑,size:12}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 8, line 1, column 9{style:微软雅黑,size:12} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$4eac760a.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 16:11:33.154 INFO 16484 --- [http-nio-10015-exec-6] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 16:11:33.155 INFO 16484 --- [http-nio-10015-exec-6] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 16:13:47.388 ERROR 16484 --- [http-nio-10015-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$4eac760a.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 16:14:19.306 ERROR 16484 --- [http-nio-10015-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$4eac760a.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 16:15:46.544 ERROR 16484 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 7, line 1, column 8{font:微软雅黑,size:16,color:black} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$4eac760a.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 16:16:21.294 INFO 16484 --- [http-nio-10015-exec-7] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 16:23:34.059 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7bc3288e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.060 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7361e309 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.060 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dd3f937 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.061 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1de69417 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.062 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3cdad5b3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.062 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40df008a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.064 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@222753e7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.064 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b482d98 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.064 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@61d5060f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:23:34.065 WARN 16484 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59b681ef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.418 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@b788812 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.421 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@630b52f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.422 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e67baef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.424 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e73ea89 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.427 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3364ab3d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.429 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@30ca6d18 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.431 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2b5f5297 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.432 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25f2fe32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.434 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@335994f2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:26:37.436 WARN 16484 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50989d2c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 16:34:47.529 INFO 16484 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:34:47.530 INFO 16484 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:34:47.664 INFO 16484 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:34:47.664 INFO 16484 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:34:47.671 INFO 16484 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:34:55.083 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6168 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:34:55.086 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:34:55.867 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:34:55.869 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:34:55.909 INFO 6168 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 16:34:55.992 WARN 6168 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:34:56.317 INFO 6168 --- [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-21 16:34:56.320 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$608ec8a0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:34:56.325 INFO 6168 --- [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-21 16:34:56.329 INFO 6168 --- [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-21 16:34:56.338 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f70057cf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:34:56.349 INFO 6168 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$6c8314e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:34:56.612 INFO 6168 --- [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-21 16:34:56.628 INFO 6168 --- [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-21 16:34:56.634 INFO 6168 --- [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-21 16:34:56.646 INFO 6168 --- [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-21 16:34:56.958 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:34:56.981 INFO 6168 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:34:56.981 INFO 6168 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:34:57.082 INFO 6168 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:34:57.082 INFO 6168 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1897 ms 2023-06-21 16:34:57.265 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:34:57.366 INFO 6168 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:34:57.366 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:34:57.366 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:34:57.367 INFO 6168 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:34:58.577 INFO 6168 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:34:58.948 INFO 6168 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:34:59.047 INFO 6168 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:34:59.049 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.445 seconds (JVM running for 5.187) 2023-06-21 16:34:59.052 INFO 6168 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:35:00.776 INFO 6168 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:35:00.777 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:35:00.786 INFO 6168 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 16:37:17.304 INFO 6168 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:37:17.305 INFO 6168 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:37:17.324 INFO 6168 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:37:17.325 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:37:17.329 INFO 6168 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:37:23.668 INFO 15768 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15768 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:37:23.670 INFO 15768 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:37:24.409 INFO 15768 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:37:24.412 INFO 15768 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:37:24.450 INFO 15768 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 16:37:24.534 WARN 15768 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:37:24.790 INFO 15768 --- [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-21 16:37:24.794 INFO 15768 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a6608e88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:37:24.799 INFO 15768 --- [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-21 16:37:24.803 INFO 15768 --- [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-21 16:37:24.812 INFO 15768 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3cd21db7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:37:24.823 INFO 15768 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b254daca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:37:25.097 INFO 15768 --- [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-21 16:37:25.113 INFO 15768 --- [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-21 16:37:25.119 INFO 15768 --- [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-21 16:37:25.131 INFO 15768 --- [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-21 16:37:25.430 INFO 15768 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:37:25.451 INFO 15768 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:37:25.451 INFO 15768 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:37:25.544 INFO 15768 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:37:25.544 INFO 15768 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1784 ms 2023-06-21 16:37:25.721 INFO 15768 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:37:25.820 INFO 15768 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:37:25.820 INFO 15768 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:37:25.820 INFO 15768 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:37:25.820 INFO 15768 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:37:27.035 INFO 15768 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:37:27.437 INFO 15768 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:37:27.535 INFO 15768 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:37:27.537 INFO 15768 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.341 seconds (JVM running for 5.033) 2023-06-21 16:37:27.540 INFO 15768 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:37:31.162 INFO 15768 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:37:31.163 INFO 15768 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:37:31.171 INFO 15768 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 16:37:31.401 ERROR 15768 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 8, line 1, column 9{style:微软雅黑,size:12}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 8, line 1, column 9{style:微软雅黑,size:12} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.deserializer.MapDeserializer.deserialze(MapDeserializer.java:70) at com.alibaba.fastjson.parser.deserializer.MapDeserializer.deserialze(MapDeserializer.java:43) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:688) at com.alibaba.fastjson.JSON.parseObject(JSON.java:396) at com.alibaba.fastjson.JSON.parseObject(JSON.java:300) at com.alibaba.fastjson.JSON.parseObject(JSON.java:573) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.getUporDowm(TemplateServiceImpl.java:289) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$d6d071a4.getUporDowm() at com.xmnk.springbootfunction.controller.TemplateController.getUporDowm(TemplateController.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 16:41:49.076 INFO 15768 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:41:49.077 INFO 15768 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:41:49.096 INFO 15768 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:41:49.097 INFO 15768 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:41:49.105 INFO 15768 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:41:53.544 INFO 11708 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11708 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:41:53.546 INFO 11708 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:41:54.288 INFO 11708 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:41:54.290 INFO 11708 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:41:54.327 INFO 11708 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 16:41:54.407 WARN 11708 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:41:54.660 INFO 11708 --- [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-21 16:41:54.663 INFO 11708 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$532fce94] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:41:54.668 INFO 11708 --- [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-21 16:41:54.673 INFO 11708 --- [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-21 16:41:54.681 INFO 11708 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e9a15dc3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:41:54.692 INFO 11708 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5f241ad6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:41:54.955 INFO 11708 --- [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-21 16:41:54.970 INFO 11708 --- [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-21 16:41:54.976 INFO 11708 --- [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-21 16:41:54.987 INFO 11708 --- [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-21 16:41:55.280 INFO 11708 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:41:55.301 INFO 11708 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:41:55.301 INFO 11708 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:41:55.394 INFO 11708 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:41:55.394 INFO 11708 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1693 ms 2023-06-21 16:41:55.572 INFO 11708 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:41:55.669 INFO 11708 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:41:55.669 INFO 11708 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:41:55.669 INFO 11708 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:41:55.669 INFO 11708 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:41:56.819 INFO 11708 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:41:57.291 INFO 11708 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:41:57.392 INFO 11708 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:41:57.394 INFO 11708 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.34 seconds (JVM running for 5.029) 2023-06-21 16:41:57.397 INFO 11708 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:41:59.926 INFO 11708 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:41:59.926 INFO 11708 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:41:59.935 INFO 11708 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 16:41:59.974 WARN 11708 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported] 2023-06-21 16:45:53.907 WARN 11708 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.TemplateController.list(javax.servlet.http.HttpServletRequest,com.xmnk.springbootfunction.entity.Template)] 2023-06-21 16:45:55.841 INFO 11708 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:45:55.842 INFO 11708 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:45:55.864 INFO 11708 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:45:55.864 INFO 11708 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:45:55.872 INFO 11708 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:46:00.177 INFO 15180 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15180 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:46:00.180 INFO 15180 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:46:00.912 INFO 15180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:46:00.914 INFO 15180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:46:00.951 INFO 15180 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 16:46:01.029 WARN 15180 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:46:01.285 INFO 15180 --- [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-21 16:46:01.288 INFO 15180 --- [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-21 16:46:01.293 INFO 15180 --- [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-21 16:46:01.298 INFO 15180 --- [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-21 16:46:01.307 INFO 15180 --- [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-21 16:46:01.317 INFO 15180 --- [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-21 16:46:01.585 INFO 15180 --- [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-21 16:46:01.600 INFO 15180 --- [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-21 16:46:01.608 INFO 15180 --- [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-21 16:46:01.619 INFO 15180 --- [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-21 16:46:01.918 INFO 15180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:46:01.939 INFO 15180 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:46:01.939 INFO 15180 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:46:02.032 INFO 15180 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:46:02.032 INFO 15180 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1761 ms 2023-06-21 16:46:02.214 INFO 15180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:46:02.315 INFO 15180 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:46:02.315 INFO 15180 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:46:02.315 INFO 15180 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:46:02.315 INFO 15180 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:46:03.505 INFO 15180 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:46:03.873 INFO 15180 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:46:03.982 INFO 15180 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:46:03.985 INFO 15180 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.297 seconds (JVM running for 4.941) 2023-06-21 16:46:03.988 INFO 15180 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:46:07.342 INFO 15180 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:46:07.342 INFO 15180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:46:07.350 INFO 15180 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 16:46:08.201 WARN 15180 --- [http-nio-10015-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.TemplateController.list(javax.servlet.http.HttpServletRequest,com.xmnk.springbootfunction.entity.Template)] 2023-06-21 16:46:16.951 WARN 15180 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token at [Source: (PushbackInputStream); line: 5, column: 13] (through reference chain: com.xmnk.springbootfunction.entity.TemplateElement["area"])] 2023-06-21 16:47:00.662 INFO 15180 --- [http-nio-10015-exec-5] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 16:47:00.663 INFO 15180 --- [http-nio-10015-exec-5] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 16:47:12.506 WARN 15180 --- [http-nio-10015-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.TemplateController.list(javax.servlet.http.HttpServletRequest,com.xmnk.springbootfunction.entity.Template)] 2023-06-21 16:47:43.033 WARN 15180 --- [http-nio-10015-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.xmnk.springbootbase.common.utils.DataResult com.xmnk.springbootfunction.controller.TemplateController.list(javax.servlet.http.HttpServletRequest,com.xmnk.springbootfunction.entity.Template)] 2023-06-21 16:47:59.999 INFO 15180 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:48:00.000 INFO 15180 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:48:00.125 INFO 15180 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:48:00.126 INFO 15180 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:48:00.130 INFO 15180 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:48:04.596 INFO 16856 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16856 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:48:04.599 INFO 16856 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:48:05.329 INFO 16856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:48:05.331 INFO 16856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:48:05.369 INFO 16856 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 16:48:05.451 WARN 16856 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:48:05.711 INFO 16856 --- [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-21 16:48:05.715 INFO 16856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$17c80f60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:48:05.720 INFO 16856 --- [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-21 16:48:05.725 INFO 16856 --- [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-21 16:48:05.733 INFO 16856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ae399e8f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:48:05.744 INFO 16856 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$23bc5ba2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:48:06.017 INFO 16856 --- [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-21 16:48:06.034 INFO 16856 --- [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-21 16:48:06.041 INFO 16856 --- [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-21 16:48:06.053 INFO 16856 --- [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-21 16:48:06.371 INFO 16856 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:48:06.392 INFO 16856 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:48:06.392 INFO 16856 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:48:06.490 INFO 16856 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:48:06.491 INFO 16856 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1802 ms 2023-06-21 16:48:06.676 INFO 16856 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:48:06.777 INFO 16856 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:48:06.777 INFO 16856 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:48:06.777 INFO 16856 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:48:06.777 INFO 16856 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:48:07.978 INFO 16856 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:48:08.368 INFO 16856 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:48:08.467 INFO 16856 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:48:08.469 INFO 16856 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.416 seconds (JVM running for 5.088) 2023-06-21 16:48:08.471 INFO 16856 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:48:10.842 INFO 16856 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:48:10.842 INFO 16856 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:48:10.850 INFO 16856 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 16:49:13.646 WARN 16856 --- [http-nio-10015-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('x' (code 120)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('x' (code 120)): was expecting comma to separate Object entries at [Source: (PushbackInputStream); line: 6, column: 17]] 2023-06-21 16:49:47.960 WARN 16856 --- [http-nio-10015-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('s' (code 115)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('s' (code 115)): was expecting comma to separate Object entries at [Source: (PushbackInputStream); line: 7, column: 20]] 2023-06-21 16:50:22.083 WARN 16856 --- [http-nio-10015-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported] 2023-06-21 16:50:31.802 WARN 16856 --- [http-nio-10015-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;boundary=--------------------------480015520509318900179906;charset=UTF-8' not supported] 2023-06-21 16:55:47.755 WARN 16856 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m10s781ms585?s100ns). 2023-06-21 16:58:32.618 INFO 16856 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:58:32.619 INFO 16856 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:58:32.635 INFO 16856 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:58:32.638 INFO 16856 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:58:32.646 INFO 16856 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:58:37.793 INFO 13372 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13372 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:58:37.797 INFO 13372 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:58:38.545 INFO 13372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:58:38.548 INFO 13372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:58:38.590 INFO 13372 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces. 2023-06-21 16:58:38.677 WARN 13372 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:58:38.990 INFO 13372 --- [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-21 16:58:38.993 INFO 13372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6b075342] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:58:38.998 INFO 13372 --- [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-21 16:58:39.003 INFO 13372 --- [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-21 16:58:39.011 INFO 13372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$178e271] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:58:39.022 INFO 13372 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$76fb9f84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:58:39.297 INFO 13372 --- [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-21 16:58:39.313 INFO 13372 --- [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-21 16:58:39.320 INFO 13372 --- [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-21 16:58:39.331 INFO 13372 --- [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-21 16:58:39.626 INFO 13372 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:58:39.647 INFO 13372 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:58:39.647 INFO 13372 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:58:39.740 INFO 13372 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:58:39.740 INFO 13372 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1856 ms 2023-06-21 16:58:39.930 INFO 13372 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:58:40.030 INFO 13372 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:58:40.030 INFO 13372 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:58:40.030 INFO 13372 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:58:40.030 INFO 13372 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:58:41.209 INFO 13372 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:58:41.581 INFO 13372 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:58:41.696 INFO 13372 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:58:41.698 INFO 13372 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.39 seconds (JVM running for 5.043) 2023-06-21 16:58:41.701 INFO 13372 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 16:58:48.373 INFO 13372 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 16:58:48.373 INFO 13372 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 16:58:48.381 INFO 13372 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 16:59:02.297 INFO 13372 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 16:59:02.299 INFO 13372 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 16:59:02.319 INFO 13372 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 16:59:02.320 INFO 13372 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 16:59:02.327 INFO 13372 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 16:59:07.220 INFO 16360 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16360 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 16:59:07.223 INFO 16360 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 16:59:07.921 INFO 16360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 16:59:07.923 INFO 16360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 16:59:07.958 INFO 16360 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 16:59:08.037 WARN 16360 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 16:59:08.294 INFO 16360 --- [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-21 16:59:08.297 INFO 16360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e93322f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:59:08.302 INFO 16360 --- [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-21 16:59:08.307 INFO 16360 --- [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-21 16:59:08.315 INFO 16360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7fa4b221] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:59:08.326 INFO 16360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$f5276f34] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 16:59:08.592 INFO 16360 --- [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-21 16:59:08.608 INFO 16360 --- [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-21 16:59:08.614 INFO 16360 --- [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-21 16:59:08.625 INFO 16360 --- [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-21 16:59:08.945 INFO 16360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 16:59:08.974 INFO 16360 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 16:59:08.974 INFO 16360 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 16:59:09.073 INFO 16360 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 16:59:09.074 INFO 16360 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1771 ms 2023-06-21 16:59:09.261 INFO 16360 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 16:59:09.358 INFO 16360 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 16:59:09.358 INFO 16360 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 16:59:09.358 INFO 16360 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 16:59:09.358 INFO 16360 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 16:59:10.516 INFO 16360 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 16:59:10.893 INFO 16360 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 16:59:10.990 INFO 16360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 16:59:10.993 INFO 16360 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.28 seconds (JVM running for 4.963) 2023-06-21 16:59:10.995 INFO 16360 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:00:53.936 INFO 16360 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:00:53.936 INFO 16360 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:00:53.944 INFO 16360 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 17:02:22.440 INFO 16360 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:02:22.442 INFO 16360 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:02:22.462 INFO 16360 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:02:22.462 INFO 16360 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:02:22.467 INFO 16360 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:02:27.673 INFO 15624 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15624 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:02:27.675 INFO 15624 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:02:28.380 INFO 15624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:02:28.382 INFO 15624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:02:28.418 INFO 15624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 17:02:28.494 WARN 15624 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:02:28.754 INFO 15624 --- [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-21 17:02:28.757 INFO 15624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ca5e1aa0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:02:28.762 INFO 15624 --- [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-21 17:02:28.767 INFO 15624 --- [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-21 17:02:28.775 INFO 15624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$60cfa9cf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:02:28.786 INFO 15624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d65266e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:02:29.048 INFO 15624 --- [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-21 17:02:29.063 INFO 15624 --- [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-21 17:02:29.069 INFO 15624 --- [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-21 17:02:29.081 INFO 15624 --- [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-21 17:02:29.438 INFO 15624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:02:29.458 INFO 15624 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:02:29.459 INFO 15624 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:02:29.553 INFO 15624 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:02:29.553 INFO 15624 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1798 ms 2023-06-21 17:02:29.764 INFO 15624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:02:29.870 INFO 15624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:02:29.870 INFO 15624 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:02:29.870 INFO 15624 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:02:29.870 INFO 15624 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:02:31.022 INFO 15624 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:02:31.399 INFO 15624 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:02:31.496 INFO 15624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:02:31.499 INFO 15624 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.342 seconds (JVM running for 4.977) 2023-06-21 17:02:31.501 INFO 15624 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:02:32.288 INFO 15624 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:02:32.292 INFO 15624 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:02:32.303 INFO 15624 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-21 17:03:51.690 INFO 15624 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:03:51.692 INFO 15624 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:03:51.708 INFO 15624 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:03:51.708 INFO 15624 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:03:51.719 INFO 15624 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:03:56.663 INFO 18172 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18172 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:03:56.666 INFO 18172 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:03:57.398 INFO 18172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:03:57.399 INFO 18172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:03:57.438 INFO 18172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 17:03:57.516 WARN 18172 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:03:57.767 INFO 18172 --- [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-21 17:03:57.770 INFO 18172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4d1f5529] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:03:57.774 INFO 18172 --- [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-21 17:03:57.780 INFO 18172 --- [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-21 17:03:57.788 INFO 18172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e390e458] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:03:57.797 INFO 18172 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5913a16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:03:58.063 INFO 18172 --- [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-21 17:03:58.079 INFO 18172 --- [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-21 17:03:58.085 INFO 18172 --- [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-21 17:03:58.096 INFO 18172 --- [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-21 17:03:58.395 INFO 18172 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:03:58.415 INFO 18172 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:03:58.416 INFO 18172 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:03:58.508 INFO 18172 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:03:58.509 INFO 18172 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1762 ms 2023-06-21 17:03:58.697 INFO 18172 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:03:58.802 INFO 18172 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:03:58.803 INFO 18172 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:03:58.803 INFO 18172 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:03:58.803 INFO 18172 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:04:00.009 INFO 18172 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:04:00.384 INFO 18172 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:04:00.482 INFO 18172 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:04:00.485 INFO 18172 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.419 seconds (JVM running for 5.124) 2023-06-21 17:04:00.488 INFO 18172 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:04:03.818 INFO 18172 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:04:03.818 INFO 18172 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:04:03.827 INFO 18172 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:04:47.701 WARN 18172 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=48s792ms143?s). 2023-06-21 17:09:21.907 INFO 18172 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:09:21.909 INFO 18172 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:09:21.927 INFO 18172 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:09:21.928 INFO 18172 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:09:21.936 INFO 18172 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:09:27.218 INFO 8128 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8128 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:09:27.220 INFO 8128 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:09:27.970 INFO 8128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:09:27.972 INFO 8128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:09:28.007 INFO 8128 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 17:09:28.080 WARN 8128 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:09:28.361 INFO 8128 --- [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-21 17:09:28.364 INFO 8128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c9fe20d6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:09:28.369 INFO 8128 --- [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-21 17:09:28.374 INFO 8128 --- [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-21 17:09:28.384 INFO 8128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$606fb005] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:09:28.395 INFO 8128 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d5f26d18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:09:28.669 INFO 8128 --- [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-21 17:09:28.700 INFO 8128 --- [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-21 17:09:28.706 INFO 8128 --- [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-21 17:09:28.717 INFO 8128 --- [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-21 17:09:28.953 INFO 8128 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:09:28.974 INFO 8128 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:09:28.974 INFO 8128 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:09:29.116 INFO 8128 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:09:29.116 INFO 8128 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1843 ms 2023-06-21 17:09:29.302 INFO 8128 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:09:29.399 INFO 8128 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:09:29.400 INFO 8128 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:09:29.400 INFO 8128 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:09:29.400 INFO 8128 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:09:30.675 INFO 8128 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:09:31.045 INFO 8128 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:09:31.142 INFO 8128 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:09:31.145 INFO 8128 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.394 seconds (JVM running for 5.059) 2023-06-21 17:09:31.147 INFO 8128 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:09:34.285 INFO 8128 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:09:34.285 INFO 8128 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:09:34.294 INFO 8128 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:12:37.701 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1479cf92 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.702 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3934c41c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.702 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4b22bdea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.704 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@371de80f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.704 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b1566eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.704 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@449e5db1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.705 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a0d6525 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.706 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4208bbfb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.706 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32dabf6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:12:37.707 WARN 8128 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49f1f50 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.100 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@721adc9a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.103 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@735a02a9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.105 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@365882a6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.107 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5c5ec915 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.114 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7249363 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.115 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fcc6d1a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.117 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5239c73f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.118 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76548ca3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.120 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@103cb7f0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:15:09.121 WARN 8128 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4cc4ac50 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:20:44.175 INFO 8128 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:20:44.176 INFO 8128 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:20:44.197 INFO 8128 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:20:44.197 INFO 8128 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:20:44.207 INFO 8128 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:20:49.087 INFO 13500 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13500 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:20:49.089 INFO 13500 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:20:49.836 INFO 13500 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:20:49.838 INFO 13500 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:20:49.877 INFO 13500 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 17:20:49.959 WARN 13500 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:20:50.226 INFO 13500 --- [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-21 17:20:50.229 INFO 13500 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d4c3b820] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:20:50.234 INFO 13500 --- [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-21 17:20:50.239 INFO 13500 --- [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-21 17:20:50.249 INFO 13500 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6b35474f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:20:50.262 INFO 13500 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$e0b80462] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:20:50.544 INFO 13500 --- [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-21 17:20:50.563 INFO 13500 --- [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-21 17:20:50.569 INFO 13500 --- [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-21 17:20:50.582 INFO 13500 --- [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-21 17:20:50.909 INFO 13500 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:20:50.943 INFO 13500 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:20:50.943 INFO 13500 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:20:51.069 INFO 13500 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:20:51.069 INFO 13500 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1902 ms 2023-06-21 17:20:51.262 INFO 13500 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:20:51.361 INFO 13500 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:20:51.361 INFO 13500 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:20:51.361 INFO 13500 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:20:51.361 INFO 13500 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:20:52.589 INFO 13500 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:20:53.000 INFO 13500 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:20:53.105 INFO 13500 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:20:53.108 INFO 13500 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.494 seconds (JVM running for 5.173) 2023-06-21 17:20:53.110 INFO 13500 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:20:55.377 INFO 13500 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:20:55.378 INFO 13500 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:20:55.387 INFO 13500 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:20:55.625 ERROR 13500 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit2,10' at line 3 ### The error may exist in com/xmnk/springbootfunction/mapper/TemplateMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id,name,background_url,template_url,status,deleted_at,create_time,update_time FROM tb_template WHERE (status = ?) limit2,10 ### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit2,10' at line 3 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit2,10' at line 3] with root cause java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit2,10' at line 3 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) at com.sun.proxy.$Proxy121.execute(Unknown Source) at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:69) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:92) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) at com.sun.proxy.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:122) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:87) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy93.selectPage(Unknown Source) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:65) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b8161ffe.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:21:05.022 ERROR 13500 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ### The error may exist in com/xmnk/springbootfunction/mapper/TemplateMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id,name,background_url,template_url,status,deleted_at,create_time,update_time FROM tb_template WHERE (status = ?) limit1,10 ### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3] with root cause java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) at com.sun.proxy.$Proxy121.execute(Unknown Source) at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:69) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:92) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) at com.sun.proxy.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:122) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:87) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy93.selectPage(Unknown Source) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:65) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b8161ffe.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:21:09.749 ERROR 13500 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ### The error may exist in com/xmnk/springbootfunction/mapper/TemplateMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id,name,background_url,template_url,status,deleted_at,create_time,update_time FROM tb_template WHERE (status = ?) limit1,10 ### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3] with root cause java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) at com.sun.proxy.$Proxy121.execute(Unknown Source) at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:69) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:92) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) at com.sun.proxy.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:122) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:87) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy93.selectPage(Unknown Source) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:65) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b8161ffe.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:21:13.236 ERROR 13500 --- [http-nio-10015-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ### The error may exist in com/xmnk/springbootfunction/mapper/TemplateMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id,name,background_url,template_url,status,deleted_at,create_time,update_time FROM tb_template WHERE (status = ?) limit1,10 ### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3] with root cause java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'limit1,10' at line 3 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:372) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) at com.sun.proxy.$Proxy121.execute(Unknown Source) at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:69) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:165) at com.baomidou.mybatisplus.core.executor.MybatisCachingExecutor.query(MybatisCachingExecutor.java:92) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) at com.sun.proxy.$Proxy87.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:122) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:87) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy93.selectPage(Unknown Source) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:65) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$b8161ffe.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:21:30.203 INFO 13500 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:21:30.205 INFO 13500 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:21:30.223 INFO 13500 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:21:30.223 INFO 13500 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:21:30.229 INFO 13500 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:21:35.062 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6444 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:21:35.064 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:21:35.757 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:21:35.759 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:21:35.796 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 17:21:35.877 WARN 6444 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:21:36.153 INFO 6444 --- [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-21 17:21:36.156 INFO 6444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$550f284] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:21:36.161 INFO 6444 --- [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-21 17:21:36.166 INFO 6444 --- [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-21 17:21:36.174 INFO 6444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9bc281b3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:21:36.186 INFO 6444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$11453ec6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:21:36.464 INFO 6444 --- [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-21 17:21:36.480 INFO 6444 --- [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-21 17:21:36.486 INFO 6444 --- [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-21 17:21:36.498 INFO 6444 --- [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-21 17:21:36.859 INFO 6444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:21:36.883 INFO 6444 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:21:36.883 INFO 6444 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:21:36.977 INFO 6444 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:21:36.977 INFO 6444 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1828 ms 2023-06-21 17:21:37.170 INFO 6444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:21:37.276 INFO 6444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:21:37.276 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:21:37.276 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:21:37.276 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:21:38.474 INFO 6444 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:21:38.849 INFO 6444 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:21:38.965 INFO 6444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:21:38.967 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.364 seconds (JVM running for 5.046) 2023-06-21 17:21:38.970 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:21:41.868 INFO 6444 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:21:41.868 INFO 6444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:21:41.876 INFO 6444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 17:21:42.086 ERROR 6444 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:66) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$f0a87d28.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:21:42.634 ERROR 6444 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:66) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$f0a87d28.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:22:19.944 ERROR 6444 --- [http-nio-10015-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.list(TemplateServiceImpl.java:66) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$f0a87d28.list() at com.xmnk.springbootfunction.controller.TemplateController.list(TemplateController.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:23:04.784 INFO 6444 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:23:04.786 INFO 6444 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:23:04.808 INFO 6444 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:23:04.809 INFO 6444 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:23:04.814 INFO 6444 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:23:09.778 INFO 5072 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5072 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:23:09.781 INFO 5072 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:23:10.572 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:23:10.574 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:23:10.609 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 17:23:10.689 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:23:10.955 INFO 5072 --- [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-21 17:23:10.958 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$20ca6d9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:10.963 INFO 5072 --- [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-21 17:23:10.968 INFO 5072 --- [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-21 17:23:10.976 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b73bfcce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:10.987 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2cbeb9e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:11.252 INFO 5072 --- [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-21 17:23:11.268 INFO 5072 --- [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-21 17:23:11.286 INFO 5072 --- [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-21 17:23:11.306 INFO 5072 --- [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-21 17:23:11.649 INFO 5072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:23:11.669 INFO 5072 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:23:11.670 INFO 5072 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:23:11.762 INFO 5072 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:23:11.762 INFO 5072 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1897 ms 2023-06-21 17:23:11.950 INFO 5072 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:23:12.050 INFO 5072 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:23:12.050 INFO 5072 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:23:12.050 INFO 5072 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:23:12.050 INFO 5072 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:23:13.257 INFO 5072 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:23:13.626 INFO 5072 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:23:13.724 INFO 5072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:23:13.726 INFO 5072 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.418 seconds (JVM running for 5.15) 2023-06-21 17:23:13.729 INFO 5072 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:23:15.821 INFO 5072 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:23:15.821 INFO 5072 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:23:15.829 INFO 5072 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 17:23:41.667 INFO 5072 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:23:41.669 INFO 5072 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:23:41.689 INFO 5072 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:23:41.689 INFO 5072 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:23:41.693 INFO 5072 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:23:46.615 INFO 9740 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9740 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:23:46.617 INFO 9740 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:23:47.344 INFO 9740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:23:47.346 INFO 9740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:23:47.384 INFO 9740 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 17:23:47.466 WARN 9740 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:23:47.731 INFO 9740 --- [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-21 17:23:47.734 INFO 9740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fc68f500] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:47.739 INFO 9740 --- [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-21 17:23:47.744 INFO 9740 --- [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-21 17:23:47.753 INFO 9740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$92da842f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:47.763 INFO 9740 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$85d4142] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:23:48.032 INFO 9740 --- [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-21 17:23:48.049 INFO 9740 --- [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-21 17:23:48.056 INFO 9740 --- [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-21 17:23:48.067 INFO 9740 --- [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-21 17:23:48.359 INFO 9740 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:23:48.380 INFO 9740 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:23:48.380 INFO 9740 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:23:48.472 INFO 9740 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:23:48.472 INFO 9740 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1756 ms 2023-06-21 17:23:48.650 INFO 9740 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:23:48.749 INFO 9740 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:23:48.749 INFO 9740 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:23:48.749 INFO 9740 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:23:48.749 INFO 9740 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:23:49.894 INFO 9740 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:23:50.280 INFO 9740 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:23:50.382 INFO 9740 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:23:50.384 INFO 9740 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.268 seconds (JVM running for 4.964) 2023-06-21 17:23:50.386 INFO 9740 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:23:53.059 INFO 9740 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:23:53.059 INFO 9740 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:23:53.068 INFO 9740 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:24:57.653 INFO 9740 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:24:57.655 INFO 9740 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:24:57.676 INFO 9740 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:24:57.677 INFO 9740 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:24:57.681 INFO 9740 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:25:03.037 INFO 16780 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 16780 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:25:03.039 INFO 16780 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:25:03.780 INFO 16780 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:25:03.782 INFO 16780 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:25:03.817 INFO 16780 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 17:25:03.891 WARN 16780 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:25:04.156 INFO 16780 --- [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-21 17:25:04.159 INFO 16780 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$145109d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:25:04.164 INFO 16780 --- [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-21 17:25:04.169 INFO 16780 --- [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-21 17:25:04.177 INFO 16780 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$aac29906] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:25:04.188 INFO 16780 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$20455619] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:25:04.457 INFO 16780 --- [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-21 17:25:04.473 INFO 16780 --- [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-21 17:25:04.479 INFO 16780 --- [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-21 17:25:04.490 INFO 16780 --- [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-21 17:25:04.793 INFO 16780 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:25:04.814 INFO 16780 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:25:04.814 INFO 16780 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:25:04.907 INFO 16780 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:25:04.907 INFO 16780 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1780 ms 2023-06-21 17:25:05.090 INFO 16780 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:25:05.196 INFO 16780 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:25:05.197 INFO 16780 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:25:05.197 INFO 16780 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:25:05.197 INFO 16780 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:25:06.371 INFO 16780 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:25:06.799 INFO 16780 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:25:06.899 INFO 16780 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:25:06.902 INFO 16780 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.33 seconds (JVM running for 4.977) 2023-06-21 17:25:06.904 INFO 16780 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:25:11.313 INFO 16780 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:25:11.313 INFO 16780 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:25:11.322 INFO 16780 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:27:18.224 INFO 16780 --- [http-nio-10015-exec-7] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 17:27:18.226 INFO 16780 --- [http-nio-10015-exec-7] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 17:27:27.572 INFO 16780 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:27:27.572 INFO 16780 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:27:27.696 INFO 16780 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:27:27.697 INFO 16780 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:27:27.701 INFO 16780 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:27:39.599 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10872 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:27:39.602 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:27:40.347 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:27:40.349 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:27:40.385 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 24ms. Found 0 repository interfaces. 2023-06-21 17:27:40.452 WARN 10872 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:27:40.729 INFO 10872 --- [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-21 17:27:40.732 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$749f38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:27:40.738 INFO 10872 --- [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-21 17:27:40.743 INFO 10872 --- [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-21 17:27:40.752 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$96e62e67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:27:40.765 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c68eb7a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:27:41.035 INFO 10872 --- [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-21 17:27:41.053 INFO 10872 --- [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-21 17:27:41.059 INFO 10872 --- [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-21 17:27:41.071 INFO 10872 --- [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-21 17:27:41.373 INFO 10872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:27:41.393 INFO 10872 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:27:41.393 INFO 10872 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:27:41.485 INFO 10872 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:27:41.486 INFO 10872 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1804 ms 2023-06-21 17:27:41.671 INFO 10872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:27:41.776 INFO 10872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:27:41.777 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:27:41.777 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:27:41.777 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:27:43.080 INFO 10872 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:27:43.445 INFO 10872 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:27:43.543 INFO 10872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:27:43.545 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.431 seconds (JVM running for 5.206) 2023-06-21 17:27:43.548 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:27:49.448 INFO 10872 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:27:49.449 INFO 10872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:27:49.458 INFO 10872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:29:10.713 INFO 10872 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:29:10.714 INFO 10872 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:29:10.729 INFO 10872 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:29:10.730 INFO 10872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:29:10.735 INFO 10872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:29:15.216 INFO 10984 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10984 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:29:15.218 INFO 10984 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:29:15.908 INFO 10984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:29:15.911 INFO 10984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:29:15.954 INFO 10984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 17:29:16.058 WARN 10984 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:29:16.325 INFO 10984 --- [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-21 17:29:16.328 INFO 10984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1edf9a46] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:29:16.333 INFO 10984 --- [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-21 17:29:16.337 INFO 10984 --- [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-21 17:29:16.346 INFO 10984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b5512975] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:29:16.356 INFO 10984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2ad3e688] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:29:16.620 INFO 10984 --- [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-21 17:29:16.635 INFO 10984 --- [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-21 17:29:16.642 INFO 10984 --- [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-21 17:29:16.653 INFO 10984 --- [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-21 17:29:16.968 INFO 10984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:29:16.990 INFO 10984 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:29:16.990 INFO 10984 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:29:17.113 INFO 10984 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:29:17.113 INFO 10984 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1815 ms 2023-06-21 17:29:17.306 INFO 10984 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:29:17.412 INFO 10984 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:29:17.412 INFO 10984 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:29:17.412 INFO 10984 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:29:17.412 INFO 10984 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:29:18.632 INFO 10984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:29:19.014 INFO 10984 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:29:19.117 INFO 10984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:29:19.119 INFO 10984 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.404 seconds (JVM running for 5.074) 2023-06-21 17:29:19.122 INFO 10984 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:29:20.780 INFO 10984 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:29:20.780 INFO 10984 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:29:20.788 INFO 10984 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 17:30:39.297 INFO 10984 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:30:39.298 INFO 10984 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:30:39.317 INFO 10984 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:30:39.318 INFO 10984 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:30:39.322 INFO 10984 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:30:44.601 INFO 2548 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 2548 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:30:44.604 INFO 2548 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:30:45.353 INFO 2548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:30:45.356 INFO 2548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:30:45.395 INFO 2548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 17:30:45.480 WARN 2548 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:30:45.742 INFO 2548 --- [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-21 17:30:45.745 INFO 2548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$258e4c83] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:30:45.750 INFO 2548 --- [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-21 17:30:45.754 INFO 2548 --- [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-21 17:30:45.763 INFO 2548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bbffdbb2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:30:45.773 INFO 2548 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$318298c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:30:46.039 INFO 2548 --- [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-21 17:30:46.056 INFO 2548 --- [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-21 17:30:46.062 INFO 2548 --- [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-21 17:30:46.072 INFO 2548 --- [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-21 17:30:46.365 INFO 2548 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:30:46.387 INFO 2548 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:30:46.387 INFO 2548 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:30:46.480 INFO 2548 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:30:46.480 INFO 2548 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1781 ms 2023-06-21 17:30:46.660 INFO 2548 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:30:46.756 INFO 2548 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:30:46.756 INFO 2548 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:30:46.756 INFO 2548 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:30:46.756 INFO 2548 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:30:48.009 INFO 2548 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:30:48.384 INFO 2548 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:30:48.482 INFO 2548 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:30:48.484 INFO 2548 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.388 seconds (JVM running for 5.02) 2023-06-21 17:30:48.487 INFO 2548 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:30:51.781 INFO 2548 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:30:51.781 INFO 2548 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:30:51.790 INFO 2548 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 17:34:20.761 INFO 2548 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:34:20.763 INFO 2548 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:34:20.778 INFO 2548 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:34:20.778 INFO 2548 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:34:20.783 INFO 2548 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:34:26.273 INFO 13504 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13504 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:34:26.276 INFO 13504 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:34:27.167 INFO 13504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:34:27.169 INFO 13504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:34:27.210 INFO 13504 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 17:34:27.302 WARN 13504 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:34:27.566 INFO 13504 --- [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-21 17:34:27.569 INFO 13504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b283f508] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:34:27.574 INFO 13504 --- [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-21 17:34:27.580 INFO 13504 --- [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-21 17:34:27.591 INFO 13504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$48f58437] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:34:27.604 INFO 13504 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$be78414a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:34:27.893 INFO 13504 --- [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-21 17:34:27.909 INFO 13504 --- [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-21 17:34:27.914 INFO 13504 --- [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-21 17:34:27.925 INFO 13504 --- [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-21 17:34:28.274 INFO 13504 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:34:28.297 INFO 13504 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:34:28.298 INFO 13504 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:34:28.399 INFO 13504 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:34:28.399 INFO 13504 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2074 ms 2023-06-21 17:34:28.607 INFO 13504 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:34:28.729 INFO 13504 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:34:28.729 INFO 13504 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:34:28.729 INFO 13504 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:34:28.729 INFO 13504 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:34:29.923 INFO 13504 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:34:30.317 INFO 13504 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:34:30.417 INFO 13504 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:34:30.420 INFO 13504 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.691 seconds (JVM running for 5.408) 2023-06-21 17:34:30.422 INFO 13504 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:34:35.203 INFO 13504 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:34:35.204 INFO 13504 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:34:35.215 INFO 13504 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2023-06-21 17:38:31.568 ERROR 13504 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 9, line 1, column 10{style: 微软雅黑,size: 12}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 9, line 1, column 10{style: 微软雅黑,size: 12} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$c12df484.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:38:38.906 ERROR 13504 --- [http-nio-10015-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.fastjson.JSONException: syntax error, pos 9, line 1, column 10{style: 微软雅黑,size: 12}] with root cause com.alibaba.fastjson.JSONException: syntax error, pos 9, line 1, column 10{style: 微软雅黑,size: 12} at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1481) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:600) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1401) at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1367) at com.alibaba.fastjson.JSON.parse(JSON.java:183) at com.alibaba.fastjson.JSON.parse(JSON.java:193) at com.alibaba.fastjson.JSON.parse(JSON.java:149) at com.alibaba.fastjson.JSON.parseObject(JSON.java:254) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:201) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$c12df484.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:40:53.348 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@649e2a90 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.350 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@13fba133 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.351 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@63985754 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.352 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e29e510 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.353 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3029893d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.354 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e155432 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.355 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f968e53 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.355 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ea6f1d4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.356 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@123aed5c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:40:53.356 WARN 13504 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@465a9fed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:41:16.869 ERROR 13504 --- [http-nio-10015-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:219) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$c12df484.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:42:00.456 ERROR 13504 --- [http-nio-10015-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.synthesis(TemplateServiceImpl.java:219) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$c12df484.synthesis() at com.xmnk.springbootfunction.controller.TemplateController.synthesis(TemplateController.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 17:42:33.288 INFO 13504 --- [http-nio-10015-exec-10] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 17:42:33.289 INFO 13504 --- [http-nio-10015-exec-10] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 17:46:43.948 WARN 13504 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=1m14s908ms99?s700ns). 2023-06-21 17:46:54.472 INFO 13504 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:46:54.473 INFO 13504 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:46:54.598 INFO 13504 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:46:54.599 INFO 13504 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:46:54.606 INFO 13504 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:46:59.631 INFO 4928 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4928 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:46:59.633 INFO 4928 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:47:00.367 INFO 4928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:47:00.369 INFO 4928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:47:00.407 INFO 4928 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 17:47:00.490 WARN 4928 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:47:00.751 INFO 4928 --- [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-21 17:47:00.754 INFO 4928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b4f56a1e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:47:00.759 INFO 4928 --- [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-21 17:47:00.763 INFO 4928 --- [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-21 17:47:00.772 INFO 4928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4b66f94d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:47:00.782 INFO 4928 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c0e9b660] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:47:01.045 INFO 4928 --- [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-21 17:47:01.060 INFO 4928 --- [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-21 17:47:01.066 INFO 4928 --- [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-21 17:47:01.077 INFO 4928 --- [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-21 17:47:01.394 INFO 4928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:47:01.414 INFO 4928 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:47:01.415 INFO 4928 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:47:01.507 INFO 4928 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:47:01.507 INFO 4928 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1789 ms 2023-06-21 17:47:01.689 INFO 4928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:47:01.790 INFO 4928 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:47:01.790 INFO 4928 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:47:01.790 INFO 4928 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:47:01.790 INFO 4928 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:47:02.995 INFO 4928 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:47:03.398 INFO 4928 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:47:03.506 INFO 4928 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:47:03.508 INFO 4928 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.365 seconds (JVM running for 5.018) 2023-06-21 17:47:03.511 INFO 4928 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:47:14.069 INFO 4928 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:47:14.070 INFO 4928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:47:14.077 INFO 4928 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms 2023-06-21 17:47:14.488 INFO 4928 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 17:47:14.490 INFO 4928 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 17:48:02.999 INFO 4928 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:48:03.000 INFO 4928 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:48:03.126 INFO 4928 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:48:03.126 INFO 4928 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:48:03.130 INFO 4928 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:48:07.758 INFO 1840 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1840 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:48:07.763 INFO 1840 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:48:08.468 INFO 1840 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:48:08.469 INFO 1840 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:48:08.507 INFO 1840 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 17:48:08.587 WARN 1840 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:48:08.845 INFO 1840 --- [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-21 17:48:08.848 INFO 1840 --- [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-21 17:48:08.853 INFO 1840 --- [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-21 17:48:08.857 INFO 1840 --- [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-21 17:48:08.866 INFO 1840 --- [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-21 17:48:08.876 INFO 1840 --- [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-21 17:48:09.146 INFO 1840 --- [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-21 17:48:09.162 INFO 1840 --- [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-21 17:48:09.168 INFO 1840 --- [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-21 17:48:09.180 INFO 1840 --- [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-21 17:48:09.481 INFO 1840 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:48:09.502 INFO 1840 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:48:09.502 INFO 1840 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:48:09.611 INFO 1840 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:48:09.611 INFO 1840 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1757 ms 2023-06-21 17:48:09.790 INFO 1840 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:48:09.895 INFO 1840 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:48:09.895 INFO 1840 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:48:09.895 INFO 1840 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:48:09.895 INFO 1840 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:48:11.043 INFO 1840 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:48:11.414 INFO 1840 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:48:11.512 INFO 1840 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:48:11.514 INFO 1840 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.278 seconds (JVM running for 4.927) 2023-06-21 17:48:11.516 INFO 1840 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:50:44.268 INFO 1840 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:50:44.269 INFO 1840 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:50:44.277 INFO 1840 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 17:50:44.435 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@243d473e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.436 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c615873 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.436 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32abf476 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.437 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@228d1093 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.438 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ee9ff99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.438 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48bd8af7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.439 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25d8cfd2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.440 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f1b4a72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.440 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1eff753f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:50:44.441 WARN 1840 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ab1ae25 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 17:51:05.265 INFO 1840 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 17:51:05.267 INFO 1840 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 17:59:03.183 INFO 1840 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 17:59:03.184 INFO 1840 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 17:59:03.309 INFO 1840 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 17:59:03.310 INFO 1840 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 17:59:03.326 INFO 1840 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 17:59:08.764 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10872 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 17:59:08.767 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 17:59:09.646 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 17:59:09.649 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 17:59:09.692 INFO 10872 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-21 17:59:09.783 WARN 10872 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 17:59:10.062 INFO 10872 --- [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-21 17:59:10.066 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e1bbfc03] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:59:10.071 INFO 10872 --- [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-21 17:59:10.076 INFO 10872 --- [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-21 17:59:10.084 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$782d8b32] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:59:10.096 INFO 10872 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$edb04845] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 17:59:10.368 INFO 10872 --- [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-21 17:59:10.384 INFO 10872 --- [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-21 17:59:10.390 INFO 10872 --- [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-21 17:59:10.401 INFO 10872 --- [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-21 17:59:10.691 INFO 10872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 17:59:10.713 INFO 10872 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 17:59:10.713 INFO 10872 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 17:59:10.810 INFO 10872 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 17:59:10.810 INFO 10872 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1956 ms 2023-06-21 17:59:10.998 INFO 10872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 17:59:11.100 INFO 10872 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 17:59:11.101 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 17:59:11.101 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 17:59:11.101 INFO 10872 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 17:59:12.316 INFO 10872 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 17:59:12.696 INFO 10872 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 17:59:12.799 INFO 10872 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 17:59:12.802 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.534 seconds (JVM running for 5.246) 2023-06-21 17:59:12.804 INFO 10872 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 17:59:55.171 INFO 10872 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 17:59:55.172 INFO 10872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 17:59:55.180 INFO 10872 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:01:40.783 INFO 10872 --- [http-nio-10015-exec-8] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 18:01:40.784 INFO 10872 --- [http-nio-10015-exec-8] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 18:04:28.028 WARN 10872 --- [master housekeeper] com.zaxxer.hikari.pool.HikariPool : master - Thread starvation or clock leap detected (housekeeper delta=2m46s802ms909?s300ns). 2023-06-21 18:04:28.042 WARN 10872 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66b4a81b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.043 WARN 10872 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23dd5feb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.044 WARN 10872 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1bf4d750 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.044 WARN 10872 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7266467a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.044 WARN 10872 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@53d67122 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.045 WARN 10872 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c51c522 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.045 WARN 10872 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1b350f61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.046 WARN 10872 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45baf144 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.046 WARN 10872 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21b6c6ce (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:04:28.047 WARN 10872 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e475da1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:07:27.683 INFO 10872 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:07:27.684 INFO 10872 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:07:27.806 INFO 10872 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:07:27.808 INFO 10872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:07:27.813 INFO 10872 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:07:32.675 INFO 12192 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12192 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:07:32.678 INFO 12192 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:07:33.407 INFO 12192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:07:33.410 INFO 12192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:07:33.456 INFO 12192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-21 18:07:33.558 WARN 12192 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:07:33.820 INFO 12192 --- [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-21 18:07:33.823 INFO 12192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ee35b299] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:07:33.828 INFO 12192 --- [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-21 18:07:33.832 INFO 12192 --- [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-21 18:07:33.841 INFO 12192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$84a741c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:07:33.851 INFO 12192 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fa29fedb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:07:34.116 INFO 12192 --- [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-21 18:07:34.131 INFO 12192 --- [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-21 18:07:34.138 INFO 12192 --- [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-21 18:07:34.149 INFO 12192 --- [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-21 18:07:34.434 INFO 12192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:07:34.455 INFO 12192 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:07:34.455 INFO 12192 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:07:34.547 INFO 12192 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:07:34.547 INFO 12192 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1781 ms 2023-06-21 18:07:34.729 INFO 12192 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:07:34.834 INFO 12192 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:07:34.834 INFO 12192 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:07:34.834 INFO 12192 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:07:34.834 INFO 12192 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:07:36.082 INFO 12192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:07:36.494 INFO 12192 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:07:36.618 INFO 12192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:07:36.620 INFO 12192 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.453 seconds (JVM running for 5.084) 2023-06-21 18:07:36.623 INFO 12192 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:07:47.878 INFO 12192 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:07:47.878 INFO 12192 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:07:47.886 INFO 12192 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:07:48.272 INFO 12192 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 18:07:48.274 INFO 12192 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 18:09:01.985 INFO 12192 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:09:01.986 INFO 12192 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:09:02.116 INFO 12192 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:09:02.116 INFO 12192 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:09:02.120 INFO 12192 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:09:07.354 INFO 7784 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7784 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:09:07.358 INFO 7784 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:09:08.083 INFO 7784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:09:08.085 INFO 7784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:09:08.124 INFO 7784 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces. 2023-06-21 18:09:08.200 WARN 7784 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:09:08.458 INFO 7784 --- [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-21 18:09:08.462 INFO 7784 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$74c8c4a3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:08.467 INFO 7784 --- [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-21 18:09:08.473 INFO 7784 --- [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-21 18:09:08.482 INFO 7784 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b3a53d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:08.494 INFO 7784 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$80bd10e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:08.769 INFO 7784 --- [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-21 18:09:08.784 INFO 7784 --- [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-21 18:09:08.791 INFO 7784 --- [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-21 18:09:08.803 INFO 7784 --- [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-21 18:09:09.104 INFO 7784 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:09:09.125 INFO 7784 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:09:09.125 INFO 7784 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:09:09.222 INFO 7784 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:09:09.222 INFO 7784 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1745 ms 2023-06-21 18:09:09.413 INFO 7784 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:09:09.509 INFO 7784 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:09:09.509 INFO 7784 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:09:09.510 INFO 7784 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:09:09.510 INFO 7784 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:09:11.151 INFO 7784 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:09:11.528 INFO 7784 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:09:11.628 INFO 7784 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:09:11.630 INFO 7784 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.788 seconds (JVM running for 5.557) 2023-06-21 18:09:11.632 INFO 7784 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:09:19.587 INFO 7784 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:09:19.589 INFO 7784 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:09:19.605 INFO 7784 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:09:19.606 INFO 7784 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:09:19.612 INFO 7784 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:09:24.215 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8648 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:09:24.218 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:09:24.934 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:09:24.937 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:09:24.975 INFO 8648 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 18:09:25.055 WARN 8648 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:09:25.312 INFO 8648 --- [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-21 18:09:25.315 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b88fe91e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:25.320 INFO 8648 --- [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-21 18:09:25.325 INFO 8648 --- [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-21 18:09:25.333 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4f01784d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:25.344 INFO 8648 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c4843560] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:09:25.607 INFO 8648 --- [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-21 18:09:25.623 INFO 8648 --- [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-21 18:09:25.630 INFO 8648 --- [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-21 18:09:25.641 INFO 8648 --- [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-21 18:09:25.959 INFO 8648 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:09:25.980 INFO 8648 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:09:25.980 INFO 8648 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:09:26.074 INFO 8648 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:09:26.074 INFO 8648 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1808 ms 2023-06-21 18:09:26.254 INFO 8648 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:09:26.351 INFO 8648 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:09:26.352 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:09:26.352 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:09:26.352 INFO 8648 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:09:27.524 INFO 8648 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:09:27.899 INFO 8648 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:09:28.019 INFO 8648 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:09:28.022 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.297 seconds (JVM running for 4.942) 2023-06-21 18:09:28.024 INFO 8648 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:09:37.085 INFO 8648 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:09:37.085 INFO 8648 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:09:37.093 INFO 8648 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:09:37.488 INFO 8648 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 18:09:37.489 INFO 8648 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 18:11:19.466 INFO 8648 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:11:19.467 INFO 8648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:11:19.595 INFO 8648 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:11:19.595 INFO 8648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:11:19.601 INFO 8648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:11:22.543 INFO 11880 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11880 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:11:22.546 INFO 11880 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:11:23.256 INFO 11880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:11:23.258 INFO 11880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:11:23.291 INFO 11880 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces. 2023-06-21 18:11:23.368 WARN 11880 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:11:23.646 INFO 11880 --- [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-21 18:11:23.649 INFO 11880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$75a7378] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:11:23.654 INFO 11880 --- [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-21 18:11:23.659 INFO 11880 --- [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-21 18:11:23.668 INFO 11880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9dcc02a7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:11:23.678 INFO 11880 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$134ebfba] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:11:23.949 INFO 11880 --- [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-21 18:11:23.963 INFO 11880 --- [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-21 18:11:23.969 INFO 11880 --- [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-21 18:11:23.981 INFO 11880 --- [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-21 18:11:24.289 INFO 11880 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:11:24.311 INFO 11880 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:11:24.311 INFO 11880 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:11:24.406 INFO 11880 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:11:24.406 INFO 11880 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1762 ms 2023-06-21 18:11:24.590 INFO 11880 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:11:24.694 INFO 11880 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:11:24.694 INFO 11880 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:11:24.694 INFO 11880 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:11:24.694 INFO 11880 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:11:25.855 INFO 11880 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:11:26.229 INFO 11880 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:11:26.327 INFO 11880 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:11:26.330 INFO 11880 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.286 seconds (JVM running for 5.001) 2023-06-21 18:11:26.332 INFO 11880 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:11:26.429 INFO 11880 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:11:26.429 INFO 11880 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:11:26.437 INFO 11880 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:13:09.556 INFO 11880 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:13:09.557 INFO 11880 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:13:09.577 INFO 11880 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:13:09.577 INFO 11880 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:13:09.581 INFO 11880 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:13:14.468 INFO 14524 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 14524 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:13:14.470 INFO 14524 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:13:15.169 INFO 14524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:13:15.171 INFO 14524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:13:15.209 INFO 14524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 18:13:15.294 WARN 14524 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:13:15.555 INFO 14524 --- [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-21 18:13:15.558 INFO 14524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$93b6ab63] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:13:15.563 INFO 14524 --- [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-21 18:13:15.568 INFO 14524 --- [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-21 18:13:15.576 INFO 14524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2a283a92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:13:15.587 INFO 14524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$9faaf7a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:13:15.854 INFO 14524 --- [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-21 18:13:15.871 INFO 14524 --- [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-21 18:13:15.877 INFO 14524 --- [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-21 18:13:15.888 INFO 14524 --- [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-21 18:13:16.236 INFO 14524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:13:16.271 INFO 14524 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:13:16.271 INFO 14524 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:13:16.366 INFO 14524 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:13:16.367 INFO 14524 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1812 ms 2023-06-21 18:13:16.564 INFO 14524 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:13:16.660 INFO 14524 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:13:16.660 INFO 14524 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:13:16.661 INFO 14524 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:13:16.661 INFO 14524 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:13:17.873 INFO 14524 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:13:18.253 INFO 14524 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:13:18.365 INFO 14524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:13:18.368 INFO 14524 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.368 seconds (JVM running for 5.067) 2023-06-21 18:13:18.371 INFO 14524 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:13:21.180 INFO 14524 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:13:21.181 INFO 14524 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:13:21.189 INFO 14524 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:17:10.562 WARN 14524 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@69f91758 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:17:48.678 INFO 14524 --- [http-nio-10015-exec-7] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 18:19:40.303 ERROR 14524 --- [http-nio-10015-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement] with root cause java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:340) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$fc4d1559.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:20:41.157 ERROR 14524 --- [http-nio-10015-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement] with root cause java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:340) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$fc4d1559.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:20:50.731 ERROR 14524 --- [http-nio-10015-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement] with root cause java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:340) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$fc4d1559.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:21:21.637 ERROR 14524 --- [http-nio-10015-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement] with root cause java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.xmnk.springbootfunction.entity.TemplateElement at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:340) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$fc4d1559.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:23:57.826 INFO 14524 --- [http-nio-10015-exec-6] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 18:23:57.827 INFO 14524 --- [http-nio-10015-exec-6] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 18:30:53.413 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@179ec6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.415 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@306e2806 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.415 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@654a3f82 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.416 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2e2c9aff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.416 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@bd871d7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.417 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a3746b2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.417 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e35c659 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.418 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@34845002 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.418 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c1ac98c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:30:53.419 WARN 14524 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c68026b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.840 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4aad5564 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.843 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f822a12 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.845 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fb5af6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.847 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49de15e3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.849 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3c2afa8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.851 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4088bb69 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.853 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11e72114 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.855 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3a69e873 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.857 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2cc0bf79 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:43.858 WARN 14524 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29161a7b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:34:58.528 INFO 14524 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:34:58.529 INFO 14524 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:34:58.676 INFO 14524 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:34:58.676 INFO 14524 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:34:58.695 INFO 14524 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:35:04.243 INFO 18284 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18284 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:35:04.246 INFO 18284 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:35:04.974 INFO 18284 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:35:04.976 INFO 18284 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:35:05.017 INFO 18284 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces. 2023-06-21 18:35:05.100 WARN 18284 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:35:05.361 INFO 18284 --- [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-21 18:35:05.364 INFO 18284 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$7a8a9c8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:05.369 INFO 18284 --- [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-21 18:35:05.374 INFO 18284 --- [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-21 18:35:05.382 INFO 18284 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$10fc2bbd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:05.392 INFO 18284 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$867ee8d0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:05.655 INFO 18284 --- [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-21 18:35:05.670 INFO 18284 --- [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-21 18:35:05.676 INFO 18284 --- [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-21 18:35:05.687 INFO 18284 --- [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-21 18:35:05.976 INFO 18284 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:35:05.997 INFO 18284 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:35:05.997 INFO 18284 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:35:06.089 INFO 18284 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:35:06.090 INFO 18284 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1765 ms 2023-06-21 18:35:06.268 INFO 18284 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:35:06.366 INFO 18284 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:35:06.366 INFO 18284 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:35:06.366 INFO 18284 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:35:06.366 INFO 18284 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:35:07.532 INFO 18284 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:35:07.908 INFO 18284 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:35:08.016 INFO 18284 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:35:08.019 INFO 18284 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.241 seconds (JVM running for 4.882) 2023-06-21 18:35:08.021 INFO 18284 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:35:13.125 INFO 18284 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:35:13.125 INFO 18284 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:35:13.134 INFO 18284 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:35:34.424 INFO 18284 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:35:34.426 INFO 18284 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:35:34.440 INFO 18284 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:35:34.441 INFO 18284 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:35:34.446 INFO 18284 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:35:39.018 INFO 10288 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10288 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:35:39.021 INFO 10288 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:35:39.725 INFO 10288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:35:39.727 INFO 10288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:35:39.764 INFO 10288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 18:35:39.840 WARN 10288 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:35:40.100 INFO 10288 --- [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-21 18:35:40.104 INFO 10288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$76f50b18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:40.109 INFO 10288 --- [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-21 18:35:40.115 INFO 10288 --- [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-21 18:35:40.125 INFO 10288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d669a47] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:40.137 INFO 10288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$82e9575a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:35:40.417 INFO 10288 --- [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-21 18:35:40.432 INFO 10288 --- [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-21 18:35:40.438 INFO 10288 --- [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-21 18:35:40.449 INFO 10288 --- [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-21 18:35:40.755 INFO 10288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:35:40.776 INFO 10288 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:35:40.776 INFO 10288 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:35:40.870 INFO 10288 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:35:40.870 INFO 10288 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1755 ms 2023-06-21 18:35:41.064 INFO 10288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:35:41.163 INFO 10288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:35:41.163 INFO 10288 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:35:41.163 INFO 10288 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:35:41.163 INFO 10288 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:35:42.344 INFO 10288 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:35:42.729 INFO 10288 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:35:42.844 INFO 10288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:35:42.847 INFO 10288 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.316 seconds (JVM running for 5.056) 2023-06-21 18:35:42.849 INFO 10288 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:35:48.105 INFO 10288 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:35:48.105 INFO 10288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:35:48.113 INFO 10288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:40:27.945 INFO 10288 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:40:27.946 INFO 10288 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:40:27.965 INFO 10288 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:40:27.966 INFO 10288 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:40:27.974 INFO 10288 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:40:32.888 INFO 5636 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5636 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:40:32.891 INFO 5636 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:40:33.657 INFO 5636 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:40:33.659 INFO 5636 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:40:33.704 INFO 5636 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces. 2023-06-21 18:40:33.793 WARN 5636 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:40:34.047 INFO 5636 --- [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-21 18:40:34.050 INFO 5636 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$24c9a106] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:40:34.055 INFO 5636 --- [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-21 18:40:34.060 INFO 5636 --- [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-21 18:40:34.068 INFO 5636 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bb3b3035] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:40:34.078 INFO 5636 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$30bded48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:40:34.341 INFO 5636 --- [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-21 18:40:34.357 INFO 5636 --- [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-21 18:40:34.363 INFO 5636 --- [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-21 18:40:34.375 INFO 5636 --- [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-21 18:40:34.741 INFO 5636 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:40:34.762 INFO 5636 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:40:34.763 INFO 5636 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:40:34.862 INFO 5636 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:40:34.862 INFO 5636 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1895 ms 2023-06-21 18:40:35.060 INFO 5636 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:40:35.163 INFO 5636 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:40:35.163 INFO 5636 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:40:35.163 INFO 5636 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:40:35.164 INFO 5636 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:40:36.403 INFO 5636 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:40:36.783 INFO 5636 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:40:36.884 INFO 5636 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:40:36.886 INFO 5636 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.5 seconds (JVM running for 5.118) 2023-06-21 18:40:36.888 INFO 5636 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:40:48.949 INFO 5636 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:40:48.949 INFO 5636 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:40:48.958 INFO 5636 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 18:41:12.346 WARN 5636 --- [http-nio-10015-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character ('}' (code 125)): was expecting double-quote to start field name at [Source: (PushbackInputStream); line: 8, column: 23] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0])] 2023-06-21 18:41:17.574 INFO 5636 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:41:17.575 INFO 5636 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:41:17.591 INFO 5636 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:41:17.592 INFO 5636 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:41:17.603 INFO 5636 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:41:20.688 INFO 1452 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1452 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:41:20.690 INFO 1452 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:41:21.367 INFO 1452 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:41:21.369 INFO 1452 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:41:21.413 INFO 1452 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces. 2023-06-21 18:41:21.507 WARN 1452 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:41:21.795 INFO 1452 --- [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-21 18:41:21.798 INFO 1452 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$1ffd57fa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:41:21.803 INFO 1452 --- [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-21 18:41:21.808 INFO 1452 --- [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-21 18:41:21.817 INFO 1452 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b66ee729] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:41:21.828 INFO 1452 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2bf1a43c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:41:22.115 INFO 1452 --- [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-21 18:41:22.133 INFO 1452 --- [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-21 18:41:22.139 INFO 1452 --- [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-21 18:41:22.151 INFO 1452 --- [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-21 18:41:22.458 INFO 1452 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:41:22.479 INFO 1452 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:41:22.479 INFO 1452 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:41:22.573 INFO 1452 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:41:22.573 INFO 1452 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1789 ms 2023-06-21 18:41:22.773 INFO 1452 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:41:22.874 INFO 1452 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:41:22.874 INFO 1452 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:41:22.874 INFO 1452 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:41:22.874 INFO 1452 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:41:24.049 INFO 1452 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:41:24.444 INFO 1452 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:41:24.563 INFO 1452 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:41:24.565 INFO 1452 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.354 seconds (JVM running for 5.042) 2023-06-21 18:41:24.567 INFO 1452 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:41:24.812 INFO 1452 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:41:24.812 INFO 1452 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:41:24.820 INFO 1452 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:41:40.885 WARN 1452 --- [http-nio-10015-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character ('}' (code 125)): was expecting double-quote to start field name at [Source: (PushbackInputStream); line: 8, column: 23] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0])] 2023-06-21 18:41:49.316 WARN 1452 --- [http-nio-10015-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character ('}' (code 125)): was expecting double-quote to start field name at [Source: (PushbackInputStream); line: 8, column: 23] (through reference chain: com.xmnk.springbootfunction.entity.Template["elementList"]->java.util.ArrayList[0])] 2023-06-21 18:42:07.645 ERROR 1452 --- [http-nio-10015-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:342) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$f9dce8b5.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:42:45.484 ERROR 1452 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:342) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$f9dce8b5.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:44:45.638 INFO 1452 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:44:45.639 INFO 1452 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:44:45.656 INFO 1452 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:44:45.657 INFO 1452 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:44:45.665 INFO 1452 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:44:50.733 INFO 13320 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13320 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:44:50.736 INFO 13320 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:44:51.487 INFO 13320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:44:51.489 INFO 13320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:44:51.530 INFO 13320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 18:44:51.619 WARN 13320 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:44:51.884 INFO 13320 --- [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-21 18:44:51.888 INFO 13320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e2afa706] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:44:51.893 INFO 13320 --- [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-21 18:44:51.899 INFO 13320 --- [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-21 18:44:51.910 INFO 13320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$79213635] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:44:51.921 INFO 13320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$eea3f348] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:44:52.199 INFO 13320 --- [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-21 18:44:52.215 INFO 13320 --- [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-21 18:44:52.220 INFO 13320 --- [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-21 18:44:52.232 INFO 13320 --- [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-21 18:44:52.521 INFO 13320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:44:52.542 INFO 13320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:44:52.543 INFO 13320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:44:52.635 INFO 13320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:44:52.636 INFO 13320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1815 ms 2023-06-21 18:44:52.823 INFO 13320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:44:52.923 INFO 13320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:44:52.923 INFO 13320 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:44:52.923 INFO 13320 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:44:52.923 INFO 13320 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:44:54.113 INFO 13320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:44:54.508 INFO 13320 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:44:54.609 INFO 13320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:44:54.612 INFO 13320 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.372 seconds (JVM running for 5.065) 2023-06-21 18:44:54.614 INFO 13320 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:44:56.861 INFO 13320 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:44:56.861 INFO 13320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:44:56.870 INFO 13320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2023-06-21 18:45:22.361 ERROR 13320 --- [http-nio-10015-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException: null at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:342) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$7b261ed9.preview() at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2023-06-21 18:45:40.461 INFO 13320 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:45:40.462 INFO 13320 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:45:40.482 INFO 13320 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:45:40.482 INFO 13320 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:45:40.487 INFO 13320 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:45:45.290 INFO 7200 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 7200 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:45:45.293 INFO 7200 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:45:46.025 INFO 7200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:45:46.027 INFO 7200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:45:46.068 INFO 7200 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces. 2023-06-21 18:45:46.151 WARN 7200 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:45:46.405 INFO 7200 --- [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-21 18:45:46.409 INFO 7200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ef211e04] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:45:46.414 INFO 7200 --- [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-21 18:45:46.418 INFO 7200 --- [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-21 18:45:46.427 INFO 7200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8592ad33] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:45:46.437 INFO 7200 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$fb156a46] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:45:46.703 INFO 7200 --- [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-21 18:45:46.719 INFO 7200 --- [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-21 18:45:46.724 INFO 7200 --- [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-21 18:45:46.736 INFO 7200 --- [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-21 18:45:47.024 INFO 7200 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:45:47.045 INFO 7200 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:45:47.045 INFO 7200 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:45:47.141 INFO 7200 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:45:47.141 INFO 7200 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1758 ms 2023-06-21 18:45:47.353 INFO 7200 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:45:47.493 INFO 7200 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:45:47.493 INFO 7200 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:45:47.493 INFO 7200 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:45:47.493 INFO 7200 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:45:48.665 INFO 7200 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:45:49.036 INFO 7200 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:45:49.134 INFO 7200 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:45:49.136 INFO 7200 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.37 seconds (JVM running for 5.034) 2023-06-21 18:45:49.139 INFO 7200 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:45:51.985 INFO 7200 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:45:51.986 INFO 7200 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:45:51.995 INFO 7200 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:46:13.225 INFO 7200 --- [http-nio-10015-exec-6] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 18:49:11.113 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49202d89 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.114 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f10baa7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.115 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e64713 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.116 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24c4b931 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.116 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@86eef35 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.117 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2281b91d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.118 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15e8ac81 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.119 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1464923c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.119 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b8cd0c2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:49:11.121 WARN 7200 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@446ac5ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 18:50:28.152 INFO 7200 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2023-06-21 18:50:28.152 INFO 7200 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' 2023-06-21 18:50:28.168 INFO 7200 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing.... 2023-06-21 18:50:28.169 INFO 7200 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated... 2023-06-21 18:50:28.177 INFO 7200 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed. 2023-06-21 18:50:35.500 INFO 15972 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15972 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent) 2023-06-21 18:50:35.502 INFO 15972 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev 2023-06-21 18:50:36.311 INFO 15972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2023-06-21 18:50:36.313 INFO 15972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. 2023-06-21 18:50:36.350 INFO 15972 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces. 2023-06-21 18:50:36.431 WARN 15972 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration. 2023-06-21 18:50:36.694 INFO 15972 --- [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-21 18:50:36.697 INFO 15972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$fd4a4bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:50:36.702 INFO 15972 --- [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-21 18:50:36.707 INFO 15972 --- [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-21 18:50:36.716 INFO 15972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a64633ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:50:36.727 INFO 15972 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$1bc8f0fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-06-21 18:50:36.997 INFO 15972 --- [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-21 18:50:37.013 INFO 15972 --- [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-21 18:50:37.019 INFO 15972 --- [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-21 18:50:37.031 INFO 15972 --- [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-21 18:50:37.342 INFO 15972 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http) 2023-06-21 18:50:37.363 INFO 15972 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-06-21 18:50:37.363 INFO 15972 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] 2023-06-21 18:50:37.456 INFO 15972 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-06-21 18:50:37.456 INFO 15972 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1871 ms 2023-06-21 18:50:37.638 INFO 15972 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting... 2023-06-21 18:50:37.739 INFO 15972 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed. 2023-06-21 18:50:37.739 INFO 15972 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源 2023-06-21 18:50:37.739 INFO 15972 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功 2023-06-21 18:50:37.739 INFO 15972 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master 2023-06-21 18:50:38.906 INFO 15972 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2023-06-21 18:50:39.278 INFO 15972 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2023-06-21 18:50:39.377 INFO 15972 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path '' 2023-06-21 18:50:39.379 INFO 15972 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.406 seconds (JVM running for 5.137) 2023-06-21 18:50:39.383 INFO 15972 --- [main] c.x.s.SpringbootFunctionApplication : ---------------------------------------------------------- Application 'imageSynthesis' is running! ---------------------------------------------------------- 2023-06-21 18:50:40.661 INFO 15972 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-06-21 18:50:40.661 INFO 15972 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2023-06-21 18:50:40.669 INFO 15972 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms 2023-06-21 18:50:54.233 INFO 15972 --- [http-nio-10015-exec-7] o.apache.tomcat.util.http.parser.Cookie : A cookie header was received [1685776323,1686705967,1686814800] that contained an invalid cookie. That cookie will be ignored. Note: further occurrences of this error will be logged at DEBUG level. 2023-06-21 19:07:06.125 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4dac063d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.126 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5161ea99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.127 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1462f121 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.127 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a970c4c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.128 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d07cb34 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.128 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@33ecc12f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.129 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3084d58a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.129 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@42035aba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.130 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@118e77a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:07:06.130 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@443e2902 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.794 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a8ecaea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.801 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bf5ee45 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.807 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78c42a06 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.813 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ae62413 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.817 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c4a7484 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.819 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54548bf8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.820 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@70a8280a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.822 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64adc468 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.823 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62c7eea2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:09:24.824 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@123cb249 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.566 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29e13efc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.568 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@778b8481 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.570 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62fbc09e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.572 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58f6064d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.574 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@259161a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.575 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e15561e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.577 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32d68872 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.579 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a7a340b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.581 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74c8da8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:11:51.583 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5049c7ad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.151 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d0bfc72 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.152 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5225734e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.154 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6153fb5a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.155 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12d0dbb2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.157 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f3ac4ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.158 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66fc6b04 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.160 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@180bd5aa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.161 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c928052 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.163 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45c42ada (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:14:53.165 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4065cd2d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.266 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e0d768c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.268 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5201f55b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.269 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49cf9476 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.271 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c87474 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.273 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@714ebc6c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.274 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c382433 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.276 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@19e169e6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.277 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bc8c57a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.278 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5fe1afb3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:23:57.280 WARN 15972 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@321501c0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:31:11.499 INFO 15972 --- [http-nio-10015-exec-2] io.lettuce.core.EpollProvider : Starting without optional epoll library 2023-06-21 19:31:11.501 INFO 15972 --- [http-nio-10015-exec-2] io.lettuce.core.KqueueProvider : Starting without optional kqueue library 2023-06-21 19:44:03.555 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d571257 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.556 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@419212fc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.558 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f4bd84d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.559 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64bcee5b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.560 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4856438 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.562 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@555193a6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.563 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24a9b0f1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.564 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27645c09 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.565 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8ef4879 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:44:03.566 WARN 15972 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@517a3661 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.221 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3dbcad8d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.223 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2da31835 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.224 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6113f34d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.226 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37834d71 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.227 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@14d5ca86 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.228 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21020a99 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.229 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ff51c6f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.231 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72303a25 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.232 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@488b4f1f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:50:38.233 WARN 15972 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79ecd255 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.221 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d1f4d95 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.226 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7baaffe7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.230 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@217306a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.234 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f75d653 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.238 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3662cd9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.242 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a9b5977 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.247 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21b4be2e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.251 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@523305 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.254 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@207c2881 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 19:53:48.256 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@606c9d18 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.681 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75f6d77e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.683 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@55df855 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.684 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a60259a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.686 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27742431 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.687 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38b374bf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.688 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52c6bcac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.690 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39e11f9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.691 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3f32f13a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.692 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c876cef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:02:17.694 WARN 15972 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7b43800f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.268 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@62fcd67d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.277 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68bcf860 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.279 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26d5a55e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.281 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44f2d6bd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.282 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40ec08ed (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.283 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f9c8768 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.285 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44e82490 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.286 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@167d458e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.288 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36f68ccc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:09:41.289 WARN 15972 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1dfaeabd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.091 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@641ef69b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.093 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@275352c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.094 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66bdcc8f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.096 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@64651acb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.097 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e8fa847 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.098 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23f70c32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.099 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ba67577 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.100 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6759818a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.101 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f7d0b6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:17:24.102 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f7ada86 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.594 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c919d65 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.599 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@35c3bc2e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.604 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c457e6e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.609 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e78992 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.614 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a326286 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.618 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72389722 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.622 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15693105 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.625 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@29fe8123 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.629 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6091f0c8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:27:07.631 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5626fa7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.223 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57b1674e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.225 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b5704a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.227 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1015de97 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.228 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67a2fcb4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.230 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ae90b10 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.232 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54f01327 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.233 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6aaf9e48 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.235 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a1898f5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.236 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@289ba12d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:33:36.238 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c26e632 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.023 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@34ec98b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.029 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5706423b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.034 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21ef1dc1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.038 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11d70bc2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.043 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@147bafef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.048 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@718920c1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.052 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@28512a24 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.056 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@171bdf7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.058 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@48bc7ee1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:35:46.061 WARN 15972 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@708bd01f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.506 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5db855f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.512 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5b938b29 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.518 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@44a97847 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.523 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@732cde7a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.529 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fc72c70 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.533 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@68ca3062 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.538 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@67ae167c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.541 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7264cbfd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.544 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6456cd6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:40:05.546 WARN 15972 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d26b8a5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.824 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1e434910 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.829 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7016a3fe (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.834 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@385755ba (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.840 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@26d72dbd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.845 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@150cd08a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.852 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@50c09886 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.857 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@52b8eda1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.861 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d9d888e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.866 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ee68937 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 20:49:21.868 WARN 15972 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ab632c5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.510 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e0e214f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.517 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3bde9f94 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.523 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d785223 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.528 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@403d8e31 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.534 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ce54ab3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.541 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43084684 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.546 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4c6eed8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.552 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@600ebe36 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.557 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4618c056 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. 2023-06-21 21:17:02.560 WARN 15972 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47259277 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.