From 8e25e7ec1eebbc5b993c4e56f22d0976972e7f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BD=B3=E5=BD=AC?= <2948429338@qq.com> Date: Mon, 23 Sep 2024 09:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=94=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=20=E8=A7=A3=E5=86=B3=E9=80=80=E5=87=BA=E5=90=8E=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=B8=8D=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=A4=B4=E5=83=8F=E6=9B=B4=E6=8D=A2=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log/onlineoj.log | 158 ++++++++++++++++++ .../weiyuexin/controller/AdminController.java | 2 +- .../main/resources/templates/user/login.html | 4 +- oj-vue/src/components/oj/common/NavBar.vue | 1 - oj-vue/src/views/oj/user/UserPanel.vue | 1 + 5 files changed, 162 insertions(+), 4 deletions(-) diff --git a/log/onlineoj.log b/log/onlineoj.log index fbe120d..9e70843 100644 --- a/log/onlineoj.log +++ b/log/onlineoj.log @@ -252,3 +252,161 @@ java.lang.NullPointerException: null 2024-09-23 00:10:59.828 INFO 18424 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... 2024-09-23 00:10:59.835 INFO 18424 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed +2024-09-23 00:14:05.818 INFO 77636 --- [restartedMain] top.weiyuexin.Application : Starting Application using Java 1.8.0_131 on DESKTOP-LC4D5LO with PID 77636 (D:\JavaCode\XJ-OJ\oj-spring-boot\target\classes started by chenjiabin in D:\JavaCode\XJ-OJ) +2024-09-23 00:14:05.820 INFO 77636 --- [restartedMain] top.weiyuexin.Application : No active profile set, falling back to 1 default profile: "default" +2024-09-23 00:14:05.847 INFO 77636 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2024-09-23 00:14:05.847 INFO 77636 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2024-09-23 00:14:06.411 INFO 77636 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2024-09-23 00:14:06.413 INFO 77636 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2024-09-23 00:14:06.429 INFO 77636 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces. +2024-09-23 00:14:06.904 INFO 77636 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2024-09-23 00:14:06.910 INFO 77636 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2024-09-23 00:14:06.911 INFO 77636 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69] +2024-09-23 00:14:06.991 INFO 77636 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2024-09-23 00:14:06.991 INFO 77636 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1143 ms +2024-09-23 00:14:07.175 INFO 77636 --- [restartedMain] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource +2024-09-23 00:14:07.235 INFO 77636 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited +2024-09-23 00:14:08.697 INFO 77636 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2024-09-23 00:14:08.713 INFO 77636 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] +2024-09-23 00:14:08.779 INFO 77636 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)] +2024-09-23 00:14:08.974 INFO 77636 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2024-09-23 00:14:08.975 INFO 77636 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped +2024-09-23 00:14:08.977 INFO 77636 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) +2024-09-23 00:14:09.008 INFO 77636 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references +2024-09-23 00:14:09.037 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1 +2024-09-23 00:14:09.111 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1 +2024-09-23 00:14:09.117 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_1 +2024-09-23 00:14:09.124 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2 +2024-09-23 00:14:09.126 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_2 +2024-09-23 00:14:09.137 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3 +2024-09-23 00:14:09.141 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_3 +2024-09-23 00:14:09.148 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteProblemUsingDELETE_1 +2024-09-23 00:14:09.150 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_4 +2024-09-23 00:14:09.154 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4 +2024-09-23 00:14:09.155 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_2 +2024-09-23 00:14:09.161 INFO 77636 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_5 +2024-09-23 00:14:09.175 INFO 77636 --- [restartedMain] top.weiyuexin.Application : Started Application in 3.641 seconds (JVM running for 4.598) +2024-09-23 00:14:24.902 INFO 77636 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-09-23 00:14:24.902 INFO 77636 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2024-09-23 00:14:24.903 INFO 77636 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms +2024-09-23 00:17:11.831 INFO 77636 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... +2024-09-23 00:17:11.834 INFO 77636 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed +2024-09-23 00:17:15.854 INFO 76376 --- [restartedMain] top.weiyuexin.Application : Starting Application using Java 1.8.0_131 on DESKTOP-LC4D5LO with PID 76376 (D:\JavaCode\XJ-OJ\oj-spring-boot\target\classes started by chenjiabin in D:\JavaCode\XJ-OJ) +2024-09-23 00:17:15.855 INFO 76376 --- [restartedMain] top.weiyuexin.Application : No active profile set, falling back to 1 default profile: "default" +2024-09-23 00:17:15.888 INFO 76376 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2024-09-23 00:17:15.888 INFO 76376 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2024-09-23 00:17:16.483 INFO 76376 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2024-09-23 00:17:16.484 INFO 76376 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2024-09-23 00:17:16.504 INFO 76376 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. +2024-09-23 00:17:16.957 INFO 76376 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2024-09-23 00:17:16.962 INFO 76376 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2024-09-23 00:17:16.962 INFO 76376 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69] +2024-09-23 00:17:17.018 INFO 76376 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2024-09-23 00:17:17.018 INFO 76376 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1129 ms +2024-09-23 00:17:17.153 INFO 76376 --- [restartedMain] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource +2024-09-23 00:17:17.198 INFO 76376 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited +2024-09-23 00:17:18.376 INFO 76376 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2024-09-23 00:17:18.386 INFO 76376 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] +2024-09-23 00:17:18.438 INFO 76376 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)] +2024-09-23 00:17:18.589 INFO 76376 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2024-09-23 00:17:18.590 INFO 76376 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped +2024-09-23 00:17:18.591 INFO 76376 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) +2024-09-23 00:17:18.613 INFO 76376 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references +2024-09-23 00:17:18.690 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1 +2024-09-23 00:17:18.695 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_1 +2024-09-23 00:17:18.701 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2 +2024-09-23 00:17:18.704 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_2 +2024-09-23 00:17:18.711 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3 +2024-09-23 00:17:18.715 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_3 +2024-09-23 00:17:18.721 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteProblemUsingDELETE_1 +2024-09-23 00:17:18.723 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_4 +2024-09-23 00:17:18.725 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4 +2024-09-23 00:17:18.726 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1 +2024-09-23 00:17:18.730 INFO 76376 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_5 +2024-09-23 00:17:18.741 INFO 76376 --- [restartedMain] top.weiyuexin.Application : Started Application in 3.165 seconds (JVM running for 4.005) +2024-09-23 00:17:24.078 INFO 76376 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-09-23 00:17:24.078 INFO 76376 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2024-09-23 00:17:24.080 INFO 76376 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2024-09-23 00:19:18.139 INFO 76376 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... +2024-09-23 00:19:18.147 INFO 76376 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed +2024-09-23 00:19:21.402 INFO 52680 --- [restartedMain] top.weiyuexin.Application : Starting Application using Java 1.8.0_131 on DESKTOP-LC4D5LO with PID 52680 (D:\JavaCode\XJ-OJ\oj-spring-boot\target\classes started by chenjiabin in D:\JavaCode\XJ-OJ) +2024-09-23 00:19:21.403 INFO 52680 --- [restartedMain] top.weiyuexin.Application : No active profile set, falling back to 1 default profile: "default" +2024-09-23 00:19:21.431 INFO 52680 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2024-09-23 00:19:21.431 INFO 52680 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2024-09-23 00:19:22.029 INFO 52680 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2024-09-23 00:19:22.031 INFO 52680 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2024-09-23 00:19:22.049 INFO 52680 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces. +2024-09-23 00:19:22.524 INFO 52680 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2024-09-23 00:19:22.530 INFO 52680 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2024-09-23 00:19:22.530 INFO 52680 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69] +2024-09-23 00:19:22.591 INFO 52680 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2024-09-23 00:19:22.592 INFO 52680 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1160 ms +2024-09-23 00:19:22.775 INFO 52680 --- [restartedMain] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource +2024-09-23 00:19:22.842 INFO 52680 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited +2024-09-23 00:19:24.287 INFO 52680 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2024-09-23 00:19:24.300 INFO 52680 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] +2024-09-23 00:19:24.362 INFO 52680 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)] +2024-09-23 00:19:24.536 INFO 52680 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2024-09-23 00:19:24.537 INFO 52680 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped +2024-09-23 00:19:24.539 INFO 52680 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) +2024-09-23 00:19:24.564 INFO 52680 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references +2024-09-23 00:19:24.664 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1 +2024-09-23 00:19:24.669 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_1 +2024-09-23 00:19:24.678 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2 +2024-09-23 00:19:24.682 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_2 +2024-09-23 00:19:24.691 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3 +2024-09-23 00:19:24.695 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_3 +2024-09-23 00:19:24.703 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteProblemUsingDELETE_1 +2024-09-23 00:19:24.705 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_4 +2024-09-23 00:19:24.709 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4 +2024-09-23 00:19:24.710 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1 +2024-09-23 00:19:24.715 INFO 52680 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_5 +2024-09-23 00:19:24.728 INFO 52680 --- [restartedMain] top.weiyuexin.Application : Started Application in 3.643 seconds (JVM running for 4.67) +2024-09-23 00:19:34.844 INFO 52680 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-09-23 00:19:34.844 INFO 52680 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2024-09-23 00:19:34.845 INFO 52680 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms +2024-09-23 00:20:01.893 INFO 52680 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ... +2024-09-23 00:20:01.894 INFO 52680 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed +2024-09-23 08:55:18.862 INFO 17268 --- [restartedMain] top.weiyuexin.Application : Starting Application using Java 1.8.0_131 on DESKTOP-LC4D5LO with PID 17268 (D:\JavaCode\XJ-OJ\oj-spring-boot\target\classes started by chenjiabin in D:\JavaCode\XJ-OJ) +2024-09-23 08:55:18.871 INFO 17268 --- [restartedMain] top.weiyuexin.Application : No active profile set, falling back to 1 default profile: "default" +2024-09-23 08:55:18.897 INFO 17268 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2024-09-23 08:55:18.897 INFO 17268 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2024-09-23 08:55:19.459 INFO 17268 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode +2024-09-23 08:55:19.461 INFO 17268 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2024-09-23 08:55:19.477 INFO 17268 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 6 ms. Found 0 Redis repository interfaces. +2024-09-23 08:55:19.868 INFO 17268 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2024-09-23 08:55:19.873 INFO 17268 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2024-09-23 08:55:19.874 INFO 17268 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69] +2024-09-23 08:55:19.925 INFO 17268 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2024-09-23 08:55:19.925 INFO 17268 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1028 ms +2024-09-23 08:55:20.060 INFO 17268 --- [restartedMain] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource +2024-09-23 08:55:20.123 INFO 17268 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited +2024-09-23 08:55:21.355 INFO 17268 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2024-09-23 08:55:21.366 INFO 17268 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] +2024-09-23 08:55:21.421 INFO 17268 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)] +2024-09-23 08:55:21.556 INFO 17268 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2024-09-23 08:55:21.556 INFO 17268 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped +2024-09-23 08:55:21.558 INFO 17268 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) +2024-09-23 08:55:21.578 INFO 17268 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references +2024-09-23 08:55:21.642 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1 +2024-09-23 08:55:21.645 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_1 +2024-09-23 08:55:21.650 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2 +2024-09-23 08:55:21.651 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_2 +2024-09-23 08:55:21.657 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3 +2024-09-23 08:55:21.660 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_3 +2024-09-23 08:55:21.666 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteProblemUsingDELETE_1 +2024-09-23 08:55:21.667 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_4 +2024-09-23 08:55:21.669 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4 +2024-09-23 08:55:21.670 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingGET_1 +2024-09-23 08:55:21.674 INFO 17268 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPageUsingGET_5 +2024-09-23 08:55:21.684 INFO 17268 --- [restartedMain] top.weiyuexin.Application : Started Application in 3.1 seconds (JVM running for 4.298) +2024-09-23 08:56:42.043 INFO 17268 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-09-23 08:56:42.044 INFO 17268 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2024-09-23 08:56:42.045 INFO 17268 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms +2024-09-23 09:00:23.528 INFO 17268 --- [http-nio-8080-exec-6] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:00:45.182 INFO 17268 --- [http-nio-8080-exec-10] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:00:47.538 INFO 17268 --- [http-nio-8080-exec-4] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:00:52.714 INFO 17268 --- [http-nio-8080-exec-2] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:00:55.870 INFO 17268 --- [http-nio-8080-exec-5] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:00:58.864 INFO 17268 --- [http-nio-8080-exec-6] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 +2024-09-23 09:01:12.929 INFO 17268 --- [http-nio-8080-exec-4] top.weiyuexin.controller.UserController : 查询id为2的用户信息。 diff --git a/oj-spring-boot/src/main/java/top/weiyuexin/controller/AdminController.java b/oj-spring-boot/src/main/java/top/weiyuexin/controller/AdminController.java index 7182e0c..ec7c903 100644 --- a/oj-spring-boot/src/main/java/top/weiyuexin/controller/AdminController.java +++ b/oj-spring-boot/src/main/java/top/weiyuexin/controller/AdminController.java @@ -34,7 +34,7 @@ public class AdminController { @Autowired private ArticleService articleService; - @GetMapping(value = {"/","/login"}) + @GetMapping(value = {"/login"}) public String login() { return "user/login"; } diff --git a/oj-spring-boot/src/main/resources/templates/user/login.html b/oj-spring-boot/src/main/resources/templates/user/login.html index 0a364a1..08a4a66 100644 --- a/oj-spring-boot/src/main/resources/templates/user/login.html +++ b/oj-spring-boot/src/main/resources/templates/user/login.html @@ -37,7 +37,7 @@
-

LayuiMini后台登录

+

XJ-OJ后台登录

@@ -55,7 +55,7 @@
- +
diff --git a/oj-vue/src/components/oj/common/NavBar.vue b/oj-vue/src/components/oj/common/NavBar.vue index 01b184d..53e87cf 100644 --- a/oj-vue/src/components/oj/common/NavBar.vue +++ b/oj-vue/src/components/oj/common/NavBar.vue @@ -86,7 +86,6 @@