xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2024-05-29 15:52:40 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_281 on MyWang with PID 15944 (D:\MyFile\project\ROGY-QMS\dl-admin\target\classes started by 95817 in D:\MyFile\project\ROGY-QMS)
2024-05-29 15:52:40 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-05-29 15:52:40 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-05-29 15:52:43 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-05-29 15:52:43 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-05-29 15:52:43 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-05-29 15:52:44 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-05-29 15:52:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-05-29 15:52:44 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-05-29 15:52:46 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-05-29 15:52:46 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-05-29 15:52:46 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-05-29 15:52:46 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-29 15:52:46 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-05-29 15:52:47 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-05-29 15:52:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-05-29 15:52:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-29 15:52:47 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-29 15:52:48 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-05-29 15:52:49 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-05-29 15:52:50 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-05-29 15:52:50 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-05-29 15:52:50 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-05-29 15:52:50 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-05-29 15:52:50 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-05-29 15:52:52 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-05-29 15:52:52 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-05-29 15:52:52 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-05-29 15:52:52 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-05-29 15:52:52 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 12.531 seconds (JVM running for 14.237)
2024-05-29 15:52:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-05-29 15:52:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-05-29 15:52:52 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-05-29 17:06:40 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye