Blame view

springboot-logback-info.log 18.2 KB
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
2024-11-07 09:35:15,611 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2024-11-07 09:35:15,623 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2024-11-07 09:35:15,707 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 60ms. Found 0 repository interfaces.
2024-11-07 09:35:16,323 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5bb98bdc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-07 09:35:16,459 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.subsidy.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$5b8196e3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-07 09:35:16,923 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23467 (http)
2024-11-07 09:35:16,943 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23467"]
2024-11-07 09:35:16,955 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-11-07 09:35:16,955 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2024-11-07 09:35:17,107 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-11-07 09:35:17,107 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 3434 ms
2024-11-07 09:35:17,255 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2024-11-07 09:35:18,595 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2024-11-07 09:35:21,456 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2024-11-07 09:35:21,468 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2024-11-07 09:35:21,468 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2024-11-07 09:35:21,472 [main]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
2024-11-07 09:35:21,476 [main]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
2024-11-07 09:35:21,476 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
涂亚平 committed
20 21 22 23 24 25 26
  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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

涂亚平 committed
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
2024-11-07 09:35:21,476 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
2024-11-07 09:35:21,476 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2024-11-07 09:35:21,476 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: com.subsidy.common.configure.JobFactory@70c205bf
2024-11-07 09:35:22,437 [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)]
2024-11-07 09:35:22,776 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2024-11-07 09:35:23,916 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2024-11-07 09:35:24,029 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2024-11-07 09:35:24,057 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2024-11-07 09:35:24,101 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2024-11-07 09:35:24,365 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteAdministerUsingPOST_1
2024-11-07 09:35:24,373 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: operatorsUsingPOST_1
2024-11-07 09:35:24,373 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: updateAdministerUsingPOST_1
2024-11-07 09:35:24,472 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:731 - Will start Quartz Scheduler [schedulerFactoryBean] in 1 seconds
2024-11-07 09:35:24,496 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23467"]
2024-11-07 09:35:24,528 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23467 (http) with context path ''
2024-11-07 09:35:25,494 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:747 - Starting Quartz Scheduler now, after delay of 1 seconds
2024-11-07 09:35:25,570 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
2024-11-07 09:35:25,590 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
2024-11-07 09:35:25,590 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
2024-11-07 09:35:25,598 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
2024-11-07 09:35:25,610 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
2024-11-07 09:35:25,626 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
2024-11-07 09:35:31,579 [http-nio-23467-exec-1]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-07 09:35:31,579 [http-nio-23467-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2024-11-07 09:35:31,588 [http-nio-23467-exec-1]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 9 ms
2024-11-07 09:37:49,042 [Thread-24]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
2024-11-07 09:37:49,042 [Thread-24]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2024-11-07 09:37:49,050 [Thread-24]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2024-11-07 09:37:49,078 [Thread-24]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
2024-11-07 09:37:49,078 [Thread-24]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
2024-11-07 09:37:49,078 [Thread-24]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
2024-11-07 09:37:49,078 [Thread-24]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2024-11-07 09:37:49,082 [Thread-24]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2024-11-07 09:37:49,086 [Thread-24]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2024-11-07 09:38:04,213 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
2024-11-07 09:38:04,217 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
2024-11-07 09:38:04,265 [main]  INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 36ms. Found 0 repository interfaces.
2024-11-07 09:38:04,664 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$63452b5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-07 09:38:04,760 [main]  INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [com.subsidy.common.configure.RedisConfig$$EnhancerBySpringCGLIB$$630d3666] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-07 09:38:05,116 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 23467 (http)
2024-11-07 09:38:05,128 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-23467"]
2024-11-07 09:38:05,136 [main]  INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-11-07 09:38:05,136 [main]  INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.22]
2024-11-07 09:38:05,256 [main]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-11-07 09:38:05,256 [main]  INFO org.springframework.web.context.ContextLoader:284 - Root WebApplicationContext: initialization completed in 2125 ms
2024-11-07 09:38:05,375 [main]  INFO com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure:56 - Init DruidDataSource
2024-11-07 09:38:07,379 [main]  INFO com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1} inited
2024-11-07 09:38:11,364 [main]  INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
2024-11-07 09:38:11,380 [main]  INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2024-11-07 09:38:11,380 [main]  INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.1 created.
2024-11-07 09:38:11,388 [main]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
2024-11-07 09:38:11,388 [main]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
2024-11-07 09:38:11,392 [main]  INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.1) 'schedulerFactoryBean' 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2024-11-07 09:38:11,392 [main]  INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
2024-11-07 09:38:11,392 [main]  INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.1
2024-11-07 09:38:11,392 [main]  INFO org.quartz.core.QuartzScheduler:2293 - JobFactory set to: com.subsidy.common.configure.JobFactory@51a719e7
2024-11-07 09:38:12,277 [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)]
2024-11-07 09:38:12,482 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
2024-11-07 09:38:13,253 [main]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:171 - Initializing ExecutorService 'taskScheduler'
2024-11-07 09:38:13,341 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
2024-11-07 09:38:13,357 [main]  INFO springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
2024-11-07 09:38:13,397 [main]  INFO springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
2024-11-07 09:38:13,607 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteAdministerUsingPOST_1
2024-11-07 09:38:13,611 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: operatorsUsingPOST_1
2024-11-07 09:38:13,611 [main]  INFO springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40 - Generating unique operation named: updateAdministerUsingPOST_1
2024-11-07 09:38:13,687 [main]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:731 - Will start Quartz Scheduler [schedulerFactoryBean] in 1 seconds
2024-11-07 09:38:13,699 [main]  INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-23467"]
2024-11-07 09:38:13,723 [main]  INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer:202 - Tomcat started on port(s): 23467 (http) with context path ''
2024-11-07 09:38:14,690 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:747 - Starting Quartz Scheduler now, after delay of 1 seconds
2024-11-07 09:38:14,770 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
2024-11-07 09:38:14,790 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
2024-11-07 09:38:14,790 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
2024-11-07 09:38:14,798 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
2024-11-07 09:38:14,810 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.springframework.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
2024-11-07 09:38:14,826 [Quartz Scheduler [schedulerFactoryBean]]  INFO org.quartz.core.QuartzScheduler:547 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
2024-11-07 09:38:17,253 [http-nio-23467-exec-2]  INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-07 09:38:17,254 [http-nio-23467-exec-2]  INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
2024-11-07 09:38:17,278 [http-nio-23467-exec-2]  INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 24 ms
2024-11-07 09:41:07,553 [Thread-26]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
2024-11-07 09:41:07,555 [Thread-26]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler:208 - Shutting down ExecutorService 'taskScheduler'
2024-11-07 09:41:07,566 [Thread-26]  INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
2024-11-07 09:41:07,591 [Thread-26]  INFO org.quartz.core.QuartzScheduler:666 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutting down.
2024-11-07 09:41:07,592 [Thread-26]  INFO org.quartz.core.QuartzScheduler:585 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED paused.
2024-11-07 09:41:07,593 [Thread-26]  INFO org.quartz.core.QuartzScheduler:740 - Scheduler schedulerFactoryBean_$_NON_CLUSTERED shutdown complete.
2024-11-07 09:41:07,593 [Thread-26]  INFO org.springframework.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
2024-11-07 09:41:07,597 [Thread-26]  INFO com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2024-11-07 09:41:07,597 [Thread-26]  INFO com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed