xiangpei
2024-05-15 09135e31580c89fa86ba760904dca6d88f98c040
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
2023-07-17 09:10:17.800  INFO 14252 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 14252 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-07-17 09:10:17.803  INFO 14252 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-07-17 09:10:17.872  INFO 14252 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-07-17 09:10:17.872  INFO 14252 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-07-17 09:10:21.752  INFO 14252 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d3c1482a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-17 09:10:22.195  WARN 14252 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-07-17 09:10:22.244  INFO 14252 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-07-17 09:10:22.244  INFO 14252 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4371 ms
2023-07-17 09:10:24.011  INFO 14252 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-07-17 09:10:24.244  INFO 14252 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6b638da2, org.springframework.security.web.context.SecurityContextPersistenceFilter@78adceca, org.springframework.security.web.header.HeaderWriterFilter@2781c9d6, org.springframework.web.filter.CorsFilter@3dbee084, org.springframework.security.web.authentication.logout.LogoutFilter@7c73665e, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@4c64d939, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7f392b42, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@329f027a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@28fea14f, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@2910c685, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3f25b9ad, org.springframework.security.web.session.SessionManagementFilter@56f329db, org.springframework.security.web.access.ExceptionTranslationFilter@1762f76e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7c4fd393]
2023-07-17 09:10:24.276  INFO 14252 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2023-07-17 09:10:24.782  INFO 14252 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-07-17 09:10:24.801  INFO 14252 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-07-17 09:10:24.842  INFO 14252 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-07-17 09:10:25.013  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-07-17 09:10:25.056  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-07-17 09:10:25.077  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-07-17 09:10:25.087  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-07-17 09:10:25.093  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-07-17 09:10:25.139  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-07-17 09:10:25.142  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-07-17 09:10:25.163  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-07-17 09:10:25.167  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-07-17 09:10:25.169  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-07-17 09:10:25.180  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-07-17 09:10:25.187  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-07-17 09:10:25.190  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-07-17 09:10:25.192  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-07-17 09:10:25.194  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-07-17 09:10:25.201  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-07-17 09:10:25.202  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-07-17 09:10:25.208  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-07-17 09:10:25.210  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-07-17 09:10:25.216  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-07-17 09:10:25.226  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-07-17 09:10:25.231  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-07-17 09:10:25.234  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-07-17 09:10:25.236  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-07-17 09:10:25.265  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-07-17 09:10:25.267  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-07-17 09:10:25.271  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-07-17 09:10:25.276  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-07-17 09:10:25.282  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-07-17 09:10:25.287  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-07-17 09:10:25.293  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-07-17 09:10:25.294  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-07-17 09:10:25.295  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-07-17 09:10:25.295  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-07-17 09:10:25.296  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-07-17 09:10:25.296  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-07-17 09:10:25.297  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-07-17 09:10:25.298  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-07-17 09:10:25.317  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-07-17 09:10:25.323  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-07-17 09:10:25.329  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-07-17 09:10:25.331  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-07-17 09:10:25.335  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_6
2023-07-17 09:10:25.341  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importUserUsingPOST_1
2023-07-17 09:10:25.346  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-07-17 09:10:25.347  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-07-17 09:10:25.352  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-07-17 09:10:25.354  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-07-17 09:10:25.355  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-07-17 09:10:25.359  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-07-17 09:10:25.361  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-07-17 09:10:25.364  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-07-17 09:10:25.365  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-07-17 09:10:25.369  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-07-17 09:10:25.372  INFO 14252 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2023-07-17 09:10:25.507  INFO 14252 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-07-17 09:10:25.525  INFO 14252 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-07-17 09:10:25.632  INFO 14252 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-07-17 09:10:25.637  INFO 14252 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 8.594 seconds (JVM running for 13.542)
2023-07-17 09:12:34.294  INFO 14252 --- [XNIO-1 task-3] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-17 09:12:34.294  INFO 14252 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-07-17 09:12:34.330  INFO 14252 --- [XNIO-1 task-3] o.s.web.servlet.DispatcherServlet        : Completed initialization in 36 ms
2023-07-17 09:12:34.405  INFO 14252 --- [XNIO-1 task-2] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/list
2023-07-17 09:12:34.451  INFO 14252 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-07-17 09:12:34.860  INFO 14252 --- [XNIO-1 task-2] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-07-17 09:12:34.870 DEBUG 14252 --- [XNIO-1 task-2] r.c.m.x.r.DepartmentMapper.gets          : ==>  Preparing: select id , name,deleted from t_department where deleted=0 
2023-07-17 09:12:34.894 DEBUG 14252 --- [XNIO-1 task-2] r.c.m.x.r.DepartmentMapper.gets          : ==> Parameters: 
2023-07-17 09:12:34.951 DEBUG 14252 --- [XNIO-1 task-2] r.c.m.x.r.DepartmentMapper.gets          : <==      Total: 3
2023-07-17 09:28:47.556  INFO 14252 --- [XNIO-1 task-6] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/list
2023-07-17 09:28:47.566 DEBUG 14252 --- [XNIO-1 task-6] r.c.m.x.r.DepartmentMapper.gets          : ==>  Preparing: select id , name,deleted from t_department where deleted=0 
2023-07-17 09:28:47.566 DEBUG 14252 --- [XNIO-1 task-6] r.c.m.x.r.DepartmentMapper.gets          : ==> Parameters: 
2023-07-17 09:28:47.575 DEBUG 14252 --- [XNIO-1 task-6] r.c.m.x.r.DepartmentMapper.gets          : <==      Total: 3
2023-07-17 09:44:21.221  INFO 14252 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-07-17 09:44:21.243  INFO 14252 --- [Thread-25] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-07-17 09:44:21.256  INFO 14252 --- [Thread-25] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'