project_image_synthesis.log 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. 2023-06-30 08:46:40.588 INFO 18584 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  2. 2023-06-30 08:46:40.589 INFO 18584 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  3. 2023-06-30 08:46:40.605 INFO 18584 --- [Thread-10] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  4. 2023-06-30 08:46:40.605 INFO 18584 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  5. 2023-06-30 08:46:40.611 INFO 18584 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  6. 2023-06-30 08:58:09.158 INFO 1632 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1632 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  7. 2023-06-30 08:58:09.160 INFO 1632 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  8. 2023-06-30 08:58:10.620 INFO 1632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  9. 2023-06-30 08:58:10.623 INFO 1632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  10. 2023-06-30 08:58:10.667 INFO 1632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
  11. 2023-06-30 08:58:10.751 WARN 1632 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  12. 2023-06-30 08:58:11.041 INFO 1632 --- [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)
  13. 2023-06-30 08:58:11.044 INFO 1632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9fc3ee8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2023-06-30 08:58:11.049 INFO 1632 --- [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)
  15. 2023-06-30 08:58:11.055 INFO 1632 --- [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)
  16. 2023-06-30 08:58:11.065 INFO 1632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a06dce17] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2023-06-30 08:58:11.076 INFO 1632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$15f08b2a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2023-06-30 08:58:11.524 INFO 1632 --- [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)
  19. 2023-06-30 08:58:11.558 INFO 1632 --- [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)
  20. 2023-06-30 08:58:11.565 INFO 1632 --- [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)
  21. 2023-06-30 08:58:11.577 INFO 1632 --- [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)
  22. 2023-06-30 08:58:11.925 INFO 1632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  23. 2023-06-30 08:58:11.949 INFO 1632 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  24. 2023-06-30 08:58:11.950 INFO 1632 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  25. 2023-06-30 08:58:12.453 INFO 1632 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  26. 2023-06-30 08:58:12.454 INFO 1632 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3203 ms
  27. 2023-06-30 08:58:12.668 INFO 1632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  28. 2023-06-30 08:58:12.848 INFO 1632 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  29. 2023-06-30 08:58:12.848 INFO 1632 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  30. 2023-06-30 08:58:12.848 INFO 1632 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  31. 2023-06-30 08:58:12.848 INFO 1632 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  32. 2023-06-30 08:58:14.498 INFO 1632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  33. 2023-06-30 08:58:14.914 INFO 1632 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  34. 2023-06-30 08:58:15.023 INFO 1632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  35. 2023-06-30 08:58:15.025 INFO 1632 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 6.547 seconds (JVM running for 8.552)
  36. 2023-06-30 08:58:15.028 INFO 1632 --- [main] c.x.s.SpringbootFunctionApplication :
  37. ----------------------------------------------------------
  38. Application 'imageSynthesis' is running! ----------------------------------------------------------
  39. 2023-06-30 09:16:07.444 INFO 1632 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  40. 2023-06-30 09:16:07.444 INFO 1632 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  41. 2023-06-30 09:16:07.454 INFO 1632 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
  42. 2023-06-30 09:16:10.541 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@23360ebb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  43. 2023-06-30 09:16:10.544 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@345ca13a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  44. 2023-06-30 09:16:10.545 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@270c22dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  45. 2023-06-30 09:16:10.546 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@623548ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  46. 2023-06-30 09:16:10.547 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71c8c918 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  47. 2023-06-30 09:16:10.549 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20ccf36a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  48. 2023-06-30 09:16:10.550 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@66103f6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  49. 2023-06-30 09:16:10.551 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ea87b39 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  50. 2023-06-30 09:16:10.552 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@199fe7fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  51. 2023-06-30 09:16:10.553 WARN 1632 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5e0f1007 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  52. 2023-06-30 09:20:27.444 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@d49b717 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  53. 2023-06-30 09:20:27.446 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79a51a04 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  54. 2023-06-30 09:20:27.448 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31b35e78 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  55. 2023-06-30 09:20:27.449 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7102a656 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  56. 2023-06-30 09:20:27.451 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1c99da26 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  57. 2023-06-30 09:20:27.453 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71b0948a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  58. 2023-06-30 09:20:27.454 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@253c53f7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  59. 2023-06-30 09:20:27.455 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3475f4eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  60. 2023-06-30 09:20:27.457 WARN 1632 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22b59d90 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  61. 2023-06-30 09:33:40.307 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76f0af1b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  62. 2023-06-30 09:33:40.310 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10b01b7e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  63. 2023-06-30 09:33:40.311 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2a31c9d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  64. 2023-06-30 09:33:40.313 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1d208811 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  65. 2023-06-30 09:33:40.314 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@712c8bb8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  66. 2023-06-30 09:33:40.316 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b423af7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  67. 2023-06-30 09:33:40.317 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@84e4772 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  68. 2023-06-30 09:33:40.318 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11b7266a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  69. 2023-06-30 09:33:40.320 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d30eaf (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  70. 2023-06-30 09:33:40.321 WARN 1632 --- [http-nio-10015-exec-9] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e3c0940 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  71. 2023-06-30 09:47:44.661 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c9f56b8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  72. 2023-06-30 09:47:44.663 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@c9028fd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  73. 2023-06-30 09:47:44.665 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@579bd3a0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  74. 2023-06-30 09:47:44.667 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4f858be2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  75. 2023-06-30 09:47:44.668 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1a3ad8d7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  76. 2023-06-30 09:47:44.669 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1760ccad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  77. 2023-06-30 09:47:44.670 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1eef0b32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  78. 2023-06-30 09:47:44.672 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dd64996 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  79. 2023-06-30 09:47:44.673 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31e6ca9b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  80. 2023-06-30 09:47:44.674 WARN 1632 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20726dae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  81. 2023-06-30 09:48:18.735 INFO 1632 --- [Thread-14] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  82. 2023-06-30 09:48:18.735 INFO 1632 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  83. 2023-06-30 09:48:18.761 INFO 1632 --- [Thread-14] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  84. 2023-06-30 09:48:18.761 INFO 1632 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  85. 2023-06-30 09:48:18.767 INFO 1632 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  86. 2023-06-30 09:48:24.145 INFO 4912 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4912 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  87. 2023-06-30 09:48:24.147 INFO 4912 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  88. 2023-06-30 09:48:25.368 INFO 4912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  89. 2023-06-30 09:48:25.370 INFO 4912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  90. 2023-06-30 09:48:25.408 INFO 4912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  91. 2023-06-30 09:48:25.485 WARN 4912 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  92. 2023-06-30 09:48:25.763 INFO 4912 --- [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)
  93. 2023-06-30 09:48:25.767 INFO 4912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$5d2af9c0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  94. 2023-06-30 09:48:25.772 INFO 4912 --- [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)
  95. 2023-06-30 09:48:25.778 INFO 4912 --- [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)
  96. 2023-06-30 09:48:25.788 INFO 4912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f39c88ef] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  97. 2023-06-30 09:48:25.800 INFO 4912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$691f4602] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  98. 2023-06-30 09:48:26.105 INFO 4912 --- [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)
  99. 2023-06-30 09:48:26.133 INFO 4912 --- [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)
  100. 2023-06-30 09:48:26.139 INFO 4912 --- [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)
  101. 2023-06-30 09:48:26.150 INFO 4912 --- [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)
  102. 2023-06-30 09:48:26.508 INFO 4912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  103. 2023-06-30 09:48:26.532 INFO 4912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  104. 2023-06-30 09:48:26.532 INFO 4912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  105. 2023-06-30 09:48:26.655 INFO 4912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  106. 2023-06-30 09:48:26.655 INFO 4912 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2433 ms
  107. 2023-06-30 09:48:26.881 INFO 4912 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  108. 2023-06-30 09:48:27.042 INFO 4912 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  109. 2023-06-30 09:48:27.043 INFO 4912 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  110. 2023-06-30 09:48:27.043 INFO 4912 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  111. 2023-06-30 09:48:27.043 INFO 4912 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  112. 2023-06-30 09:48:29.081 INFO 4912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  113. 2023-06-30 09:48:29.468 INFO 4912 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  114. 2023-06-30 09:48:29.579 INFO 4912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  115. 2023-06-30 09:48:29.582 INFO 4912 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.911 seconds (JVM running for 6.706)
  116. 2023-06-30 09:48:29.584 INFO 4912 --- [main] c.x.s.SpringbootFunctionApplication :
  117. ----------------------------------------------------------
  118. Application 'imageSynthesis' is running! ----------------------------------------------------------
  119. 2023-06-30 09:48:30.371 INFO 4912 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  120. 2023-06-30 09:48:30.371 INFO 4912 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  121. 2023-06-30 09:48:30.383 INFO 4912 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
  122. 2023-06-30 09:48:51.848 INFO 4912 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  123. 2023-06-30 09:48:51.849 INFO 4912 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  124. 2023-06-30 09:48:51.868 INFO 4912 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  125. 2023-06-30 09:48:51.868 INFO 4912 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  126. 2023-06-30 09:48:51.873 INFO 4912 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  127. 2023-06-30 09:48:56.408 INFO 5668 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 5668 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  128. 2023-06-30 09:48:56.410 INFO 5668 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  129. 2023-06-30 09:48:57.463 INFO 5668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  130. 2023-06-30 09:48:57.465 INFO 5668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  131. 2023-06-30 09:48:57.503 INFO 5668 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  132. 2023-06-30 09:48:57.654 WARN 5668 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  133. 2023-06-30 09:48:57.953 INFO 5668 --- [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)
  134. 2023-06-30 09:48:57.956 INFO 5668 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2aa4c49b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  135. 2023-06-30 09:48:57.961 INFO 5668 --- [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)
  136. 2023-06-30 09:48:57.966 INFO 5668 --- [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)
  137. 2023-06-30 09:48:57.975 INFO 5668 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c11653ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  138. 2023-06-30 09:48:57.985 INFO 5668 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$369910dd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  139. 2023-06-30 09:48:58.290 INFO 5668 --- [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)
  140. 2023-06-30 09:48:58.321 INFO 5668 --- [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)
  141. 2023-06-30 09:48:58.326 INFO 5668 --- [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)
  142. 2023-06-30 09:48:58.337 INFO 5668 --- [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)
  143. 2023-06-30 09:48:58.648 INFO 5668 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  144. 2023-06-30 09:48:58.669 INFO 5668 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  145. 2023-06-30 09:48:58.670 INFO 5668 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  146. 2023-06-30 09:48:58.765 INFO 5668 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  147. 2023-06-30 09:48:58.765 INFO 5668 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2272 ms
  148. 2023-06-30 09:48:58.953 INFO 5668 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  149. 2023-06-30 09:48:59.062 INFO 5668 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  150. 2023-06-30 09:48:59.062 INFO 5668 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  151. 2023-06-30 09:48:59.062 INFO 5668 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  152. 2023-06-30 09:48:59.062 INFO 5668 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  153. 2023-06-30 09:49:00.462 INFO 5668 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  154. 2023-06-30 09:49:00.847 INFO 5668 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  155. 2023-06-30 09:49:00.953 INFO 5668 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  156. 2023-06-30 09:49:00.955 INFO 5668 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.11 seconds (JVM running for 5.913)
  157. 2023-06-30 09:49:00.957 INFO 5668 --- [main] c.x.s.SpringbootFunctionApplication :
  158. ----------------------------------------------------------
  159. Application 'imageSynthesis' is running! ----------------------------------------------------------
  160. 2023-06-30 09:53:53.865 INFO 5668 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  161. 2023-06-30 09:53:53.865 INFO 5668 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  162. 2023-06-30 09:53:53.875 INFO 5668 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
  163. 2023-06-30 09:53:53.940 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79c2ef43 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  164. 2023-06-30 09:53:53.941 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ce02dd1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  165. 2023-06-30 09:53:53.941 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@42b677f9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  166. 2023-06-30 09:53:53.942 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4996dcf1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  167. 2023-06-30 09:53:53.942 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4caad5ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  168. 2023-06-30 09:53:53.943 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6189f71e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  169. 2023-06-30 09:53:53.943 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10715d69 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  170. 2023-06-30 09:53:53.943 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f7f7ac2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  171. 2023-06-30 09:53:53.944 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75605fff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  172. 2023-06-30 09:53:53.944 WARN 5668 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bff674a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  173. 2023-06-30 09:57:03.280 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f756931 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  174. 2023-06-30 09:57:03.282 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@161b6057 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  175. 2023-06-30 09:57:03.283 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@999a6e8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  176. 2023-06-30 09:57:03.285 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f4d77d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  177. 2023-06-30 09:57:03.287 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@208e743c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  178. 2023-06-30 09:57:03.289 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@76641aef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  179. 2023-06-30 09:57:03.290 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@58da5878 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  180. 2023-06-30 09:57:03.292 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7be748cd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  181. 2023-06-30 09:57:03.293 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6ed0f891 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  182. 2023-06-30 09:57:03.294 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@38b524c6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  183. 2023-06-30 10:21:16.767 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@73463599 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  184. 2023-06-30 10:21:16.768 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15d39d5a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  185. 2023-06-30 10:21:16.770 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@bb893cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  186. 2023-06-30 10:21:16.771 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4412845e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  187. 2023-06-30 10:21:16.772 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56e572e1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  188. 2023-06-30 10:21:16.773 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5f550c2a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  189. 2023-06-30 10:21:16.774 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10bcfac0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  190. 2023-06-30 10:21:16.775 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@405cbcfd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  191. 2023-06-30 10:21:16.776 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d53ac6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  192. 2023-06-30 10:21:16.777 WARN 5668 --- [http-nio-10015-exec-6] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a10d3b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  193. 2023-06-30 10:31:06.824 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1813b2d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  194. 2023-06-30 10:31:06.825 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@20ba6d71 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  195. 2023-06-30 10:31:06.827 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3328c4a8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  196. 2023-06-30 10:31:06.828 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d484dad (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  197. 2023-06-30 10:31:06.830 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e1af347 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  198. 2023-06-30 10:31:06.831 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d38d610 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  199. 2023-06-30 10:31:06.833 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8c0509b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  200. 2023-06-30 10:31:06.834 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@177a410b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  201. 2023-06-30 10:31:06.836 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4ea30868 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  202. 2023-06-30 10:31:06.837 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7590dffa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  203. 2023-06-30 10:33:45.979 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3ae969a2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  204. 2023-06-30 10:33:45.981 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4fa7e175 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  205. 2023-06-30 10:33:45.983 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@75f1bb40 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  206. 2023-06-30 10:33:45.984 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@676c48e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  207. 2023-06-30 10:33:45.985 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2d5b27d6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  208. 2023-06-30 10:33:45.986 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d87c741 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  209. 2023-06-30 10:33:45.988 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25d45c0a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  210. 2023-06-30 10:33:45.989 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15b6be8a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  211. 2023-06-30 10:33:45.990 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@61274e7d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  212. 2023-06-30 10:33:45.991 WARN 5668 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f920d7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  213. 2023-06-30 10:36:28.143 INFO 5668 --- [http-nio-10015-exec-3] io.lettuce.core.EpollProvider : Starting without optional epoll library
  214. 2023-06-30 10:36:28.145 INFO 5668 --- [http-nio-10015-exec-3] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  215. 2023-06-30 10:57:24.352 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@25a8a443 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  216. 2023-06-30 10:57:24.364 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5ba3854d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  217. 2023-06-30 10:57:24.365 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24ebe7ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  218. 2023-06-30 10:57:24.367 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a59082f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  219. 2023-06-30 10:57:24.369 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3410254f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  220. 2023-06-30 10:57:24.370 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@735e476d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  221. 2023-06-30 10:57:24.371 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8f3082d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  222. 2023-06-30 10:57:24.372 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a69716c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  223. 2023-06-30 10:57:24.373 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3fe61733 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  224. 2023-06-30 10:57:24.375 WARN 5668 --- [http-nio-10015-exec-3] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e824a8d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  225. 2023-06-30 11:13:20.124 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41413871 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  226. 2023-06-30 11:14:13.343 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7e3b811f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  227. 2023-06-30 11:14:13.345 WARN 5668 --- [http-nio-10015-exec-5] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@33ad441a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  228. 2023-06-30 11:18:32.623 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6f8369a9 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  229. 2023-06-30 11:18:32.625 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46f71076 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  230. 2023-06-30 11:18:32.626 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@21596fc3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  231. 2023-06-30 11:18:32.627 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41e6524c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  232. 2023-06-30 11:18:32.628 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59e9d97d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  233. 2023-06-30 11:18:32.630 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@27e30696 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  234. 2023-06-30 11:18:32.632 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4d2e52de (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  235. 2023-06-30 11:18:32.634 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3e290d05 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  236. 2023-06-30 11:18:32.635 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@291c098c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  237. 2023-06-30 11:18:32.636 WARN 5668 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@16f47d8f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  238. 2023-06-30 11:25:11.141 INFO 5668 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  239. 2023-06-30 11:25:11.143 INFO 5668 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  240. 2023-06-30 11:25:11.300 INFO 5668 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  241. 2023-06-30 11:25:11.300 INFO 5668 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  242. 2023-06-30 11:25:11.309 INFO 5668 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  243. 2023-06-30 11:39:24.622 INFO 4048 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 4048 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  244. 2023-06-30 11:39:24.624 INFO 4048 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  245. 2023-06-30 11:39:25.418 INFO 4048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  246. 2023-06-30 11:39:25.421 INFO 4048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  247. 2023-06-30 11:39:25.459 INFO 4048 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  248. 2023-06-30 11:39:25.531 WARN 4048 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  249. 2023-06-30 11:39:25.812 INFO 4048 --- [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)
  250. 2023-06-30 11:39:25.815 INFO 4048 --- [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)
  251. 2023-06-30 11:39:25.820 INFO 4048 --- [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)
  252. 2023-06-30 11:39:25.836 INFO 4048 --- [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)
  253. 2023-06-30 11:39:25.845 INFO 4048 --- [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)
  254. 2023-06-30 11:39:25.855 INFO 4048 --- [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)
  255. 2023-06-30 11:39:26.158 INFO 4048 --- [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)
  256. 2023-06-30 11:39:26.173 INFO 4048 --- [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)
  257. 2023-06-30 11:39:26.179 INFO 4048 --- [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)
  258. 2023-06-30 11:39:26.190 INFO 4048 --- [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)
  259. 2023-06-30 11:39:26.431 INFO 4048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  260. 2023-06-30 11:39:26.454 INFO 4048 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  261. 2023-06-30 11:39:26.454 INFO 4048 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  262. 2023-06-30 11:39:26.603 INFO 4048 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  263. 2023-06-30 11:39:26.603 INFO 4048 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1924 ms
  264. 2023-06-30 11:39:26.793 INFO 4048 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  265. 2023-06-30 11:39:26.897 INFO 4048 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  266. 2023-06-30 11:39:26.898 INFO 4048 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  267. 2023-06-30 11:39:26.898 INFO 4048 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  268. 2023-06-30 11:39:26.898 INFO 4048 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  269. 2023-06-30 11:39:28.287 INFO 4048 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  270. 2023-06-30 11:39:28.671 INFO 4048 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  271. 2023-06-30 11:39:28.774 INFO 4048 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  272. 2023-06-30 11:39:28.777 INFO 4048 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.64 seconds (JVM running for 5.375)
  273. 2023-06-30 11:39:28.779 INFO 4048 --- [main] c.x.s.SpringbootFunctionApplication :
  274. ----------------------------------------------------------
  275. Application 'imageSynthesis' is running! ----------------------------------------------------------
  276. 2023-06-30 11:39:48.696 INFO 4048 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  277. 2023-06-30 11:39:48.696 INFO 4048 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  278. 2023-06-30 11:39:48.704 INFO 4048 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms
  279. 2023-06-30 11:39:49.104 INFO 4048 --- [http-nio-10015-exec-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
  280. 2023-06-30 11:39:49.106 INFO 4048 --- [http-nio-10015-exec-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  281. 2023-06-30 13:43:45.743 INFO 8572 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 8572 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  282. 2023-06-30 13:43:45.745 INFO 8572 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  283. 2023-06-30 13:43:46.947 INFO 8572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  284. 2023-06-30 13:43:46.950 INFO 8572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  285. 2023-06-30 13:43:46.987 INFO 8572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  286. 2023-06-30 13:43:47.055 WARN 8572 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  287. 2023-06-30 13:43:47.325 INFO 8572 --- [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)
  288. 2023-06-30 13:43:47.328 INFO 8572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$afdd13ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  289. 2023-06-30 13:43:47.333 INFO 8572 --- [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)
  290. 2023-06-30 13:43:47.338 INFO 8572 --- [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)
  291. 2023-06-30 13:43:47.347 INFO 8572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$464ea31d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  292. 2023-06-30 13:43:47.359 INFO 8572 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$bbd16030] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  293. 2023-06-30 13:43:47.973 INFO 8572 --- [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)
  294. 2023-06-30 13:43:48.006 INFO 8572 --- [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)
  295. 2023-06-30 13:43:48.013 INFO 8572 --- [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)
  296. 2023-06-30 13:43:48.024 INFO 8572 --- [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)
  297. 2023-06-30 13:43:48.268 INFO 8572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  298. 2023-06-30 13:43:48.290 INFO 8572 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  299. 2023-06-30 13:43:48.291 INFO 8572 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  300. 2023-06-30 13:43:48.754 INFO 8572 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  301. 2023-06-30 13:43:48.755 INFO 8572 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2956 ms
  302. 2023-06-30 13:43:48.955 INFO 8572 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  303. 2023-06-30 13:43:49.102 INFO 8572 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  304. 2023-06-30 13:43:49.102 INFO 8572 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  305. 2023-06-30 13:43:49.102 INFO 8572 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  306. 2023-06-30 13:43:49.102 INFO 8572 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  307. 2023-06-30 13:43:50.680 INFO 8572 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  308. 2023-06-30 13:43:51.064 INFO 8572 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  309. 2023-06-30 13:43:51.174 INFO 8572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  310. 2023-06-30 13:43:51.177 INFO 8572 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.875 seconds (JVM running for 7.529)
  311. 2023-06-30 13:43:51.179 INFO 8572 --- [main] c.x.s.SpringbootFunctionApplication :
  312. ----------------------------------------------------------
  313. Application 'imageSynthesis' is running! ----------------------------------------------------------
  314. 2023-06-30 13:59:29.646 INFO 8572 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  315. 2023-06-30 13:59:29.646 INFO 8572 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  316. 2023-06-30 13:59:29.661 INFO 8572 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms
  317. 2023-06-30 13:59:29.901 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7da27a7b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  318. 2023-06-30 13:59:29.903 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37221617 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  319. 2023-06-30 13:59:29.904 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@593dc32a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  320. 2023-06-30 13:59:29.906 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bdf6503 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  321. 2023-06-30 13:59:29.907 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@32b2a46b (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  322. 2023-06-30 13:59:29.909 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@15078e84 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  323. 2023-06-30 13:59:29.914 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@22942b9d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  324. 2023-06-30 13:59:29.917 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c3a5b1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  325. 2023-06-30 13:59:29.922 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2575d87e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  326. 2023-06-30 13:59:29.924 WARN 8572 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@caf11fa (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  327. 2023-06-30 13:59:35.619 INFO 8572 --- [http-nio-10015-exec-2] io.lettuce.core.EpollProvider : Starting without optional epoll library
  328. 2023-06-30 13:59:35.620 INFO 8572 --- [http-nio-10015-exec-2] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  329. 2023-06-30 14:06:35.237 INFO 8572 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  330. 2023-06-30 14:06:35.238 INFO 8572 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  331. 2023-06-30 14:06:35.366 INFO 8572 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  332. 2023-06-30 14:06:35.366 INFO 8572 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  333. 2023-06-30 14:06:35.372 INFO 8572 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.