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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-14 09:15:27 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-14 09:15:59 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 27324 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-14 09:15:59 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-14 09:15:59 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-14 09:16:07 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-14 09:16:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-14 09:16:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-14 09:16:07 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-14 09:16:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-14 09:16:07 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-14 09:16:11 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-14 09:16:11 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-14 09:16:11 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-14 09:16:11 [redisson-netty-2-1] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:16:11 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:16:12 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-14 09:16:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-14 09:16:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:16:12 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:16:13 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:16:14 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-14 09:16:15 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-14 09:16:15 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-14 09:16:15 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-14 09:16:15 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-14 09:16:15 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-14 09:16:18 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-14 09:16:18 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-14 09:16:18 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-14 09:16:18 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-14 09:16:18 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 19.566 seconds (JVM running for 23.535)
2024-06-14 09:16:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-14 09:16:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-14 09:16:18 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-14 09:16:19 [RMI TCP Connection(6)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-14 09:16:41 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJkMzdma1FMMjZ4MnlJb25OZ2NSWDRlQ3k2Vk5pVjZWdCIsInVzZXJJZCI6IjEifQ.ReSAq794fwG_O4VhFMVNSp5JnStqvnOPLINXWFce67w
2024-06-14 09:16:42 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.121]内网IP[admin][Success][登录成功]
2024-06-14 09:19:41 [XNIO-1 task-3] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI4RmJZQ016ajBZY3c0ZzdqNzNvaGZOY3llQnFnNkxtYiIsInVzZXJJZCI6IjEifQ.ryw_9NyjyAC5mGzcmFSQpJHfKRRJHNiKhxhPNjr9rQU
2024-06-14 09:19:41 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-14 09:19:56 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiI4RmJZQ016ajBZY3c0ZzdqNzNvaGZOY3llQnFnNkxtYiIsInVzZXJJZCI6IjEifQ.ryw_9NyjyAC5mGzcmFSQpJHfKRRJHNiKhxhPNjr9rQU
2024-06-14 09:19:56 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Logout][退出成功]
2024-06-14 09:19:59 [XNIO-1 task-1] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:2, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoyIiwicm5TdHIiOiJQakNsSGRLNVY1anBDQjBtS2dpWlBKdXNsU2xFSkpxQiIsInVzZXJJZCI6IjIifQ.yd9BgWqyQQ5FOeGF7I53IGybjl7AoLA1WOYxO25LMi8
2024-06-14 09:19:59 [schedule-pool-3] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[ry][Success][登录成功]
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-14 09:24:03 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-14 09:24:09 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 38400 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-14 09:24:09 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-14 09:24:09 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-14 09:24:11 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-14 09:24:11 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-14 09:24:11 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-14 09:24:12 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-14 09:24:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-14 09:24:12 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-14 09:24:14 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-14 09:24:14 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-14 09:24:14 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-14 09:24:14 [redisson-netty-2-7] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:24:14 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:24:15 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-14 09:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-14 09:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:24:15 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:24:16 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:24:17 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-14 09:24:18 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-14 09:24:18 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-14 09:24:18 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-14 09:24:18 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-14 09:24:18 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-14 09:24:20 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-14 09:24:20 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-14 09:24:20 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-14 09:24:20 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-14 09:24:20 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 12.019 seconds (JVM running for 12.999)
2024-06-14 09:24:20 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-14 09:24:20 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-14 09:24:21 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-14 09:24:21 [RMI TCP Connection(3)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  io.undertow - stopping server: Undertow - 2.2.24.Final
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  c.d.f.manager.ShutdownManager - ====关闭后台任务任务线程池====
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-14 09:29:49 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye
2024-06-14 09:29:57 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 30656 (E:\zxworkspace\dl-admin\target\classes started by xm in E:\zxworkspace)
2024-06-14 09:29:57 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-14 09:29:57 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-14 09:30:00 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-14 09:30:00 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-14 09:30:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-14 09:30:01 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-14 09:30:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-14 09:30:01 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-14 09:30:04 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-14 09:30:04 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-14 09:30:04 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-14 09:30:04 [redisson-netty-2-6] INFO  o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:30:04 [redisson-netty-2-3] INFO  o.r.c.pool.MasterConnectionPool - 8 connections initialized for 192.168.1.7/192.168.1.7:6379
2024-06-14 09:30:05 [restartedMain] INFO  o.f.s.b.e.EventRegistryAutoConfiguration - No deployment resources were found for autodeployment
2024-06-14 09:30:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2024-06-14 09:30:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:30:05 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:30:06 [restartedMain] INFO  o.f.s.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
2024-06-14 09:30:07 [restartedMain] INFO  liquibase.lockservice - Successfully acquired change log lock
2024-06-14 09:30:08 [restartedMain] INFO  liquibase.changelog - Reading from `dl-qms`.FLW_EV_DATABASECHANGELOG
2024-06-14 09:30:08 [restartedMain] INFO  liquibase.lockservice - Successfully released change log lock
2024-06-14 09:30:08 [restartedMain] INFO  o.f.e.impl.EventRegistryEngineImpl - EventRegistryEngine default created
2024-06-14 09:30:08 [restartedMain] INFO  o.f.engine.impl.ProcessEngineImpl - ProcessEngine default created
2024-06-14 09:30:08 [restartedMain] INFO  o.f.e.impl.cmd.ValidateV5EntitiesCmd - Total of v5 deployments found: 0
2024-06-14 09:30:10 [restartedMain] INFO  io.undertow - starting server: Undertow - 2.2.24.Final
2024-06-14 09:30:10 [restartedMain] INFO  org.xnio - XNIO version 3.8.7.Final
2024-06-14 09:30:10 [restartedMain] INFO  org.xnio.nio - XNIO NIO Implementation Version 3.8.7.Final
2024-06-14 09:30:10 [restartedMain] INFO  org.jboss.threads - JBoss Threads version 3.1.0.Final
2024-06-14 09:30:10 [restartedMain] INFO  com.dl.DingleApplication - Started DingleApplication in 14.785 seconds (JVM running for 16.491)
2024-06-14 09:30:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 初始化OSS配置成功
2024-06-14 09:30:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载参数缓存数据成功
2024-06-14 09:30:11 [restartedMain] INFO  c.d.s.runner.SystemApplicationRunner - 加载字典缓存数据成功
2024-06-14 09:30:11 [RMI TCP Connection(6)-192.168.0.115] INFO  io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-14 09:40:17 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogout, userId:sys_user:2, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoyIiwicm5TdHIiOiJQakNsSGRLNVY1anBDQjBtS2dpWlBKdXNsU2xFSkpxQiIsInVzZXJJZCI6IjIifQ.yd9BgWqyQQ5FOeGF7I53IGybjl7AoLA1WOYxO25LMi8
2024-06-14 09:40:17 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[ry][Logout][退出成功]
2024-06-14 09:40:28 [XNIO-1 task-2] INFO  c.d.f.listener.UserActionListener - user doLogin, userId:sys_user:1, token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJYU3ZqbHVSVkxzdWluaHF3dmpobzlqcEg5U0kxNFhEUSIsInVzZXJJZCI6IjEifQ.CNM1UCW8vyUbqzzX2_1uJKK99tNNU0Tf1Xhz0JrnHHk
2024-06-14 09:40:28 [schedule-pool-1] INFO  c.d.s.s.i.SysLogininforServiceImpl - [192.168.0.115]内网IP[admin][Success][登录成功]
2024-06-14 10:41:11 [restartedMain] INFO  com.dl.DingleApplication - Starting DingleApplication using Java 1.8.0_381 on admin with PID 35844 (E:\xiangmplusjiazi\qms\dl-admin\target\classes started by xm in E:\xiangmplusjiazi\qms)
2024-06-14 10:41:11 [restartedMain] INFO  com.dl.DingleApplication - The following 1 profile is active: "dev"
2024-06-14 10:41:11 [background-preinit] INFO  o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.5.Final
2024-06-14 10:41:18 [restartedMain] INFO  io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2024-06-14 10:41:18 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it
2024-06-14 10:41:18 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Starting...
2024-06-14 10:41:18 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Start completed.
2024-06-14 10:41:18 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success
2024-06-14 10:41:18 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2024-06-14 10:41:20 [restartedMain] INFO  c.dl.framework.config.JacksonConfig - 初始化 jackson 配置
2024-06-14 10:41:21 [restartedMain] INFO  com.dl.framework.config.RedisConfig - 初始化 redis 配置
2024-06-14 10:41:21 [restartedMain] INFO  org.redisson.Version - Redisson 3.20.1
2024-06-14 10:41:21 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing ....
2024-06-14 10:41:21 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated...
2024-06-14 10:41:22 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - master - Shutdown completed.
2024-06-14 10:41:22 [restartedMain] INFO  c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye