log_total.log 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [2025-08-28 11:04:39.861] [INFO ] [main] [jnpf.JnpfAdminApplication] [?] [?] - Starting JnpfAdminApplication using Java 21.0.8 with PID 31928 (C:\Users\zhaojinyu\Desktop\USKY\jnpf5.2\jnpf-java-boot\jnpf-admin\target\classes started by zhaojinyu in C:\Users\zhaojinyu\Desktop\USKY\jnpf5.2\jnpf-java-boot)
  2. [2025-08-28 11:04:39.864] [INFO ] [main] [jnpf.JnpfAdminApplication] [?] [?] - The following 1 profile is active: "dev"
  3. [2025-08-28 11:04:41.402] [WARN ] [main] [o.s.core.annotation.AnnotationTypeMapping] [?] [?] - Support for convention-based annotation attribute overrides is deprecated and will be removed in Spring Framework 6.2. Please annotate the following attributes in @com.baomidou.dynamic.datasource.annotation.DsTxEventListener with appropriate @AliasFor declarations: [condition]
  4. [2025-08-28 11:04:45.430] [INFO ] [main] [o.s.d.r.config.RepositoryConfigurationDelegate] [?] [?] - Multiple Spring Data modules found, entering strict repository configuration mode
  5. [2025-08-28 11:04:45.444] [INFO ] [main] [o.s.d.r.config.RepositoryConfigurationDelegate] [?] [?] - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  6. [2025-08-28 11:04:46.184] [INFO ] [main] [o.s.d.r.config.RepositoryConfigurationDelegate] [?] [?] - Finished Spring Data repository scanning in 690 ms. Found 0 Redis repository interfaces.
  7. [2025-08-28 11:04:49.459] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'coreAutoConfiguration' of type [jnpf.config.CoreAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  8. [2025-08-28 11:04:49.474] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'getConfigValueUtil' of type [jnpf.config.ConfigValueUtil] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  9. [2025-08-28 11:04:49.479] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'tenantDataSourceUtil' of type [jnpf.database.util.TenantDataSourceUtil] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  10. [2025-08-28 11:04:49.481] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'asyncConfig' of type [jnpf.config.AsyncConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  11. [2025-08-28 11:04:49.491] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'threadPoolTaskExecutor' of type [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  12. [2025-08-28 11:04:49.495] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'defaultExecutor' of type [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  13. [2025-08-28 11:04:49.497] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'threadPoolExecutorUtil' of type [jnpf.util.ThreadPoolExecutorUtil] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  14. [2025-08-28 11:04:49.516] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'dataSourceUtil' of type [jnpf.database.util.DataSourceUtil] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  15. [2025-08-28 11:04:49.520] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'mybatisPlusConfig' of type [jnpf.database.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  16. [2025-08-28 11:04:49.530] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'myDynamicDatasourceGeneratorAdvisor' of type [jnpf.database.config.MybatisPlusConfig$3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  17. [2025-08-28 11:04:49.530] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'lock4jAutoConfiguration' of type [jnpf.config.Lock4jAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  18. [2025-08-28 11:04:49.613] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'lockAnnotationAdvisor2' of type [jnpf.config.Lock4jAutoConfiguration$2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
  19. [2025-08-28 11:04:49.613] [WARN ] [main] [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [?] [?] - Bean 'projectEventAutoConfiguration' of type [jnpf.config.ProjectEventAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [getProjectEventListenerAnnotationBeanPostProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
  20. [2025-08-28 11:04:50.653] [INFO ] [main] [o.s.boot.web.embedded.tomcat.TomcatWebServer] [?] [?] - Tomcat initialized with port 30000 (http)
  21. [2025-08-28 11:04:50.718] [INFO ] [main] [org.apache.catalina.core.StandardService] [?] [?] - Starting service [Tomcat]
  22. [2025-08-28 11:04:50.719] [INFO ] [main] [org.apache.catalina.core.StandardEngine] [?] [?] - Starting Servlet engine: [Apache Tomcat/10.1.30]
  23. [2025-08-28 11:04:50.925] [INFO ] [main] [o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]] [?] [?] - Initializing Spring embedded WebApplicationContext
  24. [2025-08-28 11:04:50.925] [INFO ] [main] [o.s.b.w.s.c.ServletWebServerApplicationContext] [?] [?] - Root WebApplicationContext: initialization completed in 10401 ms
  25. [2025-08-28 11:04:52.448] [INFO ] [main] [com.alibaba.druid.pool.DruidDataSource] [?] [?] - {dataSource-1,master} inited
  26. [2025-08-28 11:04:52.450] [INFO ] [main] [c.b.dynamic.datasource.DynamicRoutingDataSource] [?] [?] - dynamic-datasource - add a datasource named [master] success
  27. [2025-08-28 11:04:52.453] [INFO ] [main] [c.b.dynamic.datasource.DynamicRoutingDataSource] [?] [?] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
  28. [2025-08-28 11:04:52.462] [INFO ] [main] [c.g.y.a.MybatisPlusJoinAutoConfiguration] [?] [?] - mybatis plus join properties config complete
  29. [2025-08-28 11:04:52.463] [INFO ] [main] [c.g.y.a.MybatisPlusJoinAutoConfiguration] [?] [?] - mybatis plus join SqlInjector init
  30. [2025-08-28 11:04:53.158] [WARN ] [pool-1-thread-7] [c.b.mybatisplus.core.metadata.TableInfoHelper] [?] [?] - Can not find table primary key in Class: "java.lang.Object".
  31. [2025-08-28 11:04:53.167] [WARN ] [pool-1-thread-7] [com.github.yulichang.injector.MPJSqlInjector] [?] [?] - class java.lang.Object ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
  32. [2025-08-28 11:04:54.499] [INFO ] [main] [org.redisson.Version] [?] [?] - Redisson 3.27.2
  33. [2025-08-28 11:04:56.119] [INFO ] [redisson-netty-1-5] [org.redisson.connection.ConnectionsHolder] [?] [?] - 1 connections initialized for usky-cloud-redis/192.168.10.165:6379
  34. [2025-08-28 11:04:56.244] [INFO ] [redisson-netty-1-20] [org.redisson.connection.ConnectionsHolder] [?] [?] - 24 connections initialized for usky-cloud-redis/192.168.10.165:6379
  35. [2025-08-28 11:05:07.348] [INFO ] [main] [jnpf.scheduletask.config.XxlJobConfig] [?] [?] - >>>>>>>>>>> xxl-job config init.
  36. [2025-08-28 11:05:07.582] [INFO ] [main] [jnpf.database.config.IdGeneratorConfig] [?] [?] - 当前ID生成器编号: 24
  37. [2025-08-28 11:05:08.164] [INFO ] [main] [jnpf.handler.ProjectEventRedisMessageHandler] [?] [?] - 初始化自定义事件Redis监听器
  38. [2025-08-28 11:05:08.185] [INFO ] [main] [c.x.s.file.storage.FileStorageAutoConfiguration] [?] [?] - 加载存储平台:local-plus-1
  39. [2025-08-28 11:05:08.188] [INFO ] [main] [c.x.s.file.storage.FileStorageAutoConfiguration] [?] [?] - 加载存储平台:minio-1
  40. [2025-08-28 11:05:08.205] [WARN ] [main] [c.x.s.file.storage.FileStorageAutoConfiguration] [?] [?] - 检测到阿里云 OSS 配置,但是没有找到对应的依赖库,所以无法加载此存储平台!配置参考地址:https://spring-file-storage.xuyanwu.cn/#/%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8
  41. [2025-08-28 11:05:08.207] [WARN ] [main] [c.x.s.file.storage.FileStorageAutoConfiguration] [?] [?] - 检测到七牛云 Kodo 配置,但是没有找到对应的依赖库,所以无法加载此存储平台!配置参考地址:https://spring-file-storage.xuyanwu.cn/#/%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8
  42. [2025-08-28 11:05:08.209] [WARN ] [main] [c.x.s.file.storage.FileStorageAutoConfiguration] [?] [?] - 检测到腾讯云 COS 配置,但是没有找到对应的依赖库,所以无法加载此存储平台!配置参考地址:https://spring-file-storage.xuyanwu.cn/#/%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8
  43. [2025-08-28 11:05:09.950] [INFO ] [main] [org.quartz.impl.StdSchedulerFactory] [?] [?] - Using default implementation for ThreadExecutor
  44. [2025-08-28 11:05:09.966] [INFO ] [main] [org.quartz.core.SchedulerSignalerImpl] [?] [?] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  45. [2025-08-28 11:05:09.966] [INFO ] [main] [org.quartz.core.QuartzScheduler] [?] [?] - Quartz Scheduler v.2.3.2 created.
  46. [2025-08-28 11:05:09.970] [INFO ] [main] [org.quartz.simpl.RAMJobStore] [?] [?] - RAMJobStore initialized.
  47. [2025-08-28 11:05:09.972] [INFO ] [main] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  48. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  49. NOT STARTED.
  50. Currently in standby mode.
  51. Number of jobs executed: 0
  52. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  53. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  54. [2025-08-28 11:05:09.972] [INFO ] [main] [org.quartz.impl.StdSchedulerFactory] [?] [?] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  55. [2025-08-28 11:05:09.972] [INFO ] [main] [org.quartz.impl.StdSchedulerFactory] [?] [?] - Quartz scheduler version: 2.3.2
  56. [2025-08-28 11:05:09.972] [INFO ] [main] [org.quartz.core.QuartzScheduler] [?] [?] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5bafd971
  57. [2025-08-28 11:05:10.643] [INFO ] [main] [com.xxl.job.core.executor.XxlJobExecutor] [?] [?] - >>>>>>>>>>> xxl-job register jobhandler success, name:defaultHandler, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@69e0f16[class jnpf.scheduletask.task.ScheduleTaskHandler#defaultHandler]
  58. [2025-08-28 11:05:10.960] [INFO ] [main] [com.xxl.job.core.executor.XxlJobExecutor] [?] [?] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:{defaultHandler=com.xxl.job.core.handler.impl.MethodJobHandler@69e0f16[class jnpf.scheduletask.task.ScheduleTaskHandler#defaultHandler]}, registryResult:ReturnT [code=200, msg=null, content=null]
  59. [2025-08-28 11:05:11.064] [INFO ] [main] [o.s.boot.web.embedded.tomcat.TomcatWebServer] [?] [?] - Tomcat started on port 30000 (http) with context path '/'
  60. [2025-08-28 11:05:11.122] [INFO ] [main] [o.s.scheduling.quartz.SchedulerFactoryBean] [?] [?] - Starting Quartz Scheduler now
  61. [2025-08-28 11:05:11.122] [INFO ] [main] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  62. [2025-08-28 11:05:11.156] [INFO ] [main] [jnpf.JnpfAdminApplication] [?] [?] - Started JnpfAdminApplication in 33.404 seconds (process running for 35.585)
  63. [2025-08-28 11:05:11.189] [INFO ] [Thread-11] [com.xxl.job.core.server.EmbedServer] [?] [?] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 39999
  64. [2025-08-28 11:05:11.206] [ERROR] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.util.XxlJobRemotingUtil] [?] [?] - 调度服务器连接失败:Connection refused: getsockopt
  65. [2025-08-28 11:05:11.206] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='xxl-job-executor-sample1', registryValue='http://192.168.20.18:39999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connection refused: getsockopt), for url : http://127.0.0.1:30020/xxl-job-admin/api/registry, content=null]
  66. [2025-08-28 11:05:41.218] [ERROR] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.util.XxlJobRemotingUtil] [?] [?] - 调度服务器连接失败:Connection refused: getsockopt
  67. [2025-08-28 11:05:41.218] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='xxl-job-executor-sample1', registryValue='http://192.168.20.18:39999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connection refused: getsockopt), for url : http://127.0.0.1:30020/xxl-job-admin/api/registry, content=null]
  68. [2025-08-28 11:06:11.230] [ERROR] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.util.XxlJobRemotingUtil] [?] [?] - 调度服务器连接失败:Connection refused: getsockopt
  69. [2025-08-28 11:06:11.230] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='xxl-job-executor-sample1', registryValue='http://192.168.20.18:39999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connection refused: getsockopt), for url : http://127.0.0.1:30020/xxl-job-admin/api/registry, content=null]
  70. [2025-08-28 11:06:41.242] [ERROR] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.util.XxlJobRemotingUtil] [?] [?] - 调度服务器连接失败:Connection refused: getsockopt
  71. [2025-08-28 11:06:41.242] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='xxl-job-executor-sample1', registryValue='http://192.168.20.18:39999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connection refused: getsockopt), for url : http://127.0.0.1:30020/xxl-job-admin/api/registry, content=null]
  72. [2025-08-28 11:07:02.482] [INFO ] [SpringApplicationShutdownHook] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  73. [2025-08-28 11:07:02.502] [INFO ] [SpringApplicationShutdownHook] [o.s.scheduling.quartz.SchedulerFactoryBean] [?] [?] - Shutting down Quartz Scheduler
  74. [2025-08-28 11:07:02.502] [INFO ] [SpringApplicationShutdownHook] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  75. [2025-08-28 11:07:02.502] [INFO ] [SpringApplicationShutdownHook] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  76. [2025-08-28 11:07:02.503] [INFO ] [SpringApplicationShutdownHook] [org.quartz.core.QuartzScheduler] [?] [?] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  77. [2025-08-28 11:07:02.525] [ERROR] [SpringApplicationShutdownHook] [cn.xuyanwu.spring.file.storage.FileStorageService] [?] [?] - 销毁存储平台 local-plus-1 成功
  78. [2025-08-28 11:07:02.525] [ERROR] [SpringApplicationShutdownHook] [cn.xuyanwu.spring.file.storage.FileStorageService] [?] [?] - 销毁存储平台 minio-1 成功
  79. [2025-08-28 11:07:02.525] [INFO ] [Thread-11] [com.xxl.job.core.server.EmbedServer] [?] [?] - >>>>>>>>>>> xxl-job remoting server stop.
  80. [2025-08-28 11:07:02.526] [ERROR] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.util.XxlJobRemotingUtil] [?] [?] - 调度服务器连接失败:Connection refused: getsockopt
  81. [2025-08-28 11:07:02.526] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='xxl-job-executor-sample1', registryValue='http://192.168.20.18:39999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connection refused: getsockopt), for url : http://127.0.0.1:30020/xxl-job-admin/api/registryRemove, content=null]
  82. [2025-08-28 11:07:02.526] [INFO ] [xxl-job, executor ExecutorRegistryThread] [com.xxl.job.core.thread.ExecutorRegistryThread] [?] [?] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
  83. [2025-08-28 11:07:02.526] [INFO ] [SpringApplicationShutdownHook] [com.xxl.job.core.server.EmbedServer] [?] [?] - >>>>>>>>>>> xxl-job remoting server destroy success.
  84. [2025-08-28 11:07:02.526] [INFO ] [xxl-job, executor JobLogFileCleanThread] [com.xxl.job.core.thread.JobLogFileCleanThread] [?] [?] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
  85. [2025-08-28 11:07:02.527] [INFO ] [xxl-job, executor TriggerCallbackThread] [com.xxl.job.core.thread.TriggerCallbackThread] [?] [?] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
  86. [2025-08-28 11:07:02.527] [INFO ] [Thread-10] [com.xxl.job.core.thread.TriggerCallbackThread] [?] [?] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
  87. [2025-08-28 11:07:02.574] [INFO ] [SpringApplicationShutdownHook] [c.b.dynamic.datasource.DynamicRoutingDataSource] [?] [?] - dynamic-datasource start closing ....
  88. [2025-08-28 11:07:02.583] [INFO ] [SpringApplicationShutdownHook] [com.alibaba.druid.pool.DruidDataSource] [?] [?] - {dataSource-1} closing ...
  89. [2025-08-28 11:07:02.602] [INFO ] [SpringApplicationShutdownHook] [com.alibaba.druid.pool.DruidDataSource] [?] [?] - {dataSource-1} closed
  90. [2025-08-28 11:07:02.602] [INFO ] [SpringApplicationShutdownHook] [c.b.d.d.destroyer.DefaultDataSourceDestroyer] [?] [?] - dynamic-datasource close the datasource named [master] success,
  91. [2025-08-28 11:07:02.602] [INFO ] [SpringApplicationShutdownHook] [c.b.dynamic.datasource.DynamicRoutingDataSource] [?] [?] - dynamic-datasource all closed success,bye