springboot-logback-info.log 54.5 KB
2025-12-15 09:24:48,127 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 09:24:48,135 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 09:24:48,180 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces.
2025-12-15 09:24:48,536 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cf2efc2f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 09:24:48,643 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$82817e2a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 09:24:48,959 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 09:24:48,971 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 09:24:48,977 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 09:24:48,977 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 09:24:48,983 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 09:24:48,983 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 09:24:48,983 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 09:24:48,986 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 09:24:49,126 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 09:24:49,127 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 2257 ms
2025-12-15 09:24:49,225 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 09:24:50,296 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 09:24:53,704 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 09:24:53,913 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 09:24:54,930 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 09:24:54,944 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 09:24:54,944 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 09:24:54,945 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 09:24:54,946 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 09:24:54,946 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 09:24:54,946 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 09:24:54,947 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@68fc636a
2025-12-15 09:24:54,965 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 09:24:55,044 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 09:24:55,069 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 09:24:55,106 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 09:24:55,339 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 09:24:55,340 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 09:24:55,351 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 09:24:55,383 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 09:45:41,621 [http-nio-23510-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 09:45:41,621 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 09:45:41,630 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 9 ms
2025-12-15 09:58:55,472 [Thread-22]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 09:58:55,472 [Thread-22]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 09:58:55,473 [Thread-22]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 09:58:55,473 [Thread-22]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 09:58:55,473 [Thread-22]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 09:58:55,473 [Thread-22]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 09:58:55,478 [Thread-22]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 09:58:55,496 [Thread-22]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 09:58:55,498 [Thread-22]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 09:59:13,240 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 09:59:13,244 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 09:59:13,287 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 29ms. Found 0 repository interfaces.
2025-12-15 09:59:13,651 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$298240fe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 09:59:13,749 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$dcd4c2f9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 09:59:14,169 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 09:59:14,182 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 09:59:14,190 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 09:59:14,191 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 09:59:14,197 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 09:59:14,197 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 09:59:14,197 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 09:59:14,200 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 09:59:14,349 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 09:59:14,349 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 2039 ms
2025-12-15 09:59:14,463 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 09:59:15,659 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 09:59:18,655 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 09:59:18,819 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 09:59:19,530 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 09:59:19,540 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 09:59:19,541 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 09:59:19,542 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 09:59:19,542 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 09:59:19,543 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 09:59:19,543 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 09:59:19,543 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@18301763
2025-12-15 09:59:19,558 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 09:59:19,621 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 09:59:19,639 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 09:59:19,671 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 09:59:19,866 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 09:59:19,867 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 09:59:19,877 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 09:59:19,898 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 09:59:20,116 [http-nio-23510-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 09:59:20,116 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 09:59:20,123 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 7 ms
2025-12-15 10:24:46,373 [Thread-19]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 10:24:46,391 [Thread-19]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 10:24:46,397 [Thread-19]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 10:24:46,398 [Thread-19]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 10:24:46,398 [Thread-19]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 10:24:46,399 [Thread-19]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 10:24:46,446 [Thread-19]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 10:24:46,515 [Thread-19]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 10:24:46,542 [Thread-19]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 10:24:54,840 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 10:24:54,844 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 10:24:54,885 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
2025-12-15 10:24:55,233 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ae588d75] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 10:24:55,333 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$61ab0f70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 10:24:55,653 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 10:24:55,666 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 10:24:55,673 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 10:24:55,673 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 10:24:55,678 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 10:24:55,678 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 10:24:55,678 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 10:24:55,681 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 10:24:55,819 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 10:24:55,820 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 1933 ms
2025-12-15 10:24:55,920 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 10:24:57,255 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 10:25:00,524 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 10:25:00,698 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 10:25:01,549 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 10:25:01,560 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 10:25:01,560 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 10:25:01,561 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 10:25:01,562 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 10:25:01,562 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 10:25:01,562 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 10:25:01,563 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@655f92a1
2025-12-15 10:25:01,579 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 10:25:01,646 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 10:25:01,669 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 10:25:01,702 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 10:25:01,924 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 10:25:01,925 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 10:25:01,936 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 10:25:01,966 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 10:25:44,669 [http-nio-23510-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 10:25:44,669 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 10:25:44,678 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 9 ms
2025-12-15 10:26:13,976 [Thread-21]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 10:26:13,977 [Thread-21]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 10:26:13,977 [Thread-21]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 10:26:13,977 [Thread-21]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 10:26:13,977 [Thread-21]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 10:26:13,978 [Thread-21]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 10:26:13,984 [Thread-21]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 10:26:14,000 [Thread-21]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 10:26:14,003 [Thread-21]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 10:26:20,045 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 10:26:20,050 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 10:26:20,090 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 28ms. Found 0 repository interfaces.
2025-12-15 10:26:20,437 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6775700f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 10:26:20,533 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$1ac7f20a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 10:26:20,860 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 10:26:20,872 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 10:26:20,879 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 10:26:20,879 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 10:26:20,884 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 10:26:20,884 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 10:26:20,884 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 10:26:20,887 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 10:26:21,037 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 10:26:21,037 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 1898 ms
2025-12-15 10:26:21,140 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 10:26:22,307 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 10:26:25,514 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 10:26:25,684 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 10:26:26,447 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 10:26:26,457 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 10:26:26,457 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 10:26:26,458 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 10:26:26,459 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 10:26:26,460 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 10:26:26,460 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 10:26:26,460 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5ec3689b
2025-12-15 10:26:26,475 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 10:26:26,538 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 10:26:26,558 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 10:26:26,594 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 10:26:26,805 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 10:26:26,806 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 10:26:26,814 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 10:26:26,837 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 10:28:04,263 [http-nio-23510-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 10:28:04,263 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 10:28:04,269 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 6 ms
2025-12-15 14:20:28,824 [Thread-19]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 14:20:28,840 [Thread-19]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 14:20:28,845 [Thread-19]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 14:20:28,845 [Thread-19]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 14:20:28,845 [Thread-19]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 14:20:28,847 [Thread-19]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 14:20:28,895 [Thread-19]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 14:20:28,982 [Thread-19]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 14:20:28,990 [Thread-19]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 14:20:37,155 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 14:20:37,162 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 14:20:37,220 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 37ms. Found 0 repository interfaces.
2025-12-15 14:20:37,681 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$43e98983] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 14:20:37,813 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$f73c0b7e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 14:20:38,199 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 14:20:38,215 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 14:20:38,223 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 14:20:38,223 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 14:20:38,230 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 14:20:38,230 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 14:20:38,230 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 14:20:38,234 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 14:20:38,384 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 14:20:38,384 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 2482 ms
2025-12-15 14:20:38,513 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 14:20:39,647 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 14:20:42,926 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 14:20:43,109 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 14:20:43,931 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 14:20:43,944 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 14:20:43,944 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 14:20:43,945 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 14:20:43,945 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 14:20:43,946 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 14:20:43,946 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 14:20:43,946 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1b53e6fc
2025-12-15 14:20:43,961 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 14:20:44,027 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 14:20:44,045 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 14:20:44,077 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 14:20:44,296 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 14:20:44,296 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 14:20:44,305 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 14:20:44,333 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 14:25:25,108 [http-nio-23510-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 14:25:25,108 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 14:25:25,115 [http-nio-23510-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 7 ms
2025-12-15 15:25:02,670 [Thread-22]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:25:02,674 [Thread-22]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 15:25:02,678 [Thread-22]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 15:25:02,678 [Thread-22]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 15:25:02,678 [Thread-22]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:25:02,679 [Thread-22]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 15:25:02,701 [Thread-22]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 15:25:02,863 [Thread-22]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 15:25:02,899 [Thread-22]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 15:25:10,181 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 15:25:10,186 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 15:25:10,227 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 30ms. Found 0 repository interfaces.
2025-12-15 15:25:10,621 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$890f06eb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 15:25:10,723 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$3c6188e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 15:25:11,136 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 15:25:11,151 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 15:25:11,160 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 15:25:11,161 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 15:25:11,168 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 15:25:11,168 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 15:25:11,168 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 15:25:11,172 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 15:25:11,347 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 15:25:11,347 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 2200 ms
2025-12-15 15:25:11,481 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 15:25:12,659 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 15:25:16,027 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 15:25:16,233 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 15:25:16,980 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 15:25:16,991 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 15:25:16,991 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 15:25:16,992 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 15:25:16,993 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 15:25:16,993 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 15:25:16,993 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 15:25:16,993 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8ad6d29
2025-12-15 15:25:17,009 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 15:25:17,077 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 15:25:17,099 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 15:25:17,133 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 15:25:17,346 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 15:25:17,346 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 15:25:17,360 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 15:25:17,385 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 15:28:18,562 [http-nio-23510-exec-3]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 15:28:18,562 [http-nio-23510-exec-3]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 15:28:18,569 [http-nio-23510-exec-3]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 7 ms
2025-12-15 15:34:56,893 [Thread-20]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:34:56,894 [Thread-20]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 15:34:56,894 [Thread-20]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 15:34:56,894 [Thread-20]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 15:34:56,894 [Thread-20]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:34:56,895 [Thread-20]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 15:34:56,900 [Thread-20]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 15:34:56,916 [Thread-20]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 15:34:56,919 [Thread-20]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2025-12-15 15:35:01,485 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-12-15 15:35:01,490 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-12-15 15:35:01,539 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 33ms. Found 0 repository interfaces.
2025-12-15 15:35:01,914 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b3429b5a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 15:35:02,013 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.show.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$66951d55] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-12-15 15:35:02,349 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23510 (http)
2025-12-15 15:35:02,361 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23510"]
2025-12-15 15:35:02,368 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2025-12-15 15:35:02,368 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2025-12-15 15:35:02,374 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - Loaded APR based Apache Tomcat Native library [1.2.37] using APR version [1.7.4].
2025-12-15 15:35:02,374 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-12-15 15:35:02,374 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-12-15 15:35:02,377 [main]  INFO org.apache.catalina.core.AprLifecycleListener:173 - OpenSSL successfully initialized [OpenSSL 1.1.1u  30 May 2023]
2025-12-15 15:35:02,523 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2025-12-15 15:35:02,523 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 1964 ms
2025-12-15 15:35:02,625 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2025-12-15 15:35:03,829 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2025-12-15 15:35:07,101 [main]  INFO springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2025-12-15 15:35:07,329 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2025-12-15 15:35:08,163 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2025-12-15 15:35:08,177 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-12-15 15:35:08,178 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2025-12-15 15:35:08,179 [main]  INFO org.quartz.simpl.RAMJobStore:155 - RAMJobStore initialized.
2025-12-15 15:35:08,180 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-12-15 15:35:08,180 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2025-12-15 15:35:08,180 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2025-12-15 15:35:08,180 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@38394e76
2025-12-15 15:35:08,200 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2025-12-15 15:35:08,291 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2025-12-15 15:35:08,319 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2025-12-15 15:35:08,363 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2025-12-15 15:35:08,660 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
2025-12-15 15:35:08,661 [main]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2025-12-15 15:35:08,671 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23510"]
2025-12-15 15:35:08,716 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23510 (http) with context path ''
2025-12-15 15:47:08,398 [http-nio-23510-exec-2]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-15 15:47:08,398 [http-nio-23510-exec-2]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2025-12-15 15:47:08,404 [http-nio-23510-exec-2]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 6 ms
2025-12-15 15:47:48,043 [Thread-21]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:47:48,043 [Thread-21]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2025-12-15 15:47:48,043 [Thread-21]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2025-12-15 15:47:48,043 [Thread-21]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2025-12-15 15:47:48,043 [Thread-21]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2025-12-15 15:47:48,044 [Thread-21]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2025-12-15 15:47:48,049 [Thread-21]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2025-12-15 15:47:48,066 [Thread-21]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2025-12-15 15:47:48,067 [Thread-21]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed