Commit 1c498428 authored by 霍传世's avatar 霍传世

保存更改

parent b74ea3d7
Pipeline #264 canceled with stages
......@@ -212,3 +212,128 @@
2025-04-14 10:50:58 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:57:47 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2025-04-14 10:57:47 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
2025-04-14 10:57:53 INFO [main] c.y.p.PaperStudentConfigApplication - Starting PaperStudentConfigApplication using Java 1.8.0_371 on LAPTOP-AQFHIFO0 with PID 21900 (D:\YuDa\PaperStudentConfig\target\classes started by MR_D in D:\YuDa\PaperStudentConfig)
2025-04-14 10:57:53 DEBUG [main] c.y.p.PaperStudentConfigApplication - Running with Spring Boot v2.7.4, Spring v5.3.23
2025-04-14 10:57:53 INFO [main] c.y.p.PaperStudentConfigApplication - No active profile set, falling back to 1 default profile: "default"
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JDBC repositories in DEFAULT mode.
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 9 ms. Found 0 JDBC repository interfaces.
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-04-14 10:57:54 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
2025-04-14 10:57:54 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10086 (http)
2025-04-14 10:57:54 INFO [main] o.a.catalina.core.StandardService - Starting service [Tomcat]
2025-04-14 10:57:54 INFO [main] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
2025-04-14 10:57:55 INFO [main] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2025-04-14 10:57:55 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1124 ms
2025-04-14 10:57:57 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2025-04-14 10:57:57 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2025-04-14 10:57:57 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 10086 (http) with context path ''
2025-04-14 10:57:57 INFO [main] c.y.p.PaperStudentConfigApplication - Started PaperStudentConfigApplication in 4.399 seconds (JVM running for 5.405)
2025-04-14 10:58:11 INFO [http-nio-10086-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-04-14 10:58:11 INFO [http-nio-10086-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-04-14 10:58:11 INFO [http-nio-10086-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
2025-04-14 10:58:12 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 10:58:18 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:21 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:30 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/importStudents
2025-04-14 10:58:32 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:38 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/importStudents
2025-04-14 10:58:40 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:44 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:51 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/importStudents
2025-04-14 10:58:53 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:58:57 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:59:03 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/importStudents
2025-04-14 10:59:05 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:59:12 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/importStudents
2025-04-14 10:59:14 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 10:59:28 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/papers
2025-04-14 10:59:35 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 10:59:53 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:00:00 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:00:01 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:00:50 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/login/signOut
2025-04-14 11:00:53 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:05:16 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:05:53 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:05:53 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:05:57 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:05:57 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:05 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:06 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:06 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:06:37 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:37 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:38 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:06:39 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:13:47 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:13:53 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/getExamStudents
2025-04-14 11:18:00 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:00 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:03 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:03 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:05 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:05 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:06 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:07 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:17 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:17 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:19 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:19 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:20 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:20 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:45 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:45 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:47 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:47 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:58 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:58 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:59 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:18:59 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:01 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:01 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:06 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:06 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:12 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:13 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:20 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:20 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:20 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:20 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:45 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:45 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:45 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:45 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:47 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:47 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:55 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:19:56 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:05 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:05 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:06 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:06 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:08 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:08 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:10 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:10 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:19 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:19 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:19 INFO [http-nio-10086-exec-6] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:20 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:22 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:22 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:30 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:30 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:30 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:31 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:34 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:34 INFO [http-nio-10086-exec-5] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:38 INFO [http-nio-10086-exec-7] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:39 INFO [http-nio-10086-exec-8] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:41 INFO [http-nio-10086-exec-9] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:41 INFO [http-nio-10086-exec-10] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:45 INFO [http-nio-10086-exec-2] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:45 INFO [http-nio-10086-exec-1] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:49 INFO [http-nio-10086-exec-3] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
2025-04-14 11:20:49 INFO [http-nio-10086-exec-4] c.y.p.interceptor.LoginInterceptor - 访问接口 http://192.168.1.145:10086/main/index
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment