This commit is contained in:
dongpx
2026-02-08 22:20:56 +08:00
parent 918ec6c498
commit b629c574f1
48 changed files with 21103 additions and 705 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4241
logs/lideeyunji-error.log Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,503 @@
12:27:47.149 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:27:47.251 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 18928 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:27:47.253 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
12:28:01.383 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:28:01.426 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:28:01.430 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:28:01.430 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:28:01.867 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:28:01.867 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 13487 ms
12:28:03.773 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:28:03.828 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
12:28:03.852 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
12:28:03.856 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
12:28:03.856 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
12:28:03.856 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
12:28:03.856 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
12:28:08.077 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
12:28:11.372 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:28:11.389 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:28:11.399 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:28:11.399 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
12:28:11.399 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
12:28:11.413 [main] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
12:28:11.413 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
12:28:11.414 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:28:11.414 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [bidb] success,
12:28:11.414 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:28:11.416 [main] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:28:11.416 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
12:28:11.416 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
12:28:11.437 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
12:34:43.042 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:34:43.125 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 28628 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:34:43.126 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
12:34:53.638 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:34:53.665 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:34:53.667 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:34:53.667 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:34:54.050 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:34:54.051 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 10065 ms
12:34:55.402 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:34:55.453 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
12:34:55.477 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
12:34:55.481 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
12:34:55.481 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
12:34:55.482 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
12:34:55.482 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
12:34:59.354 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
12:35:02.459 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:35:02.471 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:35:02.478 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:35:02.479 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
12:35:02.479 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
12:35:02.488 [main] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
12:35:02.488 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
12:35:02.488 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:35:02.488 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [bidb] success,
12:35:02.488 [main] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:35:02.490 [main] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:35:02.490 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
12:35:02.490 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
12:35:02.505 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
12:38:32.953 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:38:33.012 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 20372 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:38:33.012 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
12:38:40.723 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:38:40.747 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:38:40.749 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:38:40.749 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:38:41.037 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:38:41.037 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 7388 ms
12:38:42.114 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:38:42.155 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
12:38:42.174 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
12:38:42.178 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
12:38:42.178 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
12:38:42.178 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
12:38:42.178 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
12:38:45.552 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
12:38:46.350 [redisson-netty-2-6] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
12:38:46.385 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
12:39:01.044 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
12:39:03.297 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:39:03.322 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:39:03.322 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:39:03.341 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
12:39:03.346 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
12:39:03.347 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770179943301'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
12:39:03.348 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
12:39:03.348 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:39:03.348 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@10c95d9b
12:39:09.577 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
12:39:09.620 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
12:39:10.577 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
12:39:10.647 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@741d2dda, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@67387eba, org.springframework.security.web.context.SecurityContextPersistenceFilter@2620d0dc, org.springframework.security.web.header.HeaderWriterFilter@41b6ae51, org.springframework.web.filter.CorsFilter@20b1f874, org.springframework.security.web.authentication.logout.LogoutFilter@7c057419, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@217c6a1e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2324e26c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fc1d215, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7569efdd, org.springframework.security.web.session.SessionManagementFilter@3da068e8, org.springframework.security.web.access.ExceptionTranslationFilter@55af9b48, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@49808d41]
12:39:13.273 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
12:39:13.303 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:39:13.303 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
12:39:13.305 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
12:39:13.306 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
12:39:13.307 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
12:39:13.334 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
12:39:13.334 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770172607357"'s failed in-progress jobs.
12:39:13.337 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770179943301 started.
12:39:13.346 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770179943301_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
12:39:13.380 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
12:39:13.453 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
12:39:13.483 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:39:13.521 [schedulerName_Worker-1] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-3,slave} inited
12:39:13.530 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:39:13.931 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [demo] success
12:39:56.152 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
12:39:56.162 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
12:39:56.181 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 84.327 seconds (JVM running for 86.296)
12:39:56.189 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
12:40:00.030 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:40:00.039 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:50:00.024 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:50:00.026 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:00:00.015 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:00:00.019 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:10:00.021 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:10:00.022 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:15:57.776 [http-nio-48080-exec-8] INFO c.l.t.f.i.c.u.AreaUtils - [<init>,62] - 启动加载 AreaUtils 成功,耗时 (41) 毫秒
13:16:38.984 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770179943301 paused.
13:16:41.444 [SpringApplicationShutdownHook] INFO o.s.s.q.SchedulerFactoryBean - [destroy,847] - Shutting down Quartz Scheduler
13:16:41.445 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770179943301 shutting down.
13:16:41.445 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770179943301 paused.
13:16:41.922 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770179943301 shutdown complete.
13:16:41.959 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
13:16:41.965 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-3} closing ...
13:16:41.971 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-3} closed
13:16:41.971 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
13:16:41.971 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
13:16:41.973 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
13:16:41.973 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
13:16:41.973 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
13:16:41.973 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [bidb] success,
13:16:41.973 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
13:16:41.975 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
13:16:41.975 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
13:16:41.975 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
13:16:47.480 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
13:16:47.532 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 9952 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
13:16:47.532 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
13:16:55.518 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
13:16:55.548 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
13:16:55.551 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:16:55.551 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
13:16:55.884 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:16:55.885 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 7705 ms
13:16:56.970 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
13:16:57.008 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
13:16:57.026 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
13:16:57.030 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
13:16:57.031 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
13:16:57.031 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
13:16:57.031 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
13:17:00.306 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
13:17:01.193 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
13:17:01.242 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
13:17:14.827 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
13:17:19.174 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
13:17:19.211 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:17:19.211 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
13:17:19.245 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
13:17:19.253 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
13:17:19.256 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770182239178'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
13:17:19.256 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
13:17:19.256 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
13:17:19.256 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5bc150e9
13:17:26.279 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
13:17:26.329 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
13:17:27.786 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
13:17:27.886 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4af44e42, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@37a522c8, org.springframework.security.web.context.SecurityContextPersistenceFilter@62509b77, org.springframework.security.web.header.HeaderWriterFilter@6565691a, org.springframework.web.filter.CorsFilter@6ab80ea, org.springframework.security.web.authentication.logout.LogoutFilter@6fc1d215, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@66589252, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41b6ae51, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@60b90fd3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4982b310, org.springframework.security.web.session.SessionManagementFilter@4a9d0c6f, org.springframework.security.web.access.ExceptionTranslationFilter@c1e7bea, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@27cc84a2]
13:17:30.803 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
13:17:30.845 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:17:30.845 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
13:17:30.848 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 3 ms
13:17:30.849 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
13:17:30.852 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
13:17:30.875 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
13:17:30.875 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770179943301"'s failed in-progress jobs.
13:17:30.878 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770182239178 started.
13:17:30.944 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
13:17:31.028 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
13:17:31.600 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [demo] success
13:18:13.880 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
13:18:13.895 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
13:18:13.930 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 87.517 seconds (JVM running for 89.87)
13:18:13.943 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
13:20:03.659 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:20:03.696 [schedulerName_Worker-1] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-3,slave} inited
13:20:03.704 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:32:05.475 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:32:05.481 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:52:15.716 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:13:14.080 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:14:14.079 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770182239178_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
14:14:14.097 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:14:14.100 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:20:00.015 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:20:00.020 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:30:00.013 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:30:00.017 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:40:00.016 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:40:00.019 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:45:28.675 [http-nio-48080-exec-15] INFO c.l.t.f.i.c.u.AreaUtils - [<init>,62] - 启动加载 AreaUtils 成功,耗时 (45) 毫秒
14:50:00.022 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:50:00.027 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:00:00.018 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:00:00.022 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:10:00.012 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:10:00.017 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:20:00.018 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:20:00.022 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:30:00.015 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:30:00.018 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:40:03.866 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:40:03.870 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:50:18.186 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:50:18.193 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:01:05.520 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:01:06.370 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:11:23.717 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:11:23.734 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:21:35.132 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770182239178_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
16:21:35.158 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:21:35.163 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:32:00.080 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770182239178_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
16:32:00.107 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:32:00.711 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:40:29.394 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:40:43.892 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:52:00.433 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770182239178_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
16:52:02.505 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:52:02.510 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:00:49.822 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:01:53.924 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:11:46.721 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770182239178_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
17:11:46.749 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:11:46.758 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:20:51.115 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:20:54.451 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:30:00.014 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:30:00.017 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:39:51.029 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770182239178 paused.
17:39:53.870 [SpringApplicationShutdownHook] INFO o.s.s.q.SchedulerFactoryBean - [destroy,847] - Shutting down Quartz Scheduler
17:39:53.870 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770182239178 shutting down.
17:39:53.871 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770182239178 paused.
17:39:54.364 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770182239178 shutdown complete.
17:39:54.403 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
17:39:54.411 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-3} closing ...
17:39:54.419 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-3} closed
17:39:54.419 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
17:39:54.420 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
17:39:54.421 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
17:39:54.421 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
17:39:54.421 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
17:39:54.421 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [bidb] success,
17:39:54.421 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
17:39:54.424 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
17:39:54.424 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
17:39:54.424 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
17:40:11.745 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:40:11.814 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 22376 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
17:40:11.814 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
17:40:20.716 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
17:40:20.740 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
17:40:20.744 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:40:20.744 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
17:40:21.201 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:40:21.202 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 8469 ms
17:40:23.242 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
17:40:23.303 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
17:40:23.331 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
17:40:23.335 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
17:40:23.336 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
17:40:23.336 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
17:40:23.336 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
17:40:26.688 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
17:40:27.627 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:40:27.662 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:40:45.286 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
17:40:48.968 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
17:40:48.995 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:40:48.995 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
17:40:49.018 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
17:40:49.026 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
17:40:49.028 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770198048971'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
17:40:49.028 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
17:40:49.029 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
17:40:49.029 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4b7ab262
17:40:55.259 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
17:40:55.294 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
17:40:56.186 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
17:40:56.278 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@26be5ee, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6845dfcc, org.springframework.security.web.context.SecurityContextPersistenceFilter@6eef7af3, org.springframework.security.web.header.HeaderWriterFilter@6e16fcaf, org.springframework.web.filter.CorsFilter@5415ed48, org.springframework.security.web.authentication.logout.LogoutFilter@491cceb4, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@799cf32d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3f1bde96, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2cf88ae1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@636787fd, org.springframework.security.web.session.SessionManagementFilter@2d95c3ef, org.springframework.security.web.access.ExceptionTranslationFilter@2d5cb059, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@c04a1ca]
17:40:58.662 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
17:40:58.691 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:40:58.691 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
17:40:58.694 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
17:40:58.694 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
17:40:58.696 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
17:40:58.716 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
17:40:58.716 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770182239178"'s failed in-progress jobs.
17:40:58.718 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770198048971 started.
17:40:58.767 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
17:40:58.851 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
17:40:58.881 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:40:58.925 [schedulerName_Worker-1] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-3,slave} inited
17:40:58.930 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:40:59.320 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [demo] success
17:41:41.545 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
17:41:41.556 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
17:41:41.573 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 90.986 seconds (JVM running for 94.109)
17:41:41.581 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
17:50:00.041 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:50:00.044 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:56:33.132 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770198048971 paused.
17:56:35.922 [SpringApplicationShutdownHook] INFO o.s.s.q.SchedulerFactoryBean - [destroy,847] - Shutting down Quartz Scheduler
17:56:35.922 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770198048971 shutting down.
17:56:35.922 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770198048971 paused.
17:56:36.405 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770198048971 shutdown complete.
17:56:36.497 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
17:56:36.514 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-3} closing ...
17:56:36.531 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-3} closed
17:56:36.531 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
17:56:36.531 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
17:56:36.539 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
17:56:36.540 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
17:56:36.540 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
17:56:36.540 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [bidb] success,
17:56:36.540 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
17:56:36.543 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
17:56:36.544 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
17:56:36.544 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
17:56:45.612 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:56:45.682 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 9316 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
17:56:45.683 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
17:56:58.547 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
17:56:58.585 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
17:56:58.588 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:56:58.588 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
17:56:59.019 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:56:59.020 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 11975 ms
17:57:00.555 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
17:57:00.609 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
17:57:00.633 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
17:57:00.637 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
17:57:00.637 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
17:57:00.637 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
17:57:00.638 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
17:57:05.553 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
17:57:06.838 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:57:06.878 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:57:29.426 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
17:57:33.320 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
17:57:33.351 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:57:33.352 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
17:57:33.373 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
17:57:33.379 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
17:57:33.381 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770199053324'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
17:57:33.381 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
17:57:33.381 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
17:57:33.381 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@27449f65
17:57:39.904 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
17:57:39.949 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
17:57:41.084 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
17:57:41.169 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7ccf6785, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@605ef319, org.springframework.security.web.context.SecurityContextPersistenceFilter@1945b6db, org.springframework.security.web.header.HeaderWriterFilter@4cc1f8d3, org.springframework.web.filter.CorsFilter@30182a74, org.springframework.security.web.authentication.logout.LogoutFilter@2b74787f, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@71d78cac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a809a62, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a844, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f8f0c59, org.springframework.security.web.session.SessionManagementFilter@2c17ebb7, org.springframework.security.web.access.ExceptionTranslationFilter@335aac7a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@ba6907f]
17:57:44.699 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
17:57:44.701 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
17:57:44.702 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
17:57:44.705 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
17:57:44.730 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
17:57:44.730 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770198048971"'s failed in-progress jobs.
17:57:44.734 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770199053324 started.
21:07:45.061 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
21:07:45.112 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 38160 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
21:07:45.112 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
21:07:52.886 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
21:07:52.905 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
21:07:52.908 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
21:07:52.908 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
21:07:53.221 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
21:07:53.221 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 7523 ms
21:07:54.212 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
21:07:54.245 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
21:07:54.261 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
21:07:54.264 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
21:07:54.264 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
21:07:54.264 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
21:07:54.264 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
21:07:56.948 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
21:07:57.708 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
21:07:57.733 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
21:08:09.843 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
21:08:13.018 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
21:08:13.038 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
21:08:13.038 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
21:08:13.054 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
21:08:13.058 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
21:08:13.059 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770210493021'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
21:08:13.060 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
21:08:13.060 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
21:08:13.060 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@295f115d
21:08:17.505 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
21:08:17.531 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
21:08:18.357 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
21:08:18.433 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7bce016c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@49808d41, org.springframework.security.web.context.SecurityContextPersistenceFilter@34ec33f4, org.springframework.security.web.header.HeaderWriterFilter@339de67e, org.springframework.web.filter.CorsFilter@120f441c, org.springframework.security.web.authentication.logout.LogoutFilter@66e17bf2, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@8e77c5b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1e2c701, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@711329fe, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2407f1a8, org.springframework.security.web.session.SessionManagementFilter@60b90fd3, org.springframework.security.web.access.ExceptionTranslationFilter@62509b77, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@37a522c8]
21:08:20.542 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
21:08:20.568 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
21:08:20.568 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
21:08:20.570 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
21:08:20.571 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
21:08:20.573 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
21:08:20.595 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
21:08:20.595 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770199053324"'s failed in-progress jobs.
21:08:20.596 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770210493021 started.
21:08:20.603 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770210493021_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
21:08:20.634 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
21:08:20.696 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
21:08:20.721 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:08:20.758 [schedulerName_Worker-1] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-3,slave} inited
21:08:20.763 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
21:08:21.139 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [demo] success
21:09:03.340 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
21:09:03.350 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
21:09:03.369 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 79.334 seconds (JVM running for 81.141)
21:09:03.375 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
21:10:00.026 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:10:00.034 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
21:20:00.011 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:20:00.013 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
21:30:00.012 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:30:00.014 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
21:40:00.012 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:40:00.012 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
21:41:48.827 [http-nio-48080-exec-4] INFO c.l.t.f.i.c.u.AreaUtils - [<init>,62] - 启动加载 AreaUtils 成功,耗时 (34) 毫秒
21:50:00.011 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
21:50:00.013 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:00:00.010 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:00:00.012 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:10:00.011 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:10:00.012 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:20:00.012 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:20:00.014 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:30:00.014 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:30:00.015 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:40:00.017 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:40:00.019 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
22:50:00.014 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
22:50:00.015 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:00:00.015 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:00:00.016 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:10:00.012 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:10:00.015 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:20:00.012 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:20:00.013 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:30:00.009 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:30:00.011 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:40:00.020 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:40:00.022 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
23:50:00.023 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
23:50:00.024 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************

View File

@@ -0,0 +1,170 @@
00:00:00.023 [schedulerName_Worker-19] INFO c.l.c.f.c.j.ClearExcelDataJob - [execute,28] - *********** 开始清理Excel Data日志 ************
00:00:00.029 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:00:00.037 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
00:00:00.041 [schedulerName_Worker-19] INFO c.l.c.f.c.j.ClearExcelDataJob - [execute,38] - *********** Excel Data日志清理完成共清理了0条 ************
00:10:00.012 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:10:00.013 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
00:20:00.013 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:20:00.014 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
00:30:00.019 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:30:00.021 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
00:40:00.016 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:40:00.018 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
00:50:00.021 [schedulerName_Worker-25] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
00:50:00.022 [schedulerName_Worker-25] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
01:00:00.015 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
01:00:00.016 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:02:38.397 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:02:38.431 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 18664 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
10:02:38.432 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
10:02:43.304 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
10:02:43.316 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
10:02:43.317 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:02:43.318 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
10:02:43.511 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:02:43.512 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 4685 ms
10:02:44.180 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
10:02:44.208 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
10:02:44.217 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
10:02:44.218 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
10:02:44.218 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [bidb] success
10:02:44.219 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
10:02:44.219 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [4] datasource,primary datasource named [master]
10:02:46.467 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
10:02:47.047 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
10:02:47.081 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
10:02:57.484 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
10:03:00.439 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:03:00.452 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:03:00.453 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:03:00.463 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
10:03:00.465 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
10:03:00.466 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770256980441'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
10:03:00.466 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
10:03:00.466 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:03:00.466 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@618a9cb7
10:03:05.056 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
10:03:05.101 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
10:03:06.055 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
10:03:06.118 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@45e97963, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@768dcd21, org.springframework.security.web.context.SecurityContextPersistenceFilter@380ea757, org.springframework.security.web.header.HeaderWriterFilter@74cf108b, org.springframework.web.filter.CorsFilter@1be598c, org.springframework.security.web.authentication.logout.LogoutFilter@29478556, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@306cfb8a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@26f29ee5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@594ea722, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1582dfec, org.springframework.security.web.session.SessionManagementFilter@767785a4, org.springframework.security.web.access.ExceptionTranslationFilter@2af781f3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4518bffd]
10:03:07.885 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
10:03:07.909 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:03:07.909 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
10:03:07.911 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
10:03:07.912 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
10:03:07.914 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
10:03:07.936 [main] INFO o.s.s.q.LocalDataSourceJobStore - [logWarnIfNonZero,3644] - ClusterManager: detected 1 failed or restarted instances.
10:03:07.936 [main] INFO o.s.s.q.LocalDataSourceJobStore - [clusterRecover,3503] - ClusterManager: Scanning for instance "LAPTOP-HP6KJ9QE1770210493021"'s failed in-progress jobs.
10:03:07.938 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770256980441 started.
10:03:07.950 [QuartzScheduler_schedulerName-LAPTOP-HP6KJ9QE1770256980441_MisfireHandler] INFO o.s.s.q.LocalDataSourceJobStore - [recoverMisfiredJobs,973] - Handling 1 trigger(s) that missed their scheduled fire-time.
10:03:07.978 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
10:03:08.050 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
10:03:08.079 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:03:08.116 [schedulerName_Worker-1] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-3,slave} inited
10:03:08.125 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:03:08.393 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [demo] success
10:03:08.705 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
10:03:08.705 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
10:03:08.715 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
10:03:08.728 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 31.104 seconds (JVM running for 33.118)
10:03:08.733 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
10:04:25.165 [http-nio-48080-exec-4] INFO c.l.t.f.i.c.u.AreaUtils - [<init>,62] - 启动加载 AreaUtils 成功,耗时 (52) 毫秒
10:10:00.034 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:10:00.037 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:20:00.023 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:20:00.025 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:30:00.019 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:30:00.022 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:40:00.012 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:40:00.014 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
10:50:00.015 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
10:50:00.017 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:00:00.009 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:00:00.010 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:10:00.013 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:10:00.014 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:20:00.012 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:20:00.014 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:30:00.016 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:30:00.017 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:40:00.019 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:40:00.020 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
11:50:00.014 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
11:50:00.016 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:00:00.014 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:00:00.015 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:10:00.014 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:10:00.016 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:20:00.018 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:20:00.020 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:30:00.019 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:30:00.021 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:40:00.019 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:40:00.021 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
12:50:00.017 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
12:50:00.019 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:00:00.019 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:00:00.021 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:10:00.017 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:10:00.020 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:20:00.017 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:20:00.018 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:30:00.018 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:30:00.021 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:40:00.055 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:40:00.056 [schedulerName_Worker-23] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
13:50:00.047 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
13:50:00.049 [schedulerName_Worker-24] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:00:00.047 [schedulerName_Worker-25] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:00:00.048 [schedulerName_Worker-25] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:10:00.012 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:10:00.013 [schedulerName_Worker-1] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:20:00.017 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:20:00.019 [schedulerName_Worker-2] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:30:00.016 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:30:00.019 [schedulerName_Worker-3] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:40:00.026 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:40:00.031 [schedulerName_Worker-4] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
14:50:00.012 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
14:50:00.014 [schedulerName_Worker-5] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:00:00.015 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:00:00.016 [schedulerName_Worker-6] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:10:00.013 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:10:00.014 [schedulerName_Worker-7] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:20:00.023 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:20:00.026 [schedulerName_Worker-8] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:30:00.020 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:30:00.023 [schedulerName_Worker-9] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:40:00.023 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:40:00.025 [schedulerName_Worker-10] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
15:50:00.023 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
15:50:00.027 [schedulerName_Worker-11] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:00:00.048 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:00:00.051 [schedulerName_Worker-12] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:10:00.020 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:10:00.022 [schedulerName_Worker-13] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:20:00.046 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:20:00.049 [schedulerName_Worker-14] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:30:00.013 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:30:00.016 [schedulerName_Worker-15] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:40:00.018 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:40:00.019 [schedulerName_Worker-16] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
16:50:00.012 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
16:50:00.013 [schedulerName_Worker-17] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:00:00.011 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:00:00.013 [schedulerName_Worker-18] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:10:00.018 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:10:00.020 [schedulerName_Worker-19] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:20:00.011 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:20:00.013 [schedulerName_Worker-20] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:30:00.024 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:30:00.027 [schedulerName_Worker-21] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************
17:40:00.018 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,24] - *********** 开始保存模块使用记录 ************
17:40:00.019 [schedulerName_Worker-22] INFO c.l.c.f.c.j.SaveModelUsageRecordsJob - [execute,27] - *********** 保存模块使用记录完成共保存了0条 ************

View File

@@ -0,0 +1,335 @@
11:40:21.212 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:40:21.310 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 51172 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
11:40:21.311 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
11:40:32.032 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
11:40:32.068 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
11:40:32.071 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:40:32.071 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
11:40:32.490 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:40:32.491 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 10045 ms
11:40:34.028 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
11:40:34.033 [Druid-ConnectionPool-Create-739665788] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
11:40:34.035 [Druid-ConnectionPool-Create-739665788] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
11:40:34.174 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
11:40:34.206 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
11:42:16.239 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:42:16.307 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 32580 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
11:42:16.308 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
11:42:26.453 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
11:42:26.481 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
11:42:26.483 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:42:26.484 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
11:42:26.839 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:42:26.839 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9531 ms
11:42:30.700 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
11:42:33.001 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
11:42:33.012 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
11:42:33.016 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
11:42:33.016 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
11:42:33.017 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
11:42:37.887 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
11:42:39.153 [redisson-netty-2-7] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
11:42:39.188 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
11:42:58.160 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
11:43:01.535 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
11:43:01.573 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
11:43:01.574 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
11:43:01.603 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
11:43:01.609 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
11:43:01.610 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770349381539'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
11:43:01.610 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
11:43:01.610 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:43:01.611 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7308e2d6
11:43:09.324 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
11:43:09.363 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
11:43:10.505 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
11:43:10.598 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@633332e2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@591e3e5e, org.springframework.security.web.context.SecurityContextPersistenceFilter@2088e339, org.springframework.security.web.header.HeaderWriterFilter@1c83652d, org.springframework.web.filter.CorsFilter@a308ffd, org.springframework.security.web.authentication.logout.LogoutFilter@7b51fc45, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@6296e4bf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2765c3fc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e43fb40, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@36e8e3e1, org.springframework.security.web.session.SessionManagementFilter@1e2c701, org.springframework.security.web.access.ExceptionTranslationFilter@78494a59, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@113886b1]
11:43:13.806 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
11:43:13.839 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:43:13.839 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
11:43:13.841 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
11:43:13.842 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
11:43:13.844 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
11:43:16.093 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770349381539 started.
11:43:16.152 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
11:43:16.271 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
11:43:18.643 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
11:43:18.646 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
11:43:18.669 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
11:43:18.715 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 63.726 seconds (JVM running for 65.826)
11:43:18.731 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
12:03:34.039 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770349381539 paused.
12:03:36.666 [SpringApplicationShutdownHook] INFO o.s.s.q.SchedulerFactoryBean - [destroy,847] - Shutting down Quartz Scheduler
12:03:36.666 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770349381539 shutting down.
12:03:36.666 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770349381539 paused.
12:03:42.358 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770349381539 shutdown complete.
12:03:42.392 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:03:42.401 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:03:42.401 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
12:03:42.401 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
12:03:42.408 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
12:03:42.408 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
12:03:42.408 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:03:42.411 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:03:42.411 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
12:03:42.411 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
12:03:47.910 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:03:47.998 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 10668 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:03:47.998 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
12:03:57.207 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:03:57.232 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:03:57.234 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:03:57.236 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:03:57.561 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:03:57.561 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 8428 ms
12:04:01.023 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:04:03.334 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
12:04:03.343 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
12:04:03.345 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
12:04:03.346 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
12:04:03.346 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
12:04:06.391 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
12:04:07.290 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
12:04:07.323 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
12:04:22.186 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
12:04:24.891 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:04:24.914 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:04:24.914 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:04:24.933 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
12:04:24.938 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
12:04:24.939 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770350664893'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
12:04:24.939 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
12:04:24.939 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:04:24.940 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@726e780a
12:04:30.689 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
12:04:30.724 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
12:04:31.717 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
12:04:31.788 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@155ab4b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@689f60ea, org.springframework.security.web.context.SecurityContextPersistenceFilter@1a5b8f77, org.springframework.security.web.header.HeaderWriterFilter@2cfd91b9, org.springframework.web.filter.CorsFilter@6267b25a, org.springframework.security.web.authentication.logout.LogoutFilter@18f90bd8, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@6296e4bf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@de4bee9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@400c0d26, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@12e4c6a0, org.springframework.security.web.session.SessionManagementFilter@3af30ab8, org.springframework.security.web.access.ExceptionTranslationFilter@74f23ecc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7aa1e86b]
12:04:34.268 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
12:04:34.300 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:04:34.300 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
12:04:34.302 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 2 ms
12:04:34.303 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
12:04:34.306 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
12:04:36.511 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770350664893 started.
12:04:36.550 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
12:04:36.639 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
12:04:37.857 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
12:04:37.858 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
12:04:37.870 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
12:04:37.891 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 51.273 seconds (JVM running for 53.408)
12:04:37.898 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
12:07:56.634 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770350664893 paused.
12:07:59.498 [SpringApplicationShutdownHook] INFO o.s.s.q.SchedulerFactoryBean - [destroy,847] - Shutting down Quartz Scheduler
12:07:59.498 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770350664893 shutting down.
12:07:59.498 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770350664893 paused.
12:08:08.863 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770350664893 shutdown complete.
12:08:08.899 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
12:08:08.906 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-0} closing ...
12:08:08.906 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [slave] success,
12:08:08.906 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-2} closing ...
12:08:08.913 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-2} closed
12:08:08.913 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [lideeyunji] success,
12:08:08.913 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:08:08.917 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:08:08.917 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
12:08:08.917 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
12:08:13.842 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:08:13.896 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 11812 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:08:13.896 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
12:08:22.974 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:08:22.999 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:08:23.001 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:08:23.002 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:08:23.312 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:08:23.312 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 8589 ms
12:08:24.505 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:08:24.510 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:08:24.513 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:08:24.629 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:08:24.651 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
12:27:07.123 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:27:07.206 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 28252 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:27:07.207 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
12:27:17.178 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:27:17.203 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:27:17.206 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:27:17.206 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:27:17.497 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:27:17.497 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9314 ms
12:27:18.614 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:27:18.620 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:27:18.622 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:27:18.711 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:27:18.733 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
12:28:07.931 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:28:08.050 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 13716 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:28:08.051 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "prod"
12:28:17.993 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:28:18.015 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:28:18.017 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:28:18.017 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:28:18.322 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:28:18.322 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9286 ms
12:28:19.433 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:28:19.438 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2212] - {dataSource-1} closing ...
12:28:19.441 [Druid-ConnectionPool-Create-668417314] INFO c.a.d.p.DruidDataSource - [close,2285] - {dataSource-1} closed
12:28:19.579 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:28:19.612 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
12:31:32.065 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
12:31:32.183 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 36700 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
12:31:32.183 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
12:31:41.857 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
12:31:41.879 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
12:31:41.881 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:31:41.881 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
12:31:42.172 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:31:42.172 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9017 ms
12:31:45.725 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
12:31:48.278 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
12:31:48.287 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
12:31:48.292 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
12:31:48.292 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
12:31:48.292 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
12:31:53.340 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
12:31:55.047 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
12:31:55.089 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
12:32:12.266 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
12:32:15.279 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
12:32:15.303 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
12:32:15.303 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
12:32:15.322 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
12:32:15.327 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
12:32:15.328 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770352335281'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
12:32:15.328 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
12:32:15.330 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
12:32:15.330 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7f8586f9
12:32:22.495 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
12:32:22.539 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
12:32:23.606 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
12:32:23.720 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@43ca45af, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1a4132b2, org.springframework.security.web.context.SecurityContextPersistenceFilter@7a970f, org.springframework.security.web.header.HeaderWriterFilter@23106076, org.springframework.web.filter.CorsFilter@1f96db42, org.springframework.security.web.authentication.logout.LogoutFilter@6f997702, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@6b576ff8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7960e87a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@83b0d9f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@13bf9a03, org.springframework.security.web.session.SessionManagementFilter@38a147ba, org.springframework.security.web.access.ExceptionTranslationFilter@54539319, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@cd7871e]
12:32:26.898 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
12:32:26.930 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:32:26.930 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
12:32:26.934 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 3 ms
12:32:26.934 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
12:32:26.936 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
12:32:29.285 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770352335281 started.
12:32:29.329 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
12:32:29.443 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
12:32:31.416 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
12:32:31.418 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
12:32:31.430 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
12:32:31.459 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 60.519 seconds (JVM running for 62.549)
12:32:31.468 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----
12:34:10.112 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770352335281 paused.
13:56:54.397 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
13:56:54.496 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 32624 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
13:56:54.497 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
13:57:04.060 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
13:57:04.088 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
13:57:04.091 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:57:04.091 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
13:57:04.467 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:57:04.467 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 8834 ms
13:57:26.653 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
13:57:26.793 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
13:57:26.823 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
17:51:33.504 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:51:33.585 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 50960 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
17:51:33.585 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
17:51:43.889 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
17:51:43.918 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
17:51:43.920 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:51:43.920 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
17:51:44.300 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:51:44.300 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9831 ms
17:52:06.527 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
17:52:06.630 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:52:06.654 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - [logMessage,136] -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
17:54:12.058 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:54:12.134 [main] INFO c.l.s.lideeYunJiApplication - [logStarting,55] - Starting lideeYunJiApplication using Java 1.8.0_392 on LAPTOP-HP6KJ9QE with PID 53624 (C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-admin\target\classes started by Dongpx in C:\Users\Dongpx\Desktop\java工作\hngryy_report\java)
17:54:12.134 [main] INFO c.l.s.lideeYunJiApplication - [logStartupProfileInfo,638] - The following 1 profile is active: "local"
17:54:22.491 [main] INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 48080 (http)
17:54:22.517 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-48080"]
17:54:22.520 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:54:22.520 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.83]
17:54:22.922 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:54:22.922 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 9918 ms
17:54:26.870 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-1,master} inited
17:54:29.035 [main] INFO c.a.d.p.DruidDataSource - [init,1007] - {dataSource-2,lideeyunji} inited
17:54:29.045 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [slave] success
17:54:29.050 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [lideeyunji] success
17:54:29.050 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
17:54:29.051 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
17:54:32.913 [main] INFO org.redisson.Version - [logVersion,41] - Redisson 3.18.0
17:54:34.113 [redisson-netty-2-5] INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 127.0.0.1/127.0.0.1:6379
17:54:34.151 [redisson-netty-2-19] INFO o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 127.0.0.1/127.0.0.1:6379
17:54:53.150 [main] INFO c.x.c.s.i.BlockPuzzleCaptchaServiceImpl - [init,87] - --->>>xingyuv captcha-plus 初始化验证码底图<<<---blockPuzzle
17:54:56.269 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
17:54:56.297 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
17:54:56.297 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
17:54:56.321 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,672] - Using db table-based data access locking (synchronization).
17:54:56.328 [main] INFO o.s.s.q.LocalDataSourceJobStore - [initialize,145] - JobStoreCMT initialized.
17:54:56.330 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'schedulerName' with instanceId 'LAPTOP-HP6KJ9QE1770371696272'
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 25 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
17:54:56.330 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'schedulerName' initialized from an externally provided properties instance.
17:54:56.330 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
17:54:56.330 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1548dc37
17:55:03.828 [main] INFO c.l.t.f.d.c.u.DictFrameworkUtils - [init,57] - [init][初始化 DictFrameworkUtils 成功]
17:55:03.872 [main] INFO c.l.t.f.j.c.JacksonAutoConfiguration - [jsonUtils,48] - [init][初始化 JsonUtils 成功]
17:55:05.288 [main] INFO o.s.b.a.e.w.EndpointLinksResolver - [<init>,58] - Exposing 15 endpoint(s) beneath base path '/actuator'
17:55:05.369 [main] INFO o.s.s.w.DefaultSecurityFilterChain - [<init>,55] - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@240e8240, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@467310c6, org.springframework.security.web.context.SecurityContextPersistenceFilter@51049621, org.springframework.security.web.header.HeaderWriterFilter@7bc3e36b, org.springframework.web.filter.CorsFilter@72bb0640, org.springframework.security.web.authentication.logout.LogoutFilter@2ae62f7, com.lideeyunji.tool.framework.security.core.filter.TokenAuthenticationFilter@7c9512c6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@58b2c0b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2c73a332, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@13809190, org.springframework.security.web.session.SessionManagementFilter@42e7e12f, org.springframework.security.web.access.ExceptionTranslationFilter@1edad178, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3625110e]
17:55:07.931 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-48080"]
17:55:07.966 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:55:07.967 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,525] - Initializing Servlet 'dispatcherServlet'
17:55:07.970 [main] INFO o.s.w.s.DispatcherServlet - [initServletBean,547] - Completed initialization in 3 ms
17:55:07.971 [main] INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 48080 (http) with context path ''
17:55:07.973 [main] INFO o.s.s.q.SchedulerFactoryBean - [startScheduler,729] - Starting Quartz Scheduler now
17:55:10.203 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler schedulerName_$_LAPTOP-HP6KJ9QE1770371696272 started.
17:55:10.260 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,37] - 1.清除框架缓存--->完成
17:55:10.391 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,39] - 2.处理那些表需要做数据权限--->完成
17:55:12.492 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [erp_bi] success
17:55:12.493 [main] INFO c.l.c.f.c.l.LideeYunJiListener - [onApplicationEvent,41] - 3.初始化动态数据源--->完成
17:55:12.510 [main] INFO o.s.s.a.ScheduledAnnotationBeanPostProcessor - [finishRegistration,315] - No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
17:55:12.545 [main] INFO c.l.s.lideeYunJiApplication - [logStarted,61] - Started lideeYunJiApplication in 61.828 seconds (JVM running for 64.161)
17:55:12.559 [main] INFO c.l.t.f.b.c.BannerApplicationRunner - [run,21] - ----立德云玑启动成功----