project_image_synthesis.log 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. 2023-07-03 09:04:09.767 INFO 13188 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 13188 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  2. 2023-07-03 09:04:09.769 INFO 13188 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  3. 2023-07-03 09:04:10.558 INFO 13188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2023-07-03 09:04:10.560 INFO 13188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 2023-07-03 09:04:10.597 INFO 13188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
  6. 2023-07-03 09:04:10.669 WARN 13188 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  7. 2023-07-03 09:04:10.923 INFO 13188 --- [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)
  8. 2023-07-03 09:04:10.926 INFO 13188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2e076076] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2023-07-03 09:04:10.931 INFO 13188 --- [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)
  10. 2023-07-03 09:04:10.936 INFO 13188 --- [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)
  11. 2023-07-03 09:04:10.945 INFO 13188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c478efa5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2023-07-03 09:04:10.956 INFO 13188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$39fbacb8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2023-07-03 09:04:11.229 INFO 13188 --- [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)
  14. 2023-07-03 09:04:11.246 INFO 13188 --- [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)
  15. 2023-07-03 09:04:11.252 INFO 13188 --- [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)
  16. 2023-07-03 09:04:11.263 INFO 13188 --- [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)
  17. 2023-07-03 09:04:11.566 INFO 13188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  18. 2023-07-03 09:04:11.587 INFO 13188 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  19. 2023-07-03 09:04:11.588 INFO 13188 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  20. 2023-07-03 09:04:11.680 INFO 13188 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  21. 2023-07-03 09:04:11.681 INFO 13188 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1813 ms
  22. 2023-07-03 09:04:11.855 INFO 13188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  23. 2023-07-03 09:04:11.951 INFO 13188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  24. 2023-07-03 09:04:11.951 INFO 13188 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  25. 2023-07-03 09:04:11.951 INFO 13188 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  26. 2023-07-03 09:04:11.951 INFO 13188 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  27. 2023-07-03 09:04:13.405 INFO 13188 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  28. 2023-07-03 09:04:13.778 INFO 13188 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  29. 2023-07-03 09:04:13.897 INFO 13188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  30. 2023-07-03 09:04:13.900 INFO 13188 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.647 seconds (JVM running for 5.35)
  31. 2023-07-03 09:04:13.902 INFO 13188 --- [main] c.x.s.SpringbootFunctionApplication :
  32. ----------------------------------------------------------
  33. Application 'imageSynthesis' is running! ----------------------------------------------------------
  34. 2023-07-03 09:04:20.723 INFO 13188 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  35. 2023-07-03 09:04:20.723 INFO 13188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  36. 2023-07-03 09:04:20.734 INFO 13188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
  37. 2023-07-03 09:17:06.918 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31ee84dc (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  38. 2023-07-03 09:17:06.919 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e4a7f42 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  39. 2023-07-03 09:17:06.920 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@442dba37 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  40. 2023-07-03 09:17:06.920 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@17110d7f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  41. 2023-07-03 09:17:06.921 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36bef797 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  42. 2023-07-03 09:17:06.921 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6b532e6d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  43. 2023-07-03 09:17:06.921 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4206dd32 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  44. 2023-07-03 09:17:06.922 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d634af8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  45. 2023-07-03 09:17:06.922 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1ca01c8c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  46. 2023-07-03 09:17:06.923 WARN 13188 --- [http-nio-10015-exec-10] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e727933 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  47. 2023-07-03 09:22:25.615 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d9a7bbd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  48. 2023-07-03 09:22:25.616 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6e4ab96c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  49. 2023-07-03 09:22:25.618 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@59d65f8d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  50. 2023-07-03 09:22:25.619 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@626d9471 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  51. 2023-07-03 09:22:25.620 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7d524ff1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  52. 2023-07-03 09:22:25.622 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4a82fa19 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  53. 2023-07-03 09:22:25.624 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2fa26385 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  54. 2023-07-03 09:22:25.626 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@42749f62 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  55. 2023-07-03 09:22:25.627 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@57eae8c2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  56. 2023-07-03 09:22:25.629 WARN 13188 --- [http-nio-10015-exec-1] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a658214 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  57. 2023-07-03 09:26:58.592 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@508e70a7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  58. 2023-07-03 09:26:58.594 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@24cbb8a1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  59. 2023-07-03 09:26:58.595 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@46e13b76 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  60. 2023-07-03 09:26:58.596 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@41814a8f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  61. 2023-07-03 09:26:58.598 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4465d3db (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  62. 2023-07-03 09:26:58.599 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@3d926546 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  63. 2023-07-03 09:26:58.601 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@72e7c309 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  64. 2023-07-03 09:26:58.602 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@39f93ae8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  65. 2023-07-03 09:26:58.603 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5368cd07 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  66. 2023-07-03 09:26:58.605 WARN 13188 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dfe2a79 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  67. 2023-07-03 09:27:12.989 INFO 13188 --- [http-nio-10015-exec-10] io.lettuce.core.EpollProvider : Starting without optional epoll library
  68. 2023-07-03 09:27:12.990 INFO 13188 --- [http-nio-10015-exec-10] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  69. 2023-07-03 09:30:04.661 INFO 13188 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  70. 2023-07-03 09:30:04.662 INFO 13188 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  71. 2023-07-03 09:30:04.784 INFO 13188 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  72. 2023-07-03 09:30:04.784 INFO 13188 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  73. 2023-07-03 09:30:04.789 INFO 13188 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  74. 2023-07-03 09:30:11.412 INFO 9984 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9984 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  75. 2023-07-03 09:30:11.416 INFO 9984 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  76. 2023-07-03 09:30:12.288 INFO 9984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  77. 2023-07-03 09:30:12.292 INFO 9984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  78. 2023-07-03 09:30:12.345 INFO 9984 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces.
  79. 2023-07-03 09:30:12.432 WARN 9984 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  80. 2023-07-03 09:30:12.713 INFO 9984 --- [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)
  81. 2023-07-03 09:30:12.716 INFO 9984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$c93fa91f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  82. 2023-07-03 09:30:12.721 INFO 9984 --- [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)
  83. 2023-07-03 09:30:12.727 INFO 9984 --- [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)
  84. 2023-07-03 09:30:12.736 INFO 9984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5fb1384e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  85. 2023-07-03 09:30:12.748 INFO 9984 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$d533f561] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  86. 2023-07-03 09:30:13.075 INFO 9984 --- [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)
  87. 2023-07-03 09:30:13.103 INFO 9984 --- [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)
  88. 2023-07-03 09:30:13.113 INFO 9984 --- [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)
  89. 2023-07-03 09:30:13.130 INFO 9984 --- [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)
  90. 2023-07-03 09:30:13.462 INFO 9984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  91. 2023-07-03 09:30:13.484 INFO 9984 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  92. 2023-07-03 09:30:13.484 INFO 9984 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  93. 2023-07-03 09:30:13.582 INFO 9984 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  94. 2023-07-03 09:30:13.582 INFO 9984 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2072 ms
  95. 2023-07-03 09:30:13.774 INFO 9984 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  96. 2023-07-03 09:30:13.881 INFO 9984 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  97. 2023-07-03 09:30:13.882 INFO 9984 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  98. 2023-07-03 09:30:13.882 INFO 9984 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  99. 2023-07-03 09:30:13.882 INFO 9984 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  100. 2023-07-03 09:30:15.435 INFO 9984 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  101. 2023-07-03 09:30:15.859 INFO 9984 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  102. 2023-07-03 09:30:15.981 INFO 9984 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  103. 2023-07-03 09:30:15.984 INFO 9984 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.145 seconds (JVM running for 5.996)
  104. 2023-07-03 09:30:15.986 INFO 9984 --- [main] c.x.s.SpringbootFunctionApplication :
  105. ----------------------------------------------------------
  106. Application 'imageSynthesis' is running! ----------------------------------------------------------
  107. 2023-07-03 09:30:21.600 INFO 9984 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  108. 2023-07-03 09:30:21.600 INFO 9984 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  109. 2023-07-03 09:30:21.612 INFO 9984 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
  110. 2023-07-03 09:31:46.922 INFO 9984 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  111. 2023-07-03 09:31:46.923 INFO 9984 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  112. 2023-07-03 09:31:46.947 INFO 9984 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  113. 2023-07-03 09:31:46.948 INFO 9984 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  114. 2023-07-03 09:31:46.953 INFO 9984 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  115. 2023-07-03 09:31:53.138 INFO 6976 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 6976 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  116. 2023-07-03 09:31:53.140 INFO 6976 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  117. 2023-07-03 09:31:54.181 INFO 6976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  118. 2023-07-03 09:31:54.183 INFO 6976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  119. 2023-07-03 09:31:54.223 INFO 6976 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
  120. 2023-07-03 09:31:54.306 WARN 6976 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  121. 2023-07-03 09:31:54.590 INFO 6976 --- [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)
  122. 2023-07-03 09:31:54.594 INFO 6976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2c6e85bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  123. 2023-07-03 09:31:54.599 INFO 6976 --- [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)
  124. 2023-07-03 09:31:54.604 INFO 6976 --- [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)
  125. 2023-07-03 09:31:54.613 INFO 6976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c2e014ec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  126. 2023-07-03 09:31:54.624 INFO 6976 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3862d1ff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  127. 2023-07-03 09:31:54.901 INFO 6976 --- [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)
  128. 2023-07-03 09:31:54.917 INFO 6976 --- [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)
  129. 2023-07-03 09:31:54.923 INFO 6976 --- [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)
  130. 2023-07-03 09:31:54.935 INFO 6976 --- [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)
  131. 2023-07-03 09:31:55.258 INFO 6976 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  132. 2023-07-03 09:31:55.281 INFO 6976 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  133. 2023-07-03 09:31:55.282 INFO 6976 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  134. 2023-07-03 09:31:55.377 INFO 6976 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  135. 2023-07-03 09:31:55.377 INFO 6976 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2178 ms
  136. 2023-07-03 09:31:55.571 INFO 6976 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  137. 2023-07-03 09:31:55.678 INFO 6976 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  138. 2023-07-03 09:31:55.678 INFO 6976 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  139. 2023-07-03 09:31:55.678 INFO 6976 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  140. 2023-07-03 09:31:55.678 INFO 6976 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  141. 2023-07-03 09:31:57.122 INFO 6976 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  142. 2023-07-03 09:31:57.510 INFO 6976 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  143. 2023-07-03 09:31:57.641 INFO 6976 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  144. 2023-07-03 09:31:57.644 INFO 6976 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.077 seconds (JVM running for 5.862)
  145. 2023-07-03 09:31:57.647 INFO 6976 --- [main] c.x.s.SpringbootFunctionApplication :
  146. ----------------------------------------------------------
  147. Application 'imageSynthesis' is running! ----------------------------------------------------------
  148. 2023-07-03 09:32:00.074 INFO 6976 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  149. 2023-07-03 09:32:00.075 INFO 6976 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  150. 2023-07-03 09:32:00.151 INFO 6976 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 76 ms
  151. 2023-07-03 09:32:21.203 INFO 6976 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  152. 2023-07-03 09:32:21.204 INFO 6976 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  153. 2023-07-03 09:32:21.222 INFO 6976 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  154. 2023-07-03 09:32:21.222 INFO 6976 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  155. 2023-07-03 09:32:21.228 INFO 6976 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  156. 2023-07-03 09:32:26.818 INFO 276 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 276 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  157. 2023-07-03 09:32:26.821 INFO 276 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  158. 2023-07-03 09:32:27.656 INFO 276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  159. 2023-07-03 09:32:27.658 INFO 276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  160. 2023-07-03 09:32:27.696 INFO 276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
  161. 2023-07-03 09:32:27.773 WARN 276 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  162. 2023-07-03 09:32:28.207 INFO 276 --- [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)
  163. 2023-07-03 09:32:28.213 INFO 276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f923e601] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  164. 2023-07-03 09:32:28.222 INFO 276 --- [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)
  165. 2023-07-03 09:32:28.231 INFO 276 --- [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)
  166. 2023-07-03 09:32:28.246 INFO 276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8f957530] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  167. 2023-07-03 09:32:28.263 INFO 276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5183243] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  168. 2023-07-03 09:32:28.662 INFO 276 --- [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)
  169. 2023-07-03 09:32:28.684 INFO 276 --- [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)
  170. 2023-07-03 09:32:28.693 INFO 276 --- [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)
  171. 2023-07-03 09:32:28.708 INFO 276 --- [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)
  172. 2023-07-03 09:32:29.045 INFO 276 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  173. 2023-07-03 09:32:29.066 INFO 276 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  174. 2023-07-03 09:32:29.066 INFO 276 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  175. 2023-07-03 09:32:29.160 INFO 276 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  176. 2023-07-03 09:32:29.160 INFO 276 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2291 ms
  177. 2023-07-03 09:32:29.348 INFO 276 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  178. 2023-07-03 09:32:29.459 INFO 276 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  179. 2023-07-03 09:32:29.459 INFO 276 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  180. 2023-07-03 09:32:29.459 INFO 276 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  181. 2023-07-03 09:32:29.459 INFO 276 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  182. 2023-07-03 09:32:30.845 INFO 276 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  183. 2023-07-03 09:32:31.211 INFO 276 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  184. 2023-07-03 09:32:31.321 INFO 276 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  185. 2023-07-03 09:32:31.324 INFO 276 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.063 seconds (JVM running for 5.823)
  186. 2023-07-03 09:32:31.326 INFO 276 --- [main] c.x.s.SpringbootFunctionApplication :
  187. ----------------------------------------------------------
  188. Application 'imageSynthesis' is running! ----------------------------------------------------------
  189. 2023-07-03 09:32:34.078 INFO 276 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  190. 2023-07-03 09:32:34.078 INFO 276 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  191. 2023-07-03 09:32:34.088 INFO 276 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
  192. 2023-07-03 09:33:29.006 INFO 276 --- [http-nio-10015-exec-6] io.lettuce.core.EpollProvider : Starting without optional epoll library
  193. 2023-07-03 09:33:29.007 INFO 276 --- [http-nio-10015-exec-6] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  194. 2023-07-03 09:34:09.274 INFO 276 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  195. 2023-07-03 09:34:09.275 INFO 276 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  196. 2023-07-03 09:34:09.399 INFO 276 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  197. 2023-07-03 09:34:09.399 INFO 276 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  198. 2023-07-03 09:34:09.404 INFO 276 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  199. 2023-07-03 09:34:15.189 INFO 9712 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 9712 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  200. 2023-07-03 09:34:15.191 INFO 9712 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  201. 2023-07-03 09:34:15.937 INFO 9712 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  202. 2023-07-03 09:34:15.938 INFO 9712 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  203. 2023-07-03 09:34:15.977 INFO 9712 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
  204. 2023-07-03 09:34:16.052 WARN 9712 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  205. 2023-07-03 09:34:16.307 INFO 9712 --- [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)
  206. 2023-07-03 09:34:16.310 INFO 9712 --- [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)
  207. 2023-07-03 09:34:16.315 INFO 9712 --- [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)
  208. 2023-07-03 09:34:16.319 INFO 9712 --- [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)
  209. 2023-07-03 09:34:16.328 INFO 9712 --- [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)
  210. 2023-07-03 09:34:16.338 INFO 9712 --- [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)
  211. 2023-07-03 09:34:16.602 INFO 9712 --- [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)
  212. 2023-07-03 09:34:16.618 INFO 9712 --- [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)
  213. 2023-07-03 09:34:16.624 INFO 9712 --- [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)
  214. 2023-07-03 09:34:16.635 INFO 9712 --- [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)
  215. 2023-07-03 09:34:16.955 INFO 9712 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  216. 2023-07-03 09:34:16.979 INFO 9712 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  217. 2023-07-03 09:34:16.980 INFO 9712 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  218. 2023-07-03 09:34:17.076 INFO 9712 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  219. 2023-07-03 09:34:17.077 INFO 9712 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1764 ms
  220. 2023-07-03 09:34:17.256 INFO 9712 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  221. 2023-07-03 09:34:17.357 INFO 9712 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  222. 2023-07-03 09:34:17.358 INFO 9712 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  223. 2023-07-03 09:34:17.358 INFO 9712 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  224. 2023-07-03 09:34:17.358 INFO 9712 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  225. 2023-07-03 09:34:18.827 INFO 9712 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  226. 2023-07-03 09:34:19.355 INFO 9712 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  227. 2023-07-03 09:34:19.511 INFO 9712 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  228. 2023-07-03 09:34:19.514 INFO 9712 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.871 seconds (JVM running for 5.596)
  229. 2023-07-03 09:34:19.516 INFO 9712 --- [main] c.x.s.SpringbootFunctionApplication :
  230. ----------------------------------------------------------
  231. Application 'imageSynthesis' is running! ----------------------------------------------------------
  232. 2023-07-03 09:34:23.461 INFO 9712 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  233. 2023-07-03 09:34:23.461 INFO 9712 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  234. 2023-07-03 09:34:23.472 INFO 9712 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
  235. 2023-07-03 09:42:13.342 INFO 9712 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  236. 2023-07-03 09:42:13.343 INFO 9712 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  237. 2023-07-03 09:42:13.360 INFO 9712 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  238. 2023-07-03 09:42:13.361 INFO 9712 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  239. 2023-07-03 09:42:13.376 INFO 9712 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  240. 2023-07-03 09:42:19.649 INFO 10580 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 10580 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  241. 2023-07-03 09:42:19.652 INFO 10580 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  242. 2023-07-03 09:42:20.644 INFO 10580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  243. 2023-07-03 09:42:20.647 INFO 10580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  244. 2023-07-03 09:42:20.692 INFO 10580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 31ms. Found 0 repository interfaces.
  245. 2023-07-03 09:42:20.780 WARN 10580 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  246. 2023-07-03 09:42:21.051 INFO 10580 --- [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)
  247. 2023-07-03 09:42:21.054 INFO 10580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9d6b2399] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  248. 2023-07-03 09:42:21.059 INFO 10580 --- [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)
  249. 2023-07-03 09:42:21.064 INFO 10580 --- [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)
  250. 2023-07-03 09:42:21.072 INFO 10580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$33dcb2c8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  251. 2023-07-03 09:42:21.083 INFO 10580 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a95f6fdb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  252. 2023-07-03 09:42:21.355 INFO 10580 --- [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)
  253. 2023-07-03 09:42:21.371 INFO 10580 --- [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)
  254. 2023-07-03 09:42:21.377 INFO 10580 --- [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)
  255. 2023-07-03 09:42:21.388 INFO 10580 --- [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)
  256. 2023-07-03 09:42:21.696 INFO 10580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  257. 2023-07-03 09:42:21.718 INFO 10580 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  258. 2023-07-03 09:42:21.718 INFO 10580 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  259. 2023-07-03 09:42:21.814 INFO 10580 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  260. 2023-07-03 09:42:21.814 INFO 10580 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2031 ms
  261. 2023-07-03 09:42:21.999 INFO 10580 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  262. 2023-07-03 09:42:22.100 INFO 10580 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  263. 2023-07-03 09:42:22.100 INFO 10580 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  264. 2023-07-03 09:42:22.100 INFO 10580 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  265. 2023-07-03 09:42:22.100 INFO 10580 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  266. 2023-07-03 09:42:23.487 INFO 10580 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  267. 2023-07-03 09:42:23.888 INFO 10580 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  268. 2023-07-03 09:42:23.994 INFO 10580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  269. 2023-07-03 09:42:23.997 INFO 10580 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.873 seconds (JVM running for 5.556)
  270. 2023-07-03 09:42:24.000 INFO 10580 --- [main] c.x.s.SpringbootFunctionApplication :
  271. ----------------------------------------------------------
  272. Application 'imageSynthesis' is running! ----------------------------------------------------------
  273. 2023-07-03 09:42:26.926 INFO 10580 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  274. 2023-07-03 09:42:26.926 INFO 10580 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  275. 2023-07-03 09:42:26.937 INFO 10580 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
  276. 2023-07-03 09:42:27.343 ERROR 10580 --- [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: 60] with root cause
  277. java.lang.StringIndexOutOfBoundsException: String index out of range: 60
  278. at java.lang.String.substring(String.java:1963)
  279. at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl.preview(TemplateServiceImpl.java:531)
  280. at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$FastClassBySpringCGLIB$$8f6994ce.invoke(<generated>)
  281. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  282. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
  283. at com.xmnk.springbootfunction.service.impl.TemplateServiceImpl$$EnhancerBySpringCGLIB$$26456f41.preview(<generated>)
  284. at com.xmnk.springbootfunction.controller.TemplateController.preview(TemplateController.java:86)
  285. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  286. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  287. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  288. at java.lang.reflect.Method.invoke(Method.java:498)
  289. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  290. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  291. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  292. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  293. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  294. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  295. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  296. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  297. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  298. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908)
  299. at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
  300. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  301. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  302. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  303. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  304. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  305. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  306. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  307. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  308. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  309. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  310. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  311. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  312. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  313. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  314. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  315. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  316. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  317. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  318. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  319. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  320. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  321. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  322. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  323. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  324. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  325. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  326. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  327. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  328. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  329. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  330. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  331. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  332. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  333. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  334. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  335. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  336. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  337. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  338. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  339. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  340. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  341. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  342. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  343. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  344. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  345. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  346. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  347. at java.lang.Thread.run(Thread.java:748)
  348. 2023-07-03 09:43:31.869 INFO 10580 --- [Thread-12] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  349. 2023-07-03 09:43:31.870 INFO 10580 --- [Thread-12] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  350. 2023-07-03 09:43:31.887 INFO 10580 --- [Thread-12] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  351. 2023-07-03 09:43:31.887 INFO 10580 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  352. 2023-07-03 09:43:31.893 INFO 10580 --- [Thread-12] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  353. 2023-07-03 09:43:37.414 INFO 1948 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 1948 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  354. 2023-07-03 09:43:37.416 INFO 1948 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  355. 2023-07-03 09:43:38.208 INFO 1948 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  356. 2023-07-03 09:43:38.210 INFO 1948 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  357. 2023-07-03 09:43:38.249 INFO 1948 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  358. 2023-07-03 09:43:38.325 WARN 1948 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  359. 2023-07-03 09:43:38.579 INFO 1948 --- [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)
  360. 2023-07-03 09:43:38.582 INFO 1948 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f684e6d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  361. 2023-07-03 09:43:38.587 INFO 1948 --- [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)
  362. 2023-07-03 09:43:38.591 INFO 1948 --- [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)
  363. 2023-07-03 09:43:38.600 INFO 1948 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8cf67600] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  364. 2023-07-03 09:43:38.610 INFO 1948 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$2793313] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  365. 2023-07-03 09:43:38.886 INFO 1948 --- [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)
  366. 2023-07-03 09:43:38.903 INFO 1948 --- [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)
  367. 2023-07-03 09:43:38.909 INFO 1948 --- [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)
  368. 2023-07-03 09:43:38.919 INFO 1948 --- [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)
  369. 2023-07-03 09:43:39.221 INFO 1948 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  370. 2023-07-03 09:43:39.242 INFO 1948 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  371. 2023-07-03 09:43:39.242 INFO 1948 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  372. 2023-07-03 09:43:39.334 INFO 1948 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  373. 2023-07-03 09:43:39.334 INFO 1948 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1835 ms
  374. 2023-07-03 09:43:39.512 INFO 1948 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  375. 2023-07-03 09:43:39.609 INFO 1948 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  376. 2023-07-03 09:43:39.609 INFO 1948 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  377. 2023-07-03 09:43:39.609 INFO 1948 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  378. 2023-07-03 09:43:39.609 INFO 1948 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  379. 2023-07-03 09:43:41.017 INFO 1948 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  380. 2023-07-03 09:43:41.395 INFO 1948 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  381. 2023-07-03 09:43:41.499 INFO 1948 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  382. 2023-07-03 09:43:41.502 INFO 1948 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.582 seconds (JVM running for 5.286)
  383. 2023-07-03 09:43:41.504 INFO 1948 --- [main] c.x.s.SpringbootFunctionApplication :
  384. ----------------------------------------------------------
  385. Application 'imageSynthesis' is running! ----------------------------------------------------------
  386. 2023-07-03 09:43:43.326 INFO 1948 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  387. 2023-07-03 09:43:43.326 INFO 1948 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  388. 2023-07-03 09:43:43.338 INFO 1948 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
  389. 2023-07-03 09:46:20.512 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@79223782 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  390. 2023-07-03 09:46:20.513 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@45eb040f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  391. 2023-07-03 09:46:20.514 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5bbaca61 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  392. 2023-07-03 09:46:20.514 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@40e4e49a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  393. 2023-07-03 09:46:20.515 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@285a7ae (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  394. 2023-07-03 09:46:20.515 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1f53108d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  395. 2023-07-03 09:46:20.516 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@12b738c4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  396. 2023-07-03 09:46:20.516 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7590ce3c (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  397. 2023-07-03 09:46:20.517 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5a07bff7 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  398. 2023-07-03 09:46:20.518 WARN 1948 --- [http-nio-10015-exec-7] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d570b42 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  399. 2023-07-03 09:48:45.621 INFO 1948 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  400. 2023-07-03 09:48:45.622 INFO 1948 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  401. 2023-07-03 09:48:45.638 INFO 1948 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  402. 2023-07-03 09:48:45.638 INFO 1948 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  403. 2023-07-03 09:48:45.647 INFO 1948 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  404. 2023-07-03 09:48:51.101 INFO 12216 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12216 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  405. 2023-07-03 09:48:51.107 INFO 12216 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  406. 2023-07-03 09:48:51.862 INFO 12216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  407. 2023-07-03 09:48:51.865 INFO 12216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  408. 2023-07-03 09:48:51.920 INFO 12216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces.
  409. 2023-07-03 09:48:52.008 WARN 12216 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  410. 2023-07-03 09:48:52.271 INFO 12216 --- [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)
  411. 2023-07-03 09:48:52.274 INFO 12216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2f26612a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  412. 2023-07-03 09:48:52.278 INFO 12216 --- [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)
  413. 2023-07-03 09:48:52.283 INFO 12216 --- [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)
  414. 2023-07-03 09:48:52.291 INFO 12216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c597f059] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  415. 2023-07-03 09:48:52.302 INFO 12216 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$3b1aad6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  416. 2023-07-03 09:48:52.567 INFO 12216 --- [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)
  417. 2023-07-03 09:48:52.583 INFO 12216 --- [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)
  418. 2023-07-03 09:48:52.588 INFO 12216 --- [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)
  419. 2023-07-03 09:48:52.599 INFO 12216 --- [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)
  420. 2023-07-03 09:48:52.903 INFO 12216 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  421. 2023-07-03 09:48:52.924 INFO 12216 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  422. 2023-07-03 09:48:52.925 INFO 12216 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  423. 2023-07-03 09:48:53.018 INFO 12216 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  424. 2023-07-03 09:48:53.018 INFO 12216 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1827 ms
  425. 2023-07-03 09:48:53.202 INFO 12216 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  426. 2023-07-03 09:48:53.310 INFO 12216 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  427. 2023-07-03 09:48:53.310 INFO 12216 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  428. 2023-07-03 09:48:53.310 INFO 12216 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  429. 2023-07-03 09:48:53.310 INFO 12216 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  430. 2023-07-03 09:48:54.641 INFO 12216 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  431. 2023-07-03 09:48:55.011 INFO 12216 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  432. 2023-07-03 09:48:55.115 INFO 12216 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  433. 2023-07-03 09:48:55.117 INFO 12216 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.558 seconds (JVM running for 5.214)
  434. 2023-07-03 09:48:55.120 INFO 12216 --- [main] c.x.s.SpringbootFunctionApplication :
  435. ----------------------------------------------------------
  436. Application 'imageSynthesis' is running! ----------------------------------------------------------
  437. 2023-07-03 09:49:07.774 INFO 12216 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  438. 2023-07-03 09:49:07.774 INFO 12216 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  439. 2023-07-03 09:49:07.784 INFO 12216 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
  440. 2023-07-03 09:51:32.252 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@31a796ea (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  441. 2023-07-03 09:51:32.253 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@43b6b1d5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  442. 2023-07-03 09:51:32.254 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@37bbe286 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  443. 2023-07-03 09:51:32.254 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@74b1899f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  444. 2023-07-03 09:51:32.255 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@10fe3b18 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  445. 2023-07-03 09:51:32.255 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@663018cb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  446. 2023-07-03 09:51:32.256 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@ef77959 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  447. 2023-07-03 09:51:32.256 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7672e469 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  448. 2023-07-03 09:51:32.257 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@17b52744 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  449. 2023-07-03 09:51:32.258 WARN 12216 --- [http-nio-10015-exec-4] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71259339 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  450. 2023-07-03 09:53:28.864 INFO 12216 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  451. 2023-07-03 09:53:28.865 INFO 12216 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  452. 2023-07-03 09:53:28.881 INFO 12216 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  453. 2023-07-03 09:53:28.882 INFO 12216 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  454. 2023-07-03 09:53:28.889 INFO 12216 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  455. 2023-07-03 09:53:35.150 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)
  456. 2023-07-03 09:53:35.153 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  457. 2023-07-03 09:53:35.975 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  458. 2023-07-03 09:53:35.977 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  459. 2023-07-03 09:53:36.014 INFO 6444 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
  460. 2023-07-03 09:53:36.101 WARN 6444 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  461. 2023-07-03 09:53:36.424 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)
  462. 2023-07-03 09:53:36.427 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$$51e036db] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  463. 2023-07-03 09:53:36.432 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)
  464. 2023-07-03 09:53:36.438 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)
  465. 2023-07-03 09:53:36.446 INFO 6444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e851c60a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  466. 2023-07-03 09:53:36.458 INFO 6444 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$5dd4831d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  467. 2023-07-03 09:53:36.743 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)
  468. 2023-07-03 09:53:36.760 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)
  469. 2023-07-03 09:53:36.768 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)
  470. 2023-07-03 09:53:36.779 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)
  471. 2023-07-03 09:53:37.159 INFO 6444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  472. 2023-07-03 09:53:37.185 INFO 6444 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  473. 2023-07-03 09:53:37.185 INFO 6444 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  474. 2023-07-03 09:53:37.294 INFO 6444 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  475. 2023-07-03 09:53:37.294 INFO 6444 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2055 ms
  476. 2023-07-03 09:53:37.502 INFO 6444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  477. 2023-07-03 09:53:37.611 INFO 6444 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  478. 2023-07-03 09:53:37.611 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  479. 2023-07-03 09:53:37.611 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  480. 2023-07-03 09:53:37.611 INFO 6444 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  481. 2023-07-03 09:53:39.022 INFO 6444 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  482. 2023-07-03 09:53:39.403 INFO 6444 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  483. 2023-07-03 09:53:39.512 INFO 6444 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  484. 2023-07-03 09:53:39.515 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 4.913 seconds (JVM running for 5.649)
  485. 2023-07-03 09:53:39.518 INFO 6444 --- [main] c.x.s.SpringbootFunctionApplication :
  486. ----------------------------------------------------------
  487. Application 'imageSynthesis' is running! ----------------------------------------------------------
  488. 2023-07-03 09:53:40.820 INFO 6444 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  489. 2023-07-03 09:53:40.820 INFO 6444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  490. 2023-07-03 09:53:40.832 INFO 6444 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
  491. 2023-07-03 09:58:09.846 INFO 6444 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  492. 2023-07-03 09:58:09.847 INFO 6444 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  493. 2023-07-03 09:58:09.863 INFO 6444 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  494. 2023-07-03 09:58:09.864 INFO 6444 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  495. 2023-07-03 09:58:09.873 INFO 6444 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  496. 2023-07-03 09:58:16.162 INFO 11288 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 11288 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  497. 2023-07-03 09:58:16.165 INFO 11288 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  498. 2023-07-03 09:58:17.122 INFO 11288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  499. 2023-07-03 09:58:17.125 INFO 11288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  500. 2023-07-03 09:58:17.165 INFO 11288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
  501. 2023-07-03 09:58:17.246 WARN 11288 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  502. 2023-07-03 09:58:17.521 INFO 11288 --- [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)
  503. 2023-07-03 09:58:17.525 INFO 11288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ac26de3f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  504. 2023-07-03 09:58:17.530 INFO 11288 --- [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)
  505. 2023-07-03 09:58:17.536 INFO 11288 --- [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)
  506. 2023-07-03 09:58:17.546 INFO 11288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$42986d6e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  507. 2023-07-03 09:58:17.558 INFO 11288 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b81b2a81] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  508. 2023-07-03 09:58:17.855 INFO 11288 --- [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)
  509. 2023-07-03 09:58:17.871 INFO 11288 --- [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)
  510. 2023-07-03 09:58:17.877 INFO 11288 --- [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)
  511. 2023-07-03 09:58:17.889 INFO 11288 --- [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)
  512. 2023-07-03 09:58:18.205 INFO 11288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  513. 2023-07-03 09:58:18.227 INFO 11288 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  514. 2023-07-03 09:58:18.227 INFO 11288 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  515. 2023-07-03 09:58:18.321 INFO 11288 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  516. 2023-07-03 09:58:18.321 INFO 11288 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2093 ms
  517. 2023-07-03 09:58:18.504 INFO 11288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  518. 2023-07-03 09:58:18.606 INFO 11288 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  519. 2023-07-03 09:58:18.606 INFO 11288 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  520. 2023-07-03 09:58:18.607 INFO 11288 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  521. 2023-07-03 09:58:18.607 INFO 11288 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  522. 2023-07-03 09:58:20.015 INFO 11288 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  523. 2023-07-03 09:58:20.404 INFO 11288 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  524. 2023-07-03 09:58:20.513 INFO 11288 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  525. 2023-07-03 09:58:20.515 INFO 11288 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 5.08 seconds (JVM running for 5.792)
  526. 2023-07-03 09:58:20.518 INFO 11288 --- [main] c.x.s.SpringbootFunctionApplication :
  527. ----------------------------------------------------------
  528. Application 'imageSynthesis' is running! ----------------------------------------------------------
  529. 2023-07-03 09:58:32.096 INFO 11288 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  530. 2023-07-03 09:58:32.096 INFO 11288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  531. 2023-07-03 09:58:32.109 INFO 11288 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
  532. 2023-07-03 09:59:41.878 INFO 11288 --- [Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  533. 2023-07-03 09:59:41.879 INFO 11288 --- [Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  534. 2023-07-03 09:59:41.894 INFO 11288 --- [Thread-11] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  535. 2023-07-03 09:59:41.895 INFO 11288 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  536. 2023-07-03 09:59:41.898 INFO 11288 --- [Thread-11] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.