fuliqi
2023-11-14 f464a58aa5e50a43d7dc03a8d3b4cd7e576d7b12
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
2023-10-09 09:01:30.383  INFO 16140 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Starting XzsApplication on DESKTOP-7A2KHS1 with PID 16140 (E:\ycll\qyksxt\target\classes started by qirong in E:\ycll\qyksxt)
2023-10-09 09:01:30.386  INFO 16140 --- [restartedMain] com.mindskip.xzs.XzsApplication          : The following profiles are active: dev
2023-10-09 09:01:30.441  INFO 16140 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-10-09 09:01:30.441  INFO 16140 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-10-09 09:01:36.653  INFO 16140 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2c758a4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-10-09 09:01:37.114  WARN 16140 --- [restartedMain] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-10-09 09:01:37.143  INFO 16140 --- [restartedMain] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2023-10-09 09:01:37.143  INFO 16140 --- [restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 6700 ms
2023-10-09 09:01:39.053  INFO 16140 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2023-10-09 09:01:39.232  INFO 16140 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2f3e7062, org.springframework.security.web.context.SecurityContextPersistenceFilter@73da7508, org.springframework.security.web.header.HeaderWriterFilter@18ba44da, org.springframework.web.filter.CorsFilter@1dc92a54, org.springframework.security.web.authentication.logout.LogoutFilter@2b050b36, com.mindskip.xzs.configuration.spring.security.RestLoginAuthenticationFilter@40b1baf7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@36bd2940, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@72bc57e5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@182d22ef, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@42af0d0a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@794b3612, org.springframework.security.web.session.SessionManagementFilter@527aa5b4, org.springframework.security.web.access.ExceptionTranslationFilter@137363c6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1a11da96]
2023-10-09 09:01:39.254  INFO 16140 --- [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-10-09 09:01:39.728  INFO 16140 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-10-09 09:01:39.746  INFO 16140 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-10-09 09:01:39.778  INFO 16140 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-10-09 09:01:39.922  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: taskUsingPOST_1
2023-10-09 09:01:39.961  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
2023-10-09 09:01:39.979  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_1
2023-10-09 09:01:39.986  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingPOST_1
2023-10-09 09:01:39.990  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_1
2023-10-09 09:01:40.024  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_2
2023-10-09 09:01:40.046  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: answerSubmitUsingPOST_1
2023-10-09 09:01:40.047  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_1
2023-10-09 09:01:40.050  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_3
2023-10-09 09:01:40.051  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_1
2023-10-09 09:01:40.067  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_2
2023-10-09 09:01:40.073  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_4
2023-10-09 09:01:40.075  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_2
2023-10-09 09:01:40.078  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_5
2023-10-09 09:01:40.080  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_3
2023-10-09 09:01:40.082  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_1
2023-10-09 09:01:40.084  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_3
2023-10-09 09:01:40.089  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_6
2023-10-09 09:01:40.091  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_4
2023-10-09 09:01:40.094  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_4
2023-10-09 09:01:40.102  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_5
2023-10-09 09:01:40.109  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_6
2023-10-09 09:01:40.123  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_7
2023-10-09 09:01:40.125  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectSourceUsingPOST_1
2023-10-09 09:01:40.130  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_7
2023-10-09 09:01:40.138  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_8
2023-10-09 09:01:40.141  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_8
2023-10-09 09:01:40.143  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_2
2023-10-09 09:01:40.144  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_5
2023-10-09 09:01:40.164  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_9
2023-10-09 09:01:40.165  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_9
2023-10-09 09:01:40.169  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_3
2023-10-09 09:01:40.171  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_6
2023-10-09 09:01:40.175  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_10
2023-10-09 09:01:40.178  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_10
2023-10-09 09:01:40.184  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingGET_1
2023-10-09 09:01:40.185  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingHEAD_1
2023-10-09 09:01:40.185  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPOST_1
2023-10-09 09:01:40.186  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPUT_1
2023-10-09 09:01:40.187  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingPATCH_1
2023-10-09 09:01:40.187  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingDELETE_1
2023-10-09 09:01:40.188  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingOPTIONS_1
2023-10-09 09:01:40.188  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: questionUploadAndReadExcelUsingTRACE_1
2023-10-09 09:01:40.207  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_2
2023-10-09 09:01:40.212  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
2023-10-09 09:01:40.218  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_1
2023-10-09 09:01:40.219  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingPOST_4
2023-10-09 09:01:40.223  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPOST_7
2023-10-09 09:01:40.230  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importUserUsingPOST_1
2023-10-09 09:01:40.236  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageListUsingPOST_11
2023-10-09 09:01:40.237  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUsingPOST_11
2023-10-09 09:01:40.241  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
2023-10-09 09:01:40.243  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: currentUsingPOST_2
2023-10-09 09:01:40.244  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: logUsingPOST_1
2023-10-09 09:01:40.251  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: messagePageListUsingPOST_1
2023-10-09 09:01:40.252  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: readUsingPOST_3
2023-10-09 09:01:40.256  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
2023-10-09 09:01:40.257  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unReadCountUsingPOST_1
2023-10-09 09:01:40.260  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
2023-10-09 09:01:40.262  INFO 16140 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2023-10-09 09:01:40.310  INFO 16140 --- [restartedMain] org.xnio                                 : XNIO version 3.3.8.Final
2023-10-09 09:01:40.322  INFO 16140 --- [restartedMain] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.8.Final
2023-10-09 09:01:40.406  INFO 16140 --- [restartedMain] o.s.b.w.e.u.UndertowServletWebServer     : Undertow started on port(s) 8000 (http) with context path ''
2023-10-09 09:01:40.410  INFO 16140 --- [restartedMain] com.mindskip.xzs.XzsApplication          : Started XzsApplication in 10.765 seconds (JVM running for 14.553)
2023-10-09 09:01:57.174  INFO 16140 --- [XNIO-1 task-1] io.undertow.servlet                      : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-10-09 09:01:57.175  INFO 16140 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2023-10-09 09:01:57.188  INFO 16140 --- [XNIO-1 task-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 13 ms
2023-10-09 09:03:41.557  INFO 16140 --- [XNIO-1 task-3] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/list
2023-10-09 09:03:41.602  INFO 16140 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2023-10-09 09:03:46.048  INFO 16140 --- [XNIO-1 task-3] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2023-10-09 09:03:46.058 DEBUG 16140 --- [XNIO-1 task-3] r.c.m.x.r.DepartmentMapper.gets          : ==>  Preparing: select id , name,deleted from t_department where deleted=0 
2023-10-09 09:03:46.080 DEBUG 16140 --- [XNIO-1 task-3] r.c.m.x.r.DepartmentMapper.gets          : ==> Parameters: 
2023-10-09 09:03:46.190 DEBUG 16140 --- [XNIO-1 task-3] r.c.m.x.r.DepartmentMapper.gets          : <==      Total: 4
2023-10-09 09:41:35.815  INFO 16140 --- [XNIO-1 task-8] c.mindskip.xzs.aop.InterfaceLogHandler   : 访问接口:/api/admin/department/list
2023-10-09 09:41:35.887 DEBUG 16140 --- [XNIO-1 task-8] r.c.m.x.r.DepartmentMapper.gets          : ==>  Preparing: select id , name,deleted from t_department where deleted=0 
2023-10-09 09:41:35.894 DEBUG 16140 --- [XNIO-1 task-8] r.c.m.x.r.DepartmentMapper.gets          : ==> Parameters: 
2023-10-09 09:41:35.943 DEBUG 16140 --- [XNIO-1 task-8] r.c.m.x.r.DepartmentMapper.gets          : <==      Total: 4
2023-10-09 10:26:00.973  INFO 16140 --- [Thread-30] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2023-10-09 10:26:01.010  INFO 16140 --- [Thread-30] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2023-10-09 10:26:01.025  INFO 16140 --- [Thread-30] io.undertow.servlet                      : Destroying Spring FrameworkServlet 'dispatcherServlet'