第五次提交

解决退出后界面不跳转问题
解决头像更换后不显示问题
This commit is contained in:
陈佳彬 2024-09-23 09:13:43 +08:00
parent e785c544cb
commit 8e25e7ec1e
5 changed files with 162 additions and 4 deletions
log
oj-spring-boot/src/main
java/top/weiyuexin/controller
resources/templates/user
oj-vue/src
components/oj/common
views/oj/user

View File

@ -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的用户信息。

View File

@ -34,7 +34,7 @@ public class AdminController {
@Autowired
private ArticleService articleService;
@GetMapping(value = {"/","/login"})
@GetMapping(value = {"/login"})
public String login() {
return "user/login";
}

View File

@ -37,7 +37,7 @@
<div class="layui-form login-form">
<form class="layui-form" action="">
<div class="layui-form-item logo-title">
<h1>LayuiMini后台登录</h1>
<h1>XJ-OJ后台登录</h1>
</div>
<div class="layui-form-item">
<label class="layui-icon layui-icon-username" for="username"></label>
@ -55,7 +55,7 @@
</div>
</div>
<div class="layui-form-item">
<input type="checkbox" name="rememberMe" value="true" lay-skin="primary" title="记住密码">
<input type="checkbox" name="rememberMe" value="true" lay-skin="primary" title="记住密码" checked>
</div>
<div class="layui-form-item">
<button class="layui-btn layui-btn layui-btn-normal layui-btn-fluid" lay-submit="" lay-filter="login">登 入</button>

View File

@ -86,7 +86,6 @@
<script>
import Cookies from 'js-cookie'
import {ElMessage} from "element-plus";
import router from "@/router";
export default {

View File

@ -285,6 +285,7 @@ export default {
console.log(this.user)
},
changeAccount(){
Cookies.set('user',JSON.stringify(this.user))
axios.put("/api/user/modify",{
id:this.user.id,
sex:this.sex===1?"男":"女",