project_image_synthesis.log 129 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  1. 2023-09-22 17:39:36.788 INFO 12684 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12684 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  2. 2023-09-22 17:39:36.791 INFO 12684 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  3. 2023-09-22 17:39:37.945 INFO 12684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2023-09-22 17:39:37.948 INFO 12684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 2023-09-22 17:39:37.992 INFO 12684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  6. 2023-09-22 17:39:38.077 WARN 12684 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  7. 2023-09-22 17:39:38.441 INFO 12684 --- [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-09-22 17:39:38.544 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8e0a8475] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2023-09-22 17:39:38.550 INFO 12684 --- [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-09-22 17:39:38.555 INFO 12684 --- [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-09-22 17:39:38.568 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$247c13a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2023-09-22 17:39:38.586 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$99fed0b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2023-09-22 17:39:39.070 INFO 12684 --- [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-09-22 17:39:39.117 INFO 12684 --- [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-09-22 17:39:39.127 INFO 12684 --- [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-09-22 17:39:39.142 INFO 12684 --- [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-09-22 17:39:39.153 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$7cdafc84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2023-09-22 17:39:39.161 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2023-09-22 17:39:39.163 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2023-09-22 17:39:39.169 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2023-09-22 17:39:39.173 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  22. 2023-09-22 17:39:39.277 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  23. 2023-09-22 17:39:39.286 INFO 12684 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. 2023-09-22 17:39:39.328 WARN 12684 --- [main] c.d.f.scanner.ClassPathClientScanner : [Forest] No Forest client is found in package '[com.xmnk.springbootfunction]'.
  25. 2023-09-22 17:39:39.720 INFO 12684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  26. 2023-09-22 17:39:39.742 INFO 12684 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  27. 2023-09-22 17:39:39.743 INFO 12684 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  28. 2023-09-22 17:39:39.956 INFO 12684 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  29. 2023-09-22 17:39:39.956 INFO 12684 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3079 ms
  30. 2023-09-22 17:39:40.323 INFO 12684 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  31. 2023-09-22 17:39:40.874 INFO 12684 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  32. 2023-09-22 17:39:40.874 INFO 12684 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  33. 2023-09-22 17:39:40.874 INFO 12684 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  34. 2023-09-22 17:39:40.874 INFO 12684 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  35. 2023-09-22 17:39:42.995 INFO 12684 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  36. 2023-09-22 17:39:43.758 INFO 12684 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  37. 2023-09-22 17:39:43.921 INFO 12684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  38. 2023-09-22 17:39:43.923 INFO 12684 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 7.855 seconds (JVM running for 8.867)
  39. 2023-09-22 17:39:43.926 INFO 12684 --- [main] c.x.s.SpringbootFunctionApplication :
  40. ----------------------------------------------------------
  41. Application 'imageSynthesis' is running! ----------------------------------------------------------
  42. 2023-09-22 17:44:20.052 INFO 12684 --- [http-nio-10015-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  43. 2023-09-22 17:44:20.052 INFO 12684 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  44. 2023-09-22 17:44:20.075 INFO 12684 --- [http-nio-10015-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms
  45. 2023-09-22 17:44:20.258 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@11e052ec (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  46. 2023-09-22 17:44:20.261 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ece68f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  47. 2023-09-22 17:44:20.262 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@1408a3ac (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  48. 2023-09-22 17:44:20.263 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8156f1d (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  49. 2023-09-22 17:44:20.264 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@4e6aad0e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  50. 2023-09-22 17:44:20.265 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2ed2e2d2 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  51. 2023-09-22 17:44:20.266 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7f163167 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  52. 2023-09-22 17:44:20.266 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cd8c41f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  53. 2023-09-22 17:44:20.267 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@47c11057 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  54. 2023-09-22 17:44:20.268 WARN 12684 --- [http-nio-10015-exec-2] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7ebcae0f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  55. 2023-09-22 17:44:20.467 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.TemplateController.list耗时305毫秒
  56. 2023-09-22 17:44:20.550 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/template/list,请求方式GET,入参:["httpServletRequest",{}]
  57. 2023-09-22 17:44:20.553 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  58. 2023-09-22 17:46:02.719 INFO 12684 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.UserController.detailInfo耗时194毫秒
  59. 2023-09-22 17:46:02.719 INFO 12684 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/user,请求方式GET,入参:["httpServletRequest"]
  60. 2023-09-22 17:46:02.831 INFO 12684 --- [http-nio-10015-exec-4] io.lettuce.core.EpollProvider : Starting without optional epoll library
  61. 2023-09-22 17:46:02.833 INFO 12684 --- [http-nio-10015-exec-4] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  62. 2023-09-22 17:46:03.261 INFO 12684 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  63. 2023-09-22 17:46:05.748 INFO 12684 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictTypeController.list耗时54毫秒
  64. 2023-09-22 17:46:05.751 INFO 12684 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictType/list,请求方式GET,入参:["httpServletRequest",{"dictName":""}]
  65. 2023-09-22 17:46:05.753 INFO 12684 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  66. 2023-09-22 17:46:05.996 INFO 12684 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.list耗时89毫秒
  67. 2023-09-22 17:46:05.998 INFO 12684 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/list,请求方式GET,入参:["httpServletRequest",{"dictLabel":"","dictType":"SYS_FONT_COLOR","status":""}]
  68. 2023-09-22 17:46:06.000 INFO 12684 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  69. 2023-09-22 17:48:05.615 INFO 12684 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.UserController.detailInfo耗时8毫秒
  70. 2023-09-22 17:48:05.615 INFO 12684 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/user,请求方式GET,入参:["httpServletRequest"]
  71. 2023-09-22 17:48:05.617 INFO 12684 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  72. 2023-09-22 17:48:08.784 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictTypeController.list耗时3毫秒
  73. 2023-09-22 17:48:08.784 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictType/list,请求方式GET,入参:["httpServletRequest",{"dictName":""}]
  74. 2023-09-22 17:48:08.786 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  75. 2023-09-22 17:48:08.912 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.list耗时5毫秒
  76. 2023-09-22 17:48:08.912 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/list,请求方式GET,入参:["httpServletRequest",{"dictLabel":"","dictType":"SYS_FONT_COLOR","status":""}]
  77. 2023-09-22 17:48:08.913 INFO 12684 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  78. 2023-09-22 17:51:06.921 INFO 12684 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.UserController.detailInfo耗时4毫秒
  79. 2023-09-22 17:51:06.921 INFO 12684 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/user,请求方式GET,入参:["httpServletRequest"]
  80. 2023-09-22 17:51:06.930 INFO 12684 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  81. 2023-09-22 17:51:08.165 INFO 12684 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.TemplateController.list耗时9毫秒
  82. 2023-09-22 17:51:08.166 INFO 12684 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/template/list,请求方式GET,入参:["httpServletRequest",{}]
  83. 2023-09-22 17:51:08.173 INFO 12684 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  84. 2023-09-22 17:51:08.435 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.selectList耗时7毫秒
  85. 2023-09-22 17:51:08.435 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/selectList,请求方式GET,入参:["httpServletRequest","SYS_FONT_STYLE"]
  86. 2023-09-22 17:51:08.440 INFO 12684 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  87. 2023-09-22 17:51:11.574 INFO 12684 --- [Thread-16] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  88. 2023-09-22 17:51:11.575 INFO 12684 --- [Thread-16] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  89. 2023-09-22 17:51:11.701 INFO 12684 --- [Thread-16] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  90. 2023-09-22 17:51:11.702 INFO 12684 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  91. 2023-09-22 17:51:11.710 INFO 12684 --- [Thread-16] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  92. 2023-09-22 17:51:24.058 INFO 15176 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 15176 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  93. 2023-09-22 17:51:24.062 INFO 15176 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  94. 2023-09-22 17:51:25.321 INFO 15176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  95. 2023-09-22 17:51:25.323 INFO 15176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  96. 2023-09-22 17:51:25.356 INFO 15176 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
  97. 2023-09-22 17:51:25.431 WARN 15176 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  98. 2023-09-22 17:51:25.771 INFO 15176 --- [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)
  99. 2023-09-22 17:51:25.854 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$f4d0cf8a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  100. 2023-09-22 17:51:25.860 INFO 15176 --- [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)
  101. 2023-09-22 17:51:25.865 INFO 15176 --- [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)
  102. 2023-09-22 17:51:25.876 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8b425eb9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  103. 2023-09-22 17:51:25.890 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c51bcc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  104. 2023-09-22 17:51:26.285 INFO 15176 --- [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)
  105. 2023-09-22 17:51:26.309 INFO 15176 --- [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)
  106. 2023-09-22 17:51:26.318 INFO 15176 --- [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)
  107. 2023-09-22 17:51:26.334 INFO 15176 --- [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)
  108. 2023-09-22 17:51:26.347 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e3a14799] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  109. 2023-09-22 17:51:26.354 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  110. 2023-09-22 17:51:26.356 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  111. 2023-09-22 17:51:26.363 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  112. 2023-09-22 17:51:26.367 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  113. 2023-09-22 17:51:26.465 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  114. 2023-09-22 17:51:26.474 INFO 15176 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  115. 2023-09-22 17:51:26.522 WARN 15176 --- [main] c.d.f.scanner.ClassPathClientScanner : [Forest] No Forest client is found in package '[com.xmnk.springbootfunction]'.
  116. 2023-09-22 17:51:26.892 INFO 15176 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  117. 2023-09-22 17:51:26.912 INFO 15176 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  118. 2023-09-22 17:51:26.912 INFO 15176 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  119. 2023-09-22 17:51:27.021 INFO 15176 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  120. 2023-09-22 17:51:27.022 INFO 15176 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2872 ms
  121. 2023-09-22 17:51:27.406 INFO 15176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  122. 2023-09-22 17:51:27.566 INFO 15176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  123. 2023-09-22 17:51:27.566 INFO 15176 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  124. 2023-09-22 17:51:27.566 INFO 15176 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  125. 2023-09-22 17:51:27.566 INFO 15176 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  126. 2023-09-22 17:51:28.283 WARN 15176 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseLogController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseLogServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.xmnk.springbootbase.dao.BaseLogMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}
  127. 2023-09-22 17:51:28.284 INFO 15176 --- [main] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  128. 2023-09-22 17:51:28.284 INFO 15176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  129. 2023-09-22 17:51:28.292 INFO 15176 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  130. 2023-09-22 17:51:28.295 INFO 15176 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  131. 2023-09-22 17:51:28.309 INFO 15176 --- [main] ConditionEvaluationReportLoggingListener :
  132. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  133. 2023-09-22 17:51:28.514 ERROR 15176 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  134. ***************************
  135. APPLICATION FAILED TO START
  136. ***************************
  137. Description:
  138. A component required a bean of type 'com.xmnk.springbootbase.dao.BaseLogMapper' that could not be found.
  139. Action:
  140. Consider defining a bean of type 'com.xmnk.springbootbase.dao.BaseLogMapper' in your configuration.
  141. 2023-09-22 17:53:56.684 INFO 18624 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 18624 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  142. 2023-09-22 17:53:56.687 INFO 18624 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  143. 2023-09-22 17:53:57.469 INFO 18624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  144. 2023-09-22 17:53:57.471 INFO 18624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  145. 2023-09-22 17:53:57.505 INFO 18624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces.
  146. 2023-09-22 17:53:57.574 WARN 18624 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  147. 2023-09-22 17:53:57.865 INFO 18624 --- [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)
  148. 2023-09-22 17:53:57.951 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$46db889a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  149. 2023-09-22 17:53:57.958 INFO 18624 --- [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)
  150. 2023-09-22 17:53:57.964 INFO 18624 --- [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)
  151. 2023-09-22 17:53:57.974 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dd4d17c9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  152. 2023-09-22 17:53:57.989 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$52cfd4dc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  153. 2023-09-22 17:53:58.347 INFO 18624 --- [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)
  154. 2023-09-22 17:53:58.365 INFO 18624 --- [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)
  155. 2023-09-22 17:53:58.374 INFO 18624 --- [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)
  156. 2023-09-22 17:53:58.388 INFO 18624 --- [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)
  157. 2023-09-22 17:53:58.398 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$35ac00a9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  158. 2023-09-22 17:53:58.405 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  159. 2023-09-22 17:53:58.407 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  160. 2023-09-22 17:53:58.412 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  161. 2023-09-22 17:53:58.416 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  162. 2023-09-22 17:53:58.506 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  163. 2023-09-22 17:53:58.514 INFO 18624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  164. 2023-09-22 17:53:58.554 WARN 18624 --- [main] c.d.f.scanner.ClassPathClientScanner : [Forest] No Forest client is found in package '[com.xmnk.springbootfunction]'.
  165. 2023-09-22 17:53:58.893 INFO 18624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  166. 2023-09-22 17:53:58.911 INFO 18624 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  167. 2023-09-22 17:53:58.911 INFO 18624 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  168. 2023-09-22 17:53:59.009 INFO 18624 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  169. 2023-09-22 17:53:59.009 INFO 18624 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2272 ms
  170. 2023-09-22 17:53:59.328 INFO 18624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  171. 2023-09-22 17:53:59.445 INFO 18624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  172. 2023-09-22 17:53:59.445 INFO 18624 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  173. 2023-09-22 17:53:59.445 INFO 18624 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  174. 2023-09-22 17:53:59.445 INFO 18624 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  175. 2023-09-22 17:54:00.142 WARN 18624 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseLogController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseLogServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.xmnk.springbootfunction.dao.BaseLogMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}
  176. 2023-09-22 17:54:00.143 INFO 18624 --- [main] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  177. 2023-09-22 17:54:00.143 INFO 18624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  178. 2023-09-22 17:54:00.147 INFO 18624 --- [main] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  179. 2023-09-22 17:54:00.150 INFO 18624 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  180. 2023-09-22 17:54:00.158 INFO 18624 --- [main] ConditionEvaluationReportLoggingListener :
  181. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  182. 2023-09-22 17:54:00.310 ERROR 18624 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  183. ***************************
  184. APPLICATION FAILED TO START
  185. ***************************
  186. Description:
  187. A component required a bean of type 'com.xmnk.springbootfunction.dao.BaseLogMapper' that could not be found.
  188. Action:
  189. Consider defining a bean of type 'com.xmnk.springbootfunction.dao.BaseLogMapper' in your configuration.
  190. 2023-09-22 17:55:00.970 INFO 12188 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 12188 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  191. 2023-09-22 17:55:00.973 INFO 12188 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  192. 2023-09-22 17:55:01.918 INFO 12188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  193. 2023-09-22 17:55:01.920 INFO 12188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  194. 2023-09-22 17:55:01.954 INFO 12188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 repository interfaces.
  195. 2023-09-22 17:55:02.028 WARN 12188 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  196. 2023-09-22 17:55:02.323 INFO 12188 --- [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)
  197. 2023-09-22 17:55:02.402 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4a3c47ff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  198. 2023-09-22 17:55:02.408 INFO 12188 --- [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)
  199. 2023-09-22 17:55:02.413 INFO 12188 --- [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)
  200. 2023-09-22 17:55:02.421 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e0add72e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  201. 2023-09-22 17:55:02.434 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$56309441] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  202. 2023-09-22 17:55:02.776 INFO 12188 --- [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)
  203. 2023-09-22 17:55:02.796 INFO 12188 --- [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)
  204. 2023-09-22 17:55:02.805 INFO 12188 --- [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)
  205. 2023-09-22 17:55:02.819 INFO 12188 --- [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)
  206. 2023-09-22 17:55:02.831 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$390cc00e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  207. 2023-09-22 17:55:02.839 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  208. 2023-09-22 17:55:02.841 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  209. 2023-09-22 17:55:02.846 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  210. 2023-09-22 17:55:02.850 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  211. 2023-09-22 17:55:02.945 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  212. 2023-09-22 17:55:02.953 INFO 12188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  213. 2023-09-22 17:55:02.992 WARN 12188 --- [main] c.d.f.scanner.ClassPathClientScanner : [Forest] No Forest client is found in package '[com.xmnk.springbootfunction]'.
  214. 2023-09-22 17:55:03.332 INFO 12188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  215. 2023-09-22 17:55:03.350 INFO 12188 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  216. 2023-09-22 17:55:03.351 INFO 12188 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  217. 2023-09-22 17:55:03.448 INFO 12188 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  218. 2023-09-22 17:55:03.448 INFO 12188 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2385 ms
  219. 2023-09-22 17:55:03.753 INFO 12188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  220. 2023-09-22 17:55:03.883 INFO 12188 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  221. 2023-09-22 17:55:03.883 INFO 12188 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  222. 2023-09-22 17:55:03.883 INFO 12188 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  223. 2023-09-22 17:55:03.883 INFO 12188 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  224. 2023-09-22 17:55:05.895 INFO 12188 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  225. 2023-09-22 17:55:06.635 INFO 12188 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  226. 2023-09-22 17:55:06.807 INFO 12188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  227. 2023-09-22 17:55:06.810 INFO 12188 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 6.411 seconds (JVM running for 7.297)
  228. 2023-09-22 17:55:06.812 INFO 12188 --- [main] c.x.s.SpringbootFunctionApplication :
  229. ----------------------------------------------------------
  230. Application 'imageSynthesis' is running! ----------------------------------------------------------
  231. 2023-09-22 17:55:15.359 INFO 12188 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  232. 2023-09-22 17:55:15.359 INFO 12188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  233. 2023-09-22 17:55:15.383 INFO 12188 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 24 ms
  234. 2023-09-22 17:57:12.393 INFO 12188 --- [Thread-13] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  235. 2023-09-22 17:57:12.394 INFO 12188 --- [Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  236. 2023-09-22 17:57:12.412 INFO 12188 --- [Thread-13] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  237. 2023-09-22 17:57:12.413 INFO 12188 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  238. 2023-09-22 17:57:12.417 INFO 12188 --- [Thread-13] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
  239. 2023-09-22 17:57:15.767 INFO 20320 --- [main] c.x.s.SpringbootFunctionApplication : Starting SpringbootFunctionApplication on DESKTOP-46UE442 with PID 20320 (E:\java\YaoXiangMu\springboot-parent\springboot-function\target\classes started by admin in E:\java\YaoXiangMu\springboot-parent)
  240. 2023-09-22 17:57:15.769 INFO 20320 --- [main] c.x.s.SpringbootFunctionApplication : The following profiles are active: dev
  241. 2023-09-22 17:57:16.567 INFO 20320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  242. 2023-09-22 17:57:16.570 INFO 20320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  243. 2023-09-22 17:57:16.605 INFO 20320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
  244. 2023-09-22 17:57:16.680 WARN 20320 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.xmnk.springbootfunction]' package. Please check your configuration.
  245. 2023-09-22 17:57:16.973 INFO 20320 --- [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)
  246. 2023-09-22 17:57:17.057 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$8cd46460] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  247. 2023-09-22 17:57:17.064 INFO 20320 --- [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)
  248. 2023-09-22 17:57:17.069 INFO 20320 --- [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)
  249. 2023-09-22 17:57:17.079 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2345f38f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  250. 2023-09-22 17:57:17.094 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.xmnk.springbootfunction.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$98c8b0a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  251. 2023-09-22 17:57:17.527 INFO 20320 --- [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)
  252. 2023-09-22 17:57:17.545 INFO 20320 --- [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)
  253. 2023-09-22 17:57:17.554 INFO 20320 --- [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)
  254. 2023-09-22 17:57:17.567 INFO 20320 --- [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)
  255. 2023-09-22 17:57:17.578 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$7ba4dc6f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  256. 2023-09-22 17:57:17.585 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  257. 2023-09-22 17:57:17.587 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  258. 2023-09-22 17:57:17.592 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  259. 2023-09-22 17:57:17.596 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  260. 2023-09-22 17:57:17.686 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  261. 2023-09-22 17:57:17.694 INFO 20320 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  262. 2023-09-22 17:57:17.735 WARN 20320 --- [main] c.d.f.scanner.ClassPathClientScanner : [Forest] No Forest client is found in package '[com.xmnk.springbootfunction]'.
  263. 2023-09-22 17:57:18.075 INFO 20320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 10015 (http)
  264. 2023-09-22 17:57:18.093 INFO 20320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  265. 2023-09-22 17:57:18.093 INFO 20320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
  266. 2023-09-22 17:57:18.191 INFO 20320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  267. 2023-09-22 17:57:18.191 INFO 20320 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2336 ms
  268. 2023-09-22 17:57:18.511 INFO 20320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Starting...
  269. 2023-09-22 17:57:18.624 INFO 20320 --- [main] com.zaxxer.hikari.HikariDataSource : master - Start completed.
  270. 2023-09-22 17:57:18.624 INFO 20320 --- [main] c.b.d.d.DynamicRoutingDataSource : 初始共加载 1 个数据源
  271. 2023-09-22 17:57:18.625 INFO 20320 --- [main] c.b.d.d.DynamicRoutingDataSource : 动态数据源-加载 master 成功
  272. 2023-09-22 17:57:18.625 INFO 20320 --- [main] c.b.d.d.DynamicRoutingDataSource : 当前的默认数据源是单数据源,数据源名为 master
  273. 2023-09-22 17:57:20.615 INFO 20320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  274. 2023-09-22 17:57:21.310 INFO 20320 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  275. 2023-09-22 17:57:21.479 INFO 20320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 10015 (http) with context path ''
  276. 2023-09-22 17:57:21.482 INFO 20320 --- [main] c.x.s.SpringbootFunctionApplication : Started SpringbootFunctionApplication in 6.305 seconds (JVM running for 7.187)
  277. 2023-09-22 17:57:21.485 INFO 20320 --- [main] c.x.s.SpringbootFunctionApplication :
  278. ----------------------------------------------------------
  279. Application 'imageSynthesis' is running! ----------------------------------------------------------
  280. 2023-09-22 17:57:25.259 INFO 20320 --- [http-nio-10015-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  281. 2023-09-22 17:57:25.259 INFO 20320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  282. 2023-09-22 17:57:25.289 INFO 20320 --- [http-nio-10015-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 30 ms
  283. 2023-09-22 17:58:33.804 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时197毫秒
  284. 2023-09-22 17:58:33.866 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  285. 2023-09-22 17:58:33.868 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  286. 2023-09-22 17:59:17.460 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.input耗时80毫秒
  287. 2023-09-22 17:59:17.461 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/input,请求方式POST,入参:["httpServletRequest",{"createdAt":1695376757381,"id":13,"releaseAt":1695139200000,"releaseAtStr":"2023-09-20","updateAdmin":"姚金迪","updatedAt":1695376757381,"versionCode":"V1.0","versionContent":"修改日志","versionNote":"请注意.....","workHour":5}]
  288. 2023-09-22 17:59:17.461 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  289. 2023-09-22 18:00:32.911 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.update耗时0毫秒
  290. 2023-09-22 18:00:32.912 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/update,请求方式PUT,入参:["httpServletRequest",{"id":1,"releaseAtStr":"2023-09-20","updateAdmin":"姚金迪","versionCode":"V1.0","versionContent":"修改日志","versionNote":"请注意.....","workHour":5}]
  291. 2023-09-22 18:00:32.912 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  292. 2023-09-22 18:01:18.242 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.deleteById耗时1毫秒
  293. 2023-09-22 18:01:18.242 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/deleteById,请求方式DELETE,入参:["httpServletRequest",1]
  294. 2023-09-22 18:01:18.243 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  295. 2023-09-22 18:01:47.668 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.deleteById耗时64毫秒
  296. 2023-09-22 18:01:47.669 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/deleteById,请求方式DELETE,入参:["httpServletRequest",13]
  297. 2023-09-22 18:01:47.669 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  298. 2023-09-22 18:01:53.692 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.input耗时49毫秒
  299. 2023-09-22 18:01:53.692 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/input,请求方式POST,入参:["httpServletRequest",{"createdAt":1695376913643,"id":14,"releaseAt":1695139200000,"releaseAtStr":"2023-09-20","updateAdmin":"姚金迪","updatedAt":1695376913643,"versionCode":"V1.0","versionContent":"修改日志","versionNote":"请注意.....","workHour":5}]
  300. 2023-09-22 18:01:53.692 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  301. 2023-09-22 18:01:56.628 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时6毫秒
  302. 2023-09-22 18:01:56.629 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip192.168.12.123,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  303. 2023-09-22 18:01:56.629 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  304. 2023-09-22 18:05:11.183 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6d335a0e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  305. 2023-09-22 18:05:11.185 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@77857e77 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  306. 2023-09-22 18:05:11.185 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d2b911f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  307. 2023-09-22 18:05:11.185 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7dd4c4d8 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  308. 2023-09-22 18:05:11.186 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@135ccef (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  309. 2023-09-22 18:05:11.187 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5d9f6c78 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  310. 2023-09-22 18:05:11.187 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5cbdadbd (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  311. 2023-09-22 18:05:11.188 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@71440f6 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  312. 2023-09-22 18:05:11.189 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2869b64f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  313. 2023-09-22 18:05:11.190 WARN 20320 --- [http-nio-10015-exec-8] com.zaxxer.hikari.pool.PoolBase : master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@e33f396 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
  314. 2023-09-22 18:05:11.355 INFO 20320 --- [http-nio-10015-exec-8] io.lettuce.core.EpollProvider : Starting without optional epoll library
  315. 2023-09-22 18:05:11.356 INFO 20320 --- [http-nio-10015-exec-8] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  316. 2023-09-22 18:05:11.852 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.UserController.detailInfo耗时9毫秒
  317. 2023-09-22 18:05:11.852 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/user,请求方式GET,入参:["httpServletRequest"]
  318. 2023-09-22 18:05:11.859 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  319. 2023-09-22 18:05:18.042 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时4毫秒
  320. 2023-09-22 18:05:18.042 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  321. 2023-09-22 18:05:18.050 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  322. 2023-09-22 18:05:18.065 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.TemplateController.list耗时17毫秒
  323. 2023-09-22 18:05:18.068 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/template/list,请求方式GET,入参:["httpServletRequest",{}]
  324. 2023-09-22 18:05:18.075 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  325. 2023-09-22 18:05:18.219 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.selectList耗时32毫秒
  326. 2023-09-22 18:05:18.219 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/selectList,请求方式GET,入参:["httpServletRequest","SYS_FONT_STYLE"]
  327. 2023-09-22 18:05:18.226 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  328. 2023-09-22 18:05:23.369 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时9毫秒
  329. 2023-09-22 18:05:23.371 ERROR 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  330. java.lang.NullPointerException: null
  331. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  332. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  333. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  334. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  335. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  336. at java.lang.reflect.Method.invoke(Method.java:498)
  337. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  338. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  339. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  340. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  341. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  342. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  343. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  344. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  345. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  346. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  347. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  348. at java.lang.reflect.Method.invoke(Method.java:498)
  349. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  350. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  351. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  352. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  353. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  354. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  355. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  356. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  357. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  358. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  359. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  360. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  361. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  362. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  363. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  364. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  365. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  366. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  367. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  368. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  369. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  370. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  371. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  372. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  373. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  374. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  375. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  376. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  377. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  378. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  379. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  380. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  381. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  382. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  383. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  384. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  385. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  386. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  387. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  388. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  389. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  390. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  391. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  392. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  393. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  394. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  395. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  396. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  397. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  398. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  399. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  400. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  401. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  402. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  403. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  404. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  405. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  406. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  407. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  408. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  409. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  410. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  411. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  412. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  413. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  414. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  415. at java.lang.Thread.run(Thread.java:748)
  416. 2023-09-22 18:05:23.372 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  417. 2023-09-22 18:05:23.376 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  418. 2023-09-22 18:05:28.690 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时4毫秒
  419. 2023-09-22 18:05:28.691 ERROR 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  420. java.lang.NullPointerException: null
  421. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  422. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  423. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  424. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  425. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  426. at java.lang.reflect.Method.invoke(Method.java:498)
  427. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  428. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  429. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  430. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  431. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  432. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  433. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  434. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  435. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  436. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  437. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  438. at java.lang.reflect.Method.invoke(Method.java:498)
  439. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  440. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  441. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  442. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  443. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  444. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  445. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  446. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  447. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  448. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  449. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  450. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  451. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  452. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  453. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  454. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  455. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  456. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  457. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  458. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  459. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  460. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  461. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  462. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  463. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  464. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  465. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  466. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  467. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  468. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  469. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  470. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  471. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  472. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  473. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  474. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  475. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  476. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  477. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  478. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  479. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  480. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  481. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  482. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  483. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  484. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  485. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  486. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  487. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  488. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  489. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  490. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  491. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  492. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  493. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  494. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  495. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  496. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  497. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  498. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  499. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  500. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  501. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  502. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  503. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  504. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  505. at java.lang.Thread.run(Thread.java:748)
  506. 2023-09-22 18:05:28.691 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  507. 2023-09-22 18:05:28.697 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  508. 2023-09-22 18:05:29.269 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getIcon耗时1毫秒
  509. 2023-09-22 18:05:29.269 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/icon,请求方式GET,入参:["httpServletRequest",""]
  510. 2023-09-22 18:05:29.275 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  511. 2023-09-22 18:05:44.451 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时3毫秒
  512. 2023-09-22 18:05:44.451 ERROR 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  513. java.lang.NullPointerException: null
  514. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  515. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  516. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  517. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  518. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  519. at java.lang.reflect.Method.invoke(Method.java:498)
  520. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  521. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  522. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  523. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  524. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  525. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  526. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  527. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  528. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  529. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  530. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  531. at java.lang.reflect.Method.invoke(Method.java:498)
  532. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  533. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  534. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  535. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  536. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  537. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  538. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  539. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  540. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  541. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  542. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  543. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  544. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  545. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  546. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  547. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  548. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  549. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  550. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  551. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  552. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  553. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  554. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  555. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  556. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  557. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  558. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  559. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  560. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  561. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  562. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  563. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  564. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  565. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  566. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  567. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  568. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  569. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  570. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  571. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  572. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  573. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  574. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  575. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  576. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  577. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  578. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  579. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  580. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  581. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  582. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  583. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  584. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  585. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  586. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  587. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  588. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  589. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  590. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  591. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  592. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  593. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  594. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  595. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  596. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  597. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  598. at java.lang.Thread.run(Thread.java:748)
  599. 2023-09-22 18:05:44.451 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  600. 2023-09-22 18:05:44.456 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  601. 2023-09-22 18:05:49.703 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时3毫秒
  602. 2023-09-22 18:05:49.704 ERROR 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  603. java.lang.NullPointerException: null
  604. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  605. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  606. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  607. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  608. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  609. at java.lang.reflect.Method.invoke(Method.java:498)
  610. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  611. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  612. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  613. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  614. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  615. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  616. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  617. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  618. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  619. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  620. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  621. at java.lang.reflect.Method.invoke(Method.java:498)
  622. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  623. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  624. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  625. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  626. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  627. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  628. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  629. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  630. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  631. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  632. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  633. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  634. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  635. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  636. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  637. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  638. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  639. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  640. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  641. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  642. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  643. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  644. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  645. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  646. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  647. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  648. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  649. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  650. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  651. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  652. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  653. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  654. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  655. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  656. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  657. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  658. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  659. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  660. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  661. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  662. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  663. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  664. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  665. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  666. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  667. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  668. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  669. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  670. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  671. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  672. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  673. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  674. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  675. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  676. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  677. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  678. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  679. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  680. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  681. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  682. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  683. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  684. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  685. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  686. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  687. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  688. at java.lang.Thread.run(Thread.java:748)
  689. 2023-09-22 18:05:49.704 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  690. 2023-09-22 18:05:49.707 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  691. 2023-09-22 18:06:49.473 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.addPermission耗时39毫秒
  692. 2023-09-22 18:06:49.476 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/add,请求方式POST,入参:[{"children":[],"component":"@/views/versionManagement/version","createTime":1695377209441,"id":10,"meta":"{\"title\":\"版本管理\",\"icon\":\"settings-4-line\",\"hidden\":false}","name":"versionManagement","parentId":3,"path":"/versionManagement/version","redirect":"","sort":0,"status":1,"title":"版本管理","type":1,"updateTime":1695377209441}]
  693. 2023-09-22 18:06:49.480 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  694. 2023-09-22 18:06:50.115 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时3毫秒
  695. 2023-09-22 18:06:50.116 ERROR 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  696. java.lang.NullPointerException: null
  697. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  698. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  699. at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)
  700. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  701. at java.lang.reflect.Method.invoke(Method.java:498)
  702. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  703. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  704. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  705. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  706. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  707. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  708. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  709. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  710. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  711. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  712. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  713. at java.lang.reflect.Method.invoke(Method.java:498)
  714. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  715. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  716. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  717. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  718. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  719. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  720. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  721. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  722. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  723. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  724. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  725. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  726. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  727. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  728. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  729. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  730. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  731. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  732. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  733. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  734. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  735. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  736. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  737. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  738. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  739. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  740. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  741. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  742. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  743. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  744. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  745. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  746. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  747. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  748. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  749. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  750. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  751. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  752. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  753. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  754. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  755. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  756. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  757. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  758. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  759. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  760. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  761. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  762. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  763. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  764. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  765. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  766. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  767. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  768. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  769. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  770. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  771. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  772. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  773. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  774. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  775. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  776. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  777. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  778. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  779. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  780. at java.lang.Thread.run(Thread.java:748)
  781. 2023-09-22 18:06:50.116 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  782. 2023-09-22 18:06:50.120 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  783. 2023-09-22 18:06:53.974 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictTypeController.list耗时14毫秒
  784. 2023-09-22 18:06:53.975 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictType/list,请求方式GET,入参:["httpServletRequest",{"dictName":""}]
  785. 2023-09-22 18:06:53.980 INFO 20320 --- [http-nio-10015-exec-10] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  786. 2023-09-22 18:06:54.238 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.list耗时10毫秒
  787. 2023-09-22 18:06:54.241 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/list,请求方式GET,入参:["httpServletRequest",{"dictLabel":"","dictType":"SYS_FONT_COLOR","status":""}]
  788. 2023-09-22 18:06:54.245 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  789. 2023-09-22 18:06:55.432 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.RoleController.pageInfo耗时6毫秒
  790. 2023-09-22 18:06:55.436 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/roles,请求方式GET,入参:["httpServletRequest",{"name":""}]
  791. 2023-09-22 18:06:55.439 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  792. 2023-09-22 18:06:58.054 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.MenuController.getAllMenusPermissionTree耗时3毫秒
  793. 2023-09-22 18:06:58.055 ERROR 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : sysLog,exception:{}
  794. java.lang.NullPointerException: null
  795. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.saveSysLog(SysLogAspect.java:93)
  796. at com.xmnk.springbootfunction.aop.aspect.SysLogAspect.around(SysLogAspect.java:61)
  797. at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)
  798. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  799. at java.lang.reflect.Method.invoke(Method.java:498)
  800. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
  801. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
  802. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
  803. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
  804. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  805. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  806. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  807. at com.xmnk.springbootfunction.controller.base.MenuController$$EnhancerBySpringCGLIB$$deca0f97.getAllMenusPermissionTree(<generated>)
  808. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  809. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  810. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  811. at java.lang.reflect.Method.invoke(Method.java:498)
  812. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  813. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  814. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
  815. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892)
  816. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
  817. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  818. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039)
  819. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
  820. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
  821. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
  822. at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
  823. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
  824. at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
  825. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  826. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  827. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  828. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  829. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  830. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  831. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  832. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  833. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  834. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  835. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  836. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  837. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  838. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  839. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  840. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  841. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  842. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  843. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  844. at com.xmnk.springbootfunction.sso.h5.CorsFilter.doFilter(CorsFilter.java:44)
  845. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  846. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  847. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  848. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  849. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  850. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  851. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  852. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  853. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  854. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  855. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  856. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  857. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  858. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  859. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  860. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109)
  861. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  862. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  863. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  864. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  865. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  866. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  867. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  868. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  869. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  870. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  871. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  872. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
  873. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
  874. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  875. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  876. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  877. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  878. at java.lang.Thread.run(Thread.java:748)
  879. 2023-09-22 18:06:58.055 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/menu/tree,请求方式GET,入参:null
  880. 2023-09-22 18:06:58.060 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  881. 2023-09-22 18:06:58.428 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.RoleController.detailInfo耗时5毫秒
  882. 2023-09-22 18:06:58.428 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/role,请求方式GET,入参:["httpServletRequest","1"]
  883. 2023-09-22 18:06:58.433 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  884. 2023-09-22 18:07:01.362 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.RolePermissionController.operationRolePermission耗时296毫秒
  885. 2023-09-22 18:07:01.364 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/role/permission,请求方式POST,入参:[{"permissionIds":["1","2","3","4","5","6","7","10","9","8"],"roleId":"1"}]
  886. 2023-09-22 18:07:01.368 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  887. 2023-09-22 18:07:01.904 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.RoleController.pageInfo耗时2毫秒
  888. 2023-09-22 18:07:01.904 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/roles,请求方式GET,入参:["httpServletRequest",{"name":""}]
  889. 2023-09-22 18:07:01.909 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  890. 2023-09-22 18:07:04.218 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.selectList耗时3毫秒
  891. 2023-09-22 18:07:04.218 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/selectList,请求方式GET,入参:["httpServletRequest","SYS_FONT_STYLE"]
  892. 2023-09-22 18:07:04.221 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  893. 2023-09-22 18:07:04.533 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.TemplateController.list耗时4毫秒
  894. 2023-09-22 18:07:04.533 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/template/list,请求方式GET,入参:["httpServletRequest",{}]
  895. 2023-09-22 18:07:04.536 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  896. 2023-09-22 18:07:09.516 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.UserController.detailInfo耗时5毫秒
  897. 2023-09-22 18:07:09.516 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/user,请求方式GET,入参:["httpServletRequest"]
  898. 2023-09-22 18:07:09.520 INFO 20320 --- [http-nio-10015-exec-7] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  899. 2023-09-22 18:07:10.634 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时3毫秒
  900. 2023-09-22 18:07:10.634 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  901. 2023-09-22 18:07:10.634 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.TemplateController.list耗时3毫秒
  902. 2023-09-22 18:07:10.634 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/template/list,请求方式GET,入参:["httpServletRequest",{}]
  903. 2023-09-22 18:07:10.638 INFO 20320 --- [http-nio-10015-exec-9] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  904. 2023-09-22 18:07:10.638 INFO 20320 --- [http-nio-10015-exec-1] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  905. 2023-09-22 18:07:10.866 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.DictDataController.selectList耗时3毫秒
  906. 2023-09-22 18:07:10.866 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/dictData/selectList,请求方式GET,入参:["httpServletRequest","SYS_FONT_STYLE"]
  907. 2023-09-22 18:07:10.869 INFO 20320 --- [http-nio-10015-exec-2] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  908. 2023-09-22 18:07:14.141 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时3毫秒
  909. 2023-09-22 18:07:14.141 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  910. 2023-09-22 18:07:14.145 INFO 20320 --- [http-nio-10015-exec-3] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  911. 2023-09-22 18:07:15.994 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时3毫秒
  912. 2023-09-22 18:07:15.994 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  913. 2023-09-22 18:07:15.997 INFO 20320 --- [http-nio-10015-exec-4] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  914. 2023-09-22 18:07:27.809 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.input耗时154毫秒
  915. 2023-09-22 18:07:27.809 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/input,请求方式POST,入参:["httpServletRequest",{"createdAt":1695377247655,"id":15,"releaseAt":1694620800000,"releaseAtStr":"2023-09-14","updateAdmin":"123","updatedAt":1695377247655,"versionCode":"V1.1","versionContent":"123","versionNote":"123","workHour":2}]
  916. 2023-09-22 18:07:27.813 INFO 20320 --- [http-nio-10015-exec-6] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  917. 2023-09-22 18:07:28.343 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时3毫秒
  918. 2023-09-22 18:07:28.343 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  919. 2023-09-22 18:07:28.347 INFO 20320 --- [http-nio-10015-exec-8] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  920. 2023-09-22 18:07:31.745 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : 请求com.xmnk.springbootfunction.controller.base.BaseLogController.selectPage耗时3毫秒
  921. 2023-09-22 18:07:31.745 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : Ip127.0.0.1,接口地址http://192.168.12.123:10015/sys/log/page,请求方式GET,入参:["httpServletRequest",{}]
  922. 2023-09-22 18:07:31.749 INFO 20320 --- [http-nio-10015-exec-5] c.x.s.aop.aspect.SysLogAspect : BaseEntity(page=1, limit=10)
  923. 2023-09-22 18:14:51.097 INFO 20320 --- [Thread-14] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
  924. 2023-09-22 18:14:51.099 INFO 20320 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  925. 2023-09-22 18:14:51.223 INFO 20320 --- [Thread-14] c.b.d.d.DynamicRoutingDataSource : closing dynamicDatasource ing....
  926. 2023-09-22 18:14:51.223 INFO 20320 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
  927. 2023-09-22 18:14:51.230 INFO 20320 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.