baizonghao
2023-06-19 996dd70c3617d3dac5fe8b6d44d5cb70a26069a4
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
2023-06-05 09:00:53.864  INFO 7472 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 7472 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 09:00:53.867  INFO 7472 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 09:00:53.933  INFO 7472 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 09:00:53.933  INFO 7472 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 09:00:56.961  WARN 7472 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 09:00:56.995  INFO 7472 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 09:00:56.995  INFO 7472 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3061 ms
2023-06-05 09:00:58.318  INFO 7472 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7785bbd3, org.springframework.security.web.context.SecurityContextPersistenceFilter@26672ade, org.springframework.security.web.header.HeaderWriterFilter@2d690900, org.springframework.web.filter.CorsFilter@16fe3d5e, org.springframework.security.web.authentication.logout.LogoutFilter@13795b0b, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@70b328df, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@712d9009, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@19984508, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10fefa3c, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@4f832db1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2567bb39, org.springframework.security.web.session.SessionManagementFilter@7f8dfb68, org.springframework.security.web.access.ExceptionTranslationFilter@447f92f2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7cc312dd]
2023-06-05 09:00:58.722  INFO 7472 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 09:00:58.794  INFO 7472 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 09:00:58.809  INFO 7472 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 09:00:58.921  INFO 7472 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 09:00:58.926  INFO 7472 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.801 seconds (JVM running for 11.382)
2023-06-05 09:01:24.284  INFO 7472 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 09:01:24.286  INFO 7472 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 09:01:24.298  INFO 7472 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 12 ms
2023-06-05 09:01:24.403  INFO 7472 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 09:01:24.698  INFO 7472 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 09:01:24.704 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 09:01:24.729 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 09:01:24.857 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 09:01:24.869 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 09:01:24.870 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 09:01:24.884 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 09:01:25.294 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper where deleted=0 
2023-06-05 09:01:25.294 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-05 09:01:25.303 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-05 09:01:25.304 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==>  Preparing: SELECT count(*) from t_question where deleted=0 
2023-06-05 09:01:25.304 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : ==> Parameters: 
2023-06-05 09:01:25.314 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.QuestionMapper.selectAllCount  : <==      Total: 1
2023-06-05 09:01:25.316 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_answer 
2023-06-05 09:01:25.316 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-05 09:01:25.330 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-05 09:01:25.331 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==>  Preparing: SELECT count(*) from t_exam_paper_question_customer_answer 
2023-06-05 09:01:25.332 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : ==> Parameters: 
2023-06-05 09:01:25.343 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectAllCount               : <==      Total: 1
2023-06-05 09:01:25.349 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_user_event_log WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-05 09:01:25.351 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-05 09:01:25.361 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.U.selectCountByDate            : <==      Total: 2
2023-06-05 09:01:25.364 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==>  Preparing: SELECT create_time as name,COUNT(create_time) as value from ( SELECT DATE_FORMAT(create_time,'%Y-%m-%d') as create_time from t_exam_paper_question_customer_answer WHERE create_time between ? and ? ) a GROUP BY create_time 
2023-06-05 09:01:25.364 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : ==> Parameters: 2023-06-01 00:00:00.0(Timestamp), 2023-06-30 23:59:59.0(Timestamp)
2023-06-05 09:01:25.375 DEBUG 7472 --- [XNIO-1 task-1] r.c.m.x.r.E.selectCountByDate            : <==      Total: 2
2023-06-05 09:01:30.647 DEBUG 7472 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 09:01:30.648 DEBUG 7472 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 09:01:30.656 DEBUG 7472 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 09:01:31.037 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-05 09:01:31.038 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-05 09:01:31.045 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-05 09:01:31.051 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-05 09:01:31.051 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-05 09:01:31.067 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-05 09:01:31.100 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 09:01:31.101 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 9(Integer)
2023-06-05 09:01:31.110 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:01:31.119 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 09:01:31.120 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-05 09:01:31.128 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:01:31.129 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 09:01:31.129 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-05 09:01:31.139 DEBUG 7472 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:01:35.089 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.selectByPrimaryKey           : ==>  Preparing: select id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted from t_question where id = ? 
2023-06-05 09:01:35.091 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 3(Integer)
2023-06-05 09:01:35.099 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:01:35.101 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.updateByPrimaryKeySelective  : ==>  Preparing: update t_question SET question_type = ?, subject_id = ?, score = ?, grade_level = ?, difficult = ?, correct = ?, info_text_content_id = ?, create_user = ?, status = ?, create_time = ?, deleted = ? where id = ? 
2023-06-05 09:01:35.103 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.updateByPrimaryKeySelective  : ==> Parameters: 1(Integer), 1(Integer), 10(Integer), 1(Integer), 3(Integer), A(String), 9(Integer), 2(Integer), 1(Integer), 2023-06-02 10:09:46.0(Timestamp), true(Boolean), 3(Integer)
2023-06-05 09:01:35.135 DEBUG 7472 --- [XNIO-1 task-4] r.c.m.x.r.Q.updateByPrimaryKeySelective  : <==    Updates: 1
2023-06-05 09:01:35.342 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-05 09:01:35.342 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-05 09:01:35.351 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-05 09:01:35.353 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-05 09:01:35.353 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-05 09:01:35.363 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 2
2023-06-05 09:01:35.365 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 09:01:35.366 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-05 09:01:35.375 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:01:35.376 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 09:01:35.376 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-05 09:01:35.385 DEBUG 7472 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:02:00.704 DEBUG 7472 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 09:02:00.704 DEBUG 7472 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 09:02:00.717 DEBUG 7472 --- [XNIO-1 task-6] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 09:02:45.581 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 09:02:45.582 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 09:02:45.589 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 09:09:54.416  WARN 7472 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=7m29s590ms300µs500ns).
2023-06-05 09:09:54.429 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject where id = ? 
2023-06-05 09:09:54.431 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-05 09:09:54.443 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.S.selectByPrimaryKey           : <==      Total: 1
2023-06-05 09:09:54.466 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.T.insertSelective              : ==>  Preparing: insert into t_text_content ( content, create_time ) values ( ?, ? ) 
2023-06-05 09:09:54.469 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.T.insertSelective              : ==> Parameters: {"titleContent":"1","analyze":"6","questionItemObjects":[{"prefix":"A","content":"2","score":null,"itemUuid":null},{"prefix":"B","content":"3","score":null,"itemUuid":null},{"prefix":"C","content":"4","score":null,"itemUuid":null},{"prefix":"D","content":"5","score":null,"itemUuid":null}],"correct":"B"}(String), 2023-06-05 09:02:45.625(Timestamp)
2023-06-05 09:09:54.482 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.T.insertSelective              : <==    Updates: 1
2023-06-05 09:09:54.492 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.Q.insertSelective              : ==>  Preparing: insert into t_question ( question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) 
2023-06-05 09:09:54.494 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.Q.insertSelective              : ==> Parameters: 1(Integer), 1(Integer), 70(Integer), 1(Integer), 5(Integer), B(String), 10(Integer), 2(Integer), 1(Integer), 2023-06-05 09:02:45.625(Timestamp), false(Boolean)
2023-06-05 09:09:54.507 DEBUG 7472 --- [XNIO-1 task-8] r.c.m.x.r.Q.insertSelective              : <==    Updates: 1
2023-06-05 09:34:04.208  INFO 7472 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 09:34:04.228  INFO 7472 --- [Thread-21] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 09:34:04.239  INFO 7472 --- [Thread-21] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 09:34:12.259  INFO 5256 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 5256 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 09:34:12.261  INFO 5256 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 09:34:12.315  INFO 5256 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 09:34:12.316  INFO 5256 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 09:34:13.746  WARN 5256 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 09:34:13.774  INFO 5256 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 09:34:13.774  INFO 5256 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1458 ms
2023-06-05 09:34:14.870  INFO 5256 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@435dca4b, org.springframework.security.web.context.SecurityContextPersistenceFilter@35fab209, org.springframework.security.web.header.HeaderWriterFilter@117c7341, org.springframework.web.filter.CorsFilter@484f8e74, org.springframework.security.web.authentication.logout.LogoutFilter@72259728, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@6255641c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5204d6ac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@612c9216, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2f9c3560, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5bad9925, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@72c67b8b, org.springframework.security.web.session.SessionManagementFilter@5f41ff17, org.springframework.security.web.access.ExceptionTranslationFilter@2019fc2c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7e7922ee]
2023-06-05 09:34:15.141  INFO 5256 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 09:34:15.225  INFO 5256 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 09:34:15.237  INFO 5256 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 09:34:15.302  INFO 5256 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 09:34:15.305  INFO 5256 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 3.8 seconds (JVM running for 4.853)
2023-06-05 10:33:31.234  INFO 5256 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 10:33:31.249  INFO 5256 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 10:33:31.316  INFO 5256 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 67 ms
2023-06-05 10:33:31.435  INFO 5256 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 10:33:31.700  INFO 5256 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 10:33:31.710 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:33:31.736 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:33:31.769 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:33:31.779 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:33:31.779 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:33:31.787 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:33:32.380 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 10:33:32.380 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 10:33:32.390 DEBUG 5256 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 10:33:34.129 DEBUG 5256 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 10:33:34.129 DEBUG 5256 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 10:33:34.139 DEBUG 5256 --- [XNIO-1 task-2] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 10:33:34.245 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==>  Preparing: SELECT count(0) FROM t_question WHERE deleted = 0 
2023-06-05 10:33:34.246 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : ==> Parameters: 
2023-06-05 10:33:34.255 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.QuestionMapper.page_COUNT      : <==      Total: 1
2023-06-05 10:33:34.259 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==>  Preparing: SELECT id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted FROM t_question WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-05 10:33:34.259 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : ==> Parameters: 10(Integer)
2023-06-05 10:33:34.275 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.repository.QuestionMapper.page   : <==      Total: 3
2023-06-05 10:33:34.319 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 10:33:34.320 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 10(Integer)
2023-06-05 10:33:34.329 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 10:33:34.338 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 10:33:34.339 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 5(Integer)
2023-06-05 10:33:34.347 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 10:33:34.349 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 10:33:34.349 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 1(Integer)
2023-06-05 10:33:34.357 DEBUG 5256 --- [XNIO-1 task-3] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 10:33:37.429 DEBUG 5256 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 10:33:37.430 DEBUG 5256 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 10:33:37.440 DEBUG 5256 --- [XNIO-1 task-4] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 10:33:37.500 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.Q.selectByPrimaryKey           : ==>  Preparing: select id, question_type, subject_id, score, grade_level, difficult, correct, info_text_content_id, create_user, status, create_time, deleted from t_question where id = ? 
2023-06-05 10:33:37.500 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.Q.selectByPrimaryKey           : ==> Parameters: 4(Integer)
2023-06-05 10:33:37.508 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.Q.selectByPrimaryKey           : <==      Total: 1
2023-06-05 10:33:37.509 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==>  Preparing: select id, content, create_time from t_text_content where id = ? 
2023-06-05 10:33:37.510 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : ==> Parameters: 10(Integer)
2023-06-05 10:33:37.518 DEBUG 5256 --- [XNIO-1 task-5] r.c.m.x.r.T.selectByPrimaryKey           : <==      Total: 1
2023-06-05 10:43:33.681  INFO 5256 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 10:43:33.693  INFO 5256 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 10:43:33.700  INFO 5256 --- [Thread-15] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 10:43:42.489  INFO 15948 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 15948 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 10:43:42.489  INFO 15948 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 10:43:42.559  INFO 15948 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 10:43:42.559  INFO 15948 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 10:43:44.610  WARN 15948 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 10:43:44.651  INFO 15948 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 10:43:44.651  INFO 15948 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2092 ms
2023-06-05 10:43:45.927  INFO 15948 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c0e6737, org.springframework.security.web.context.SecurityContextPersistenceFilter@12874bc, org.springframework.security.web.header.HeaderWriterFilter@76156bc4, org.springframework.web.filter.CorsFilter@596dab28, org.springframework.security.web.authentication.logout.LogoutFilter@184ec9e3, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@64d88fb4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1c0cc862, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@572c544c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2a297518, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@3191c929, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@f3c1df6, org.springframework.security.web.session.SessionManagementFilter@57af83a8, org.springframework.security.web.access.ExceptionTranslationFilter@60e95f9b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4aa84351]
2023-06-05 10:43:46.333  INFO 15948 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 10:43:46.519  INFO 15948 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 10:43:46.536  INFO 15948 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 10:43:46.637  INFO 15948 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 10:43:46.642  INFO 15948 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 5.157 seconds (JVM running for 6.424)
2023-06-05 10:46:57.830  INFO 15948 --- [XNIO-1 task-2] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 10:46:57.844  INFO 15948 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 10:46:57.867  INFO 15948 --- [XNIO-1 task-2] o.s.web.servlet.DispatcherServlet        : Completed initialization in 23 ms
2023-06-05 10:46:57.972  INFO 15948 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 10:46:58.239  INFO 15948 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 10:46:58.252 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:46:58.279 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:46:58.311 DEBUG 15948 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 10:46:58.311 DEBUG 15948 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 10:46:58.316 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:46:58.318 DEBUG 15948 --- [XNIO-1 task-1] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 10:46:58.327 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:46:58.328 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:46:58.336 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:46:58.999 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-05 10:46:59.000 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-05 10:46:59.008 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-05 10:46:59.015 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id FROM t_exam_paper WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-05 10:46:59.015 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-05 10:46:59.027 DEBUG 15948 --- [XNIO-1 task-2] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 3
2023-06-05 10:48:18.271 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:48:18.272 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:48:18.280 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:48:18.281 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:48:18.281 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:48:18.298 DEBUG 15948 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:48:46.029  WARN 15948 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=47s662ms416µs200ns).
2023-06-05 10:53:14.085  INFO 15948 --- [Thread-18] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 10:53:14.095  INFO 15948 --- [Thread-18] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 10:53:14.101  INFO 15948 --- [Thread-18] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 10:53:21.402  INFO 9600 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 9600 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 10:53:21.407  INFO 9600 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 10:53:21.473  INFO 9600 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 10:53:21.474  INFO 9600 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 10:53:23.137  WARN 9600 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 10:53:23.175  INFO 9600 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 10:53:23.179  INFO 9600 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1705 ms
2023-06-05 10:53:24.425  INFO 9600 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1d0c131f, org.springframework.security.web.context.SecurityContextPersistenceFilter@25e835c, org.springframework.security.web.header.HeaderWriterFilter@636dbda5, org.springframework.web.filter.CorsFilter@6b3c6e04, org.springframework.security.web.authentication.logout.LogoutFilter@501cf49f, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@5390b717, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1ed5bf69, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5b1355f5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@162c2819, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@691925d7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@256bec6d, org.springframework.security.web.session.SessionManagementFilter@3a4316a2, org.springframework.security.web.access.ExceptionTranslationFilter@7afc1bcb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@55022ee3]
2023-06-05 10:53:24.761  INFO 9600 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 10:53:24.844  INFO 9600 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 10:53:24.856  INFO 9600 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 10:53:24.926  INFO 9600 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 10:53:24.930  INFO 9600 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 4.579 seconds (JVM running for 5.779)
2023-06-05 10:53:38.124  INFO 9600 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 10:53:38.125  INFO 9600 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 10:53:38.135  INFO 9600 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 10 ms
2023-06-05 10:53:38.178  INFO 9600 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 10:53:38.463  INFO 9600 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 10:53:38.476 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:53:38.510 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:53:38.545 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:53:38.553 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:53:38.553 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:53:38.564 DEBUG 9600 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:54:08.250  INFO 9600 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 10:54:08.259  INFO 9600 --- [Thread-17] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 10:54:08.262  INFO 9600 --- [Thread-17] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 10:54:14.125  INFO 8460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 8460 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 10:54:14.128  INFO 8460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 10:54:14.194  INFO 8460 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 10:54:14.194  INFO 8460 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 10:54:15.562  WARN 8460 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 10:54:15.586  INFO 8460 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 10:54:15.586  INFO 8460 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1392 ms
2023-06-05 10:54:16.680  INFO 8460 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c1bb1fa, org.springframework.security.web.context.SecurityContextPersistenceFilter@72465cac, org.springframework.security.web.header.HeaderWriterFilter@5d92c4de, org.springframework.web.filter.CorsFilter@149dc667, org.springframework.security.web.authentication.logout.LogoutFilter@5991e2d9, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@20f3f0d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7b003524, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@e8d4090, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e0d5060, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@5a50d6aa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@58fd0a94, org.springframework.security.web.session.SessionManagementFilter@64d888a6, org.springframework.security.web.access.ExceptionTranslationFilter@6020aed9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@269455dc]
2023-06-05 10:54:16.940  INFO 8460 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 10:54:17.061  INFO 8460 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 10:54:17.071  INFO 8460 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 10:54:17.142  INFO 8460 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 10:54:17.146  INFO 8460 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 3.915 seconds (JVM running for 4.948)
2023-06-05 10:54:28.347  INFO 8460 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 10:54:28.348  INFO 8460 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 10:54:28.355  INFO 8460 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
2023-06-05 10:54:28.389  INFO 8460 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 10:54:28.607  INFO 8460 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 10:54:28.614 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:54:28.635 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:54:28.672 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 10:54:28.678 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 10:54:28.679 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 10:54:28.688 DEBUG 8460 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:19:35.881  INFO 8460 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 11:19:35.919  INFO 8460 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 11:19:35.935  INFO 8460 --- [Thread-15] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 11:19:52.029  INFO 17112 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17112 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 11:19:52.032  INFO 17112 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 11:19:52.088  INFO 17112 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 11:19:52.088  INFO 17112 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 11:19:54.841  WARN 17112 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 11:19:54.871  INFO 17112 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 11:19:54.871  INFO 17112 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2783 ms
2023-06-05 11:19:55.739  WARN 17112 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'AdminQuestionController': Unsatisfied dependency expressed through field 'questionClassConvert'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.mindskip.xzs.utility.convert.QuestionClassConvert' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2023-06-05 11:19:55.751  INFO 17112 --- [restartedMain] ConditionEvaluationReportLoggingListener : 
 
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-06-05 11:19:55.919 ERROR 17112 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 
 
***************************
APPLICATION FAILED TO START
***************************
 
Description:
 
Field questionClassConvert in com.mindskip.xzs.controller.admin.QuestionController required a bean of type 'com.mindskip.xzs.utility.convert.QuestionClassConvert' that could not be found.
 
The injection point has the following annotations:
    - @org.springframework.beans.factory.annotation.Autowired(required=true)
 
 
Action:
 
Consider defining a bean of type 'com.mindskip.xzs.utility.convert.QuestionClassConvert' in your configuration.
 
2023-06-05 11:21:15.983  INFO 5612 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 5612 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 11:21:15.986  INFO 5612 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 11:21:16.039  INFO 5612 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 11:21:16.039  INFO 5612 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 11:21:17.266  WARN 5612 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 11:21:17.288  INFO 5612 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 11:21:17.288  INFO 5612 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1249 ms
2023-06-05 11:21:18.361  INFO 5612 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@665c1c63, org.springframework.security.web.context.SecurityContextPersistenceFilter@655fffba, org.springframework.security.web.header.HeaderWriterFilter@76b051e4, org.springframework.web.filter.CorsFilter@633f73e3, org.springframework.security.web.authentication.logout.LogoutFilter@7f051435, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@32571e54, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@17b4d919, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1c59537e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@32e34230, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@174fee8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@40fdb3a5, org.springframework.security.web.session.SessionManagementFilter@58221bd, org.springframework.security.web.access.ExceptionTranslationFilter@2341d4d4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79c04101]
2023-06-05 11:21:18.654  INFO 5612 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 11:21:18.714  INFO 5612 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 11:21:18.725  INFO 5612 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 11:21:18.840  INFO 5612 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 11:21:18.844  INFO 5612 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 3.52 seconds (JVM running for 4.428)
2023-06-05 11:21:38.342  INFO 5612 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 11:21:38.342  INFO 5612 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 11:21:38.351  INFO 5612 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 9 ms
2023-06-05 11:21:38.395  INFO 5612 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 11:21:38.629  INFO 5612 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 11:21:38.641 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:21:38.668 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:21:38.698 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:21:38.707 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:21:38.708 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:21:38.716 DEBUG 5612 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:25:27.438 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:25:27.441 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:25:27.454 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:25:27.455 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:25:27.455 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:25:27.466 DEBUG 5612 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:25:58.920 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:25:58.921 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:25:58.930 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:25:58.931 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:25:58.931 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:25:58.977 DEBUG 5612 --- [XNIO-1 task-5] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:26:20.291  INFO 5612 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 11:26:20.306  INFO 5612 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 11:26:20.310  INFO 5612 --- [Thread-15] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'
2023-06-05 11:26:26.123  INFO 17880 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 17880 (E:\demo\xzs-mysql\source\xzs\target\classes started by qirong in E:\demo\xzs-mysql\source\xzs)
2023-06-05 11:26:26.125  INFO 17880 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-06-05 11:26:26.168  INFO 17880 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-06-05 11:26:26.169  INFO 17880 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-06-05 11:26:27.528  WARN 17880 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-06-05 11:26:27.556  INFO 17880 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-06-05 11:26:27.557  INFO 17880 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1387 ms
2023-06-05 11:26:28.595  INFO 17880 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@755478fd, org.springframework.security.web.context.SecurityContextPersistenceFilter@73610545, org.springframework.security.web.header.HeaderWriterFilter@19a11051, org.springframework.web.filter.CorsFilter@4c490163, org.springframework.security.web.authentication.logout.LogoutFilter@6fccef76, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@1aa0156f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7b1525c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34079fc8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@46fef85e, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@7a4a16a7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67b1fcc2, org.springframework.security.web.session.SessionManagementFilter@285f3420, org.springframework.security.web.access.ExceptionTranslationFilter@1d20d2e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@24e4ad52]
2023-06-05 11:26:28.862  INFO 17880 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-06-05 11:26:29.128  INFO 17880 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-06-05 11:26:29.138  INFO 17880 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-06-05 11:26:29.198  INFO 17880 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-06-05 11:26:29.201  INFO 17880 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 3.824 seconds (JVM running for 4.795)
2023-06-05 11:27:06.130  INFO 17880 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-06-05 11:27:06.130  INFO 17880 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-06-05 11:27:06.138  INFO 17880 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 8 ms
2023-06-05 11:27:06.180  INFO 17880 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-06-05 11:27:06.440  INFO 17880 --- [XNIO-1 task-1] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-06-05 11:27:06.449 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:27:06.474 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:27:06.507 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:27:06.514 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:27:06.515 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:27:06.527 DEBUG 17880 --- [XNIO-1 task-1] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:28:47.360  WARN 17880 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m40s806ms962µs500ns).
2023-06-05 11:28:54.503 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:28:54.503 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:28:54.504 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:28:54.504 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:28:54.533 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:28:54.533 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:28:54.536 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:28:54.536 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==>  Preparing: select id, user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id from t_user where deleted=0 and user_name=? limit 1 
2023-06-05 11:28:54.537 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:28:54.537 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : ==> Parameters: admin(String)
2023-06-05 11:28:54.551 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:28:54.551 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.UserMapper.getUserByUserName   : <==      Total: 1
2023-06-05 11:28:54.566 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : ==>  Preparing: select id, name, level, level_name, item_order, deleted from t_subject 
2023-06-05 11:28:54.566 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : ==> Parameters: 
2023-06-05 11:28:54.578 DEBUG 17880 --- [XNIO-1 task-3] r.c.m.x.r.SubjectMapper.allSubject       : <==      Total: 1
2023-06-05 11:28:54.720 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==>  Preparing: SELECT count(0) FROM t_exam_paper WHERE deleted = 0 
2023-06-05 11:28:54.721 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.page_COUNT     : ==> Parameters: 
2023-06-05 11:28:54.736 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.r.ExamPaperMapper.page_COUNT     : <==      Total: 1
2023-06-05 11:28:54.745 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.repository.ExamPaperMapper.page  : ==>  Preparing: SELECT id, name, subject_id, paper_type, grade_level, score, question_count, suggest_time, limit_start_time, limit_end_time, frame_text_content_id, create_user, create_time, deleted, task_exam_id FROM t_exam_paper WHERE deleted = 0 order by id desc LIMIT ? 
2023-06-05 11:28:54.746 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.repository.ExamPaperMapper.page  : ==> Parameters: 10(Integer)
2023-06-05 11:28:54.758 DEBUG 17880 --- [XNIO-1 task-4] r.c.m.x.repository.ExamPaperMapper.page  : <==      Total: 3
2023-06-05 12:36:19.521  WARN 17880 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=20m31s366ms817µs700ns).
2023-06-05 13:38:29.268  INFO 17880 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-06-05 13:38:29.297  INFO 17880 --- [Thread-15] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-06-05 13:38:29.310  INFO 17880 --- [Thread-15] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'