From d57c5d452675982ce4b8dfb43ec108bbbb22396d Mon Sep 17 00:00:00 2001 From: JIAL <2287346125@qq.com> Date: Fri, 12 Jan 2024 14:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/JIAL-ss.log | 84 ++++++++++++++++++ .../index}/controller/HomeController.java | 2 +- .../backend/controller/HomeController.class | Bin 589 -> 0 bytes .../index/controller/HomeController.class | Bin 0 -> 595 bytes 4 files changed, 85 insertions(+), 1 deletion(-) rename src/main/java/com/JIAL/{backend => demo/index}/controller/HomeController.java (93%) delete mode 100644 target/classes/com/JIAL/backend/controller/HomeController.class create mode 100644 target/classes/com/JIAL/demo/index/controller/HomeController.class diff --git a/logs/JIAL-ss.log b/logs/JIAL-ss.log index a31c5ca..2490425 100644 --- a/logs/JIAL-ss.log +++ b/logs/JIAL-ss.log @@ -1625,3 +1625,87 @@ java.lang.ClassCastException: org.json.JSONObject cannot be cast to java.lang.St 2024-01-12 13:29:32.163 INFO 14052 --- [http-nio-8080-exec-2] com.JIAL.common.MyMetaObjecthandler : 线程id为:37 2024-01-12 13:29:32.352 INFO 14052 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0 2024-01-12 13:29:32.352 INFO 14052 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件 +2024-01-12 13:55:08.633 INFO 15040 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15040 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo) +2024-01-12 13:55:08.636 INFO 15040 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss +2024-01-12 13:55:10.895 WARN 15040 --- [Druid-ConnectionPool-Create-1996449989] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 13:55:12.515 INFO 15040 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器... +2024-01-12 13:55:12.522 INFO 15040 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-12 13:55:12.652 WARN 15040 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-01-12 13:55:12.957 INFO 15040 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.806 seconds (JVM running for 6.151) +2024-01-12 13:55:12.963 INFO 15040 --- [main] com.JIAL.JIALApplication : 项目启动成功... +2024-01-12 13:55:23.059 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:23.060 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:23.324 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/style/css/index.css +2024-01-12 13:55:23.325 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/static/style/css/index.css不需要处理 +2024-01-12 13:55:23.325 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/style/css/main.css +2024-01-12 13:55:23.326 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/static/style/css/main.css不需要处理 +2024-01-12 13:55:23.335 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/avatar.jpg +2024-01-12 13:55:23.335 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/avatar.jpg不需要处理 +2024-01-12 13:55:23.335 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/leetcode.png +2024-01-12 13:55:23.336 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/leetcode.png不需要处理 +2024-01-12 13:55:23.366 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/style/js/main.js +2024-01-12 13:55:23.366 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/static/style/js/main.js不需要处理 +2024-01-12 13:55:23.398 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/style/js/index.js +2024-01-12 13:55:23.398 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/static/style/js/index.js不需要处理 +2024-01-12 13:55:23.511 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/style/css/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2 +2024-01-12 13:55:23.511 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/static/style/css/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2不需要处理 +2024-01-12 13:55:43.555 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:43.555 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:43.721 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:43.721 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:43.873 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:43.874 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.025 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.025 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.177 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.178 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.321 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.321 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.465 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.465 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.621 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.621 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.778 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.779 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:44.930 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:44.930 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:45.090 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:45.090 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:45.250 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:45.250 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:45.410 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:45.410 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:45.578 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:45.579 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:46.080 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:46.080 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:46.563 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:46.564 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:46.958 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:46.959 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:47.383 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:47.383 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:47.776 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:47.777 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:48.173 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:48.173 INFO 15040 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:48.558 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:48.558 INFO 15040 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:48.914 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:48.915 INFO 15040 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:49.241 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:49.241 INFO 15040 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:49.543 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:49.544 INFO 15040 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:49.698 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:49.698 INFO 15040 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:49.855 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:49.855 INFO 15040 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:50.002 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 13:55:50.002 INFO 15040 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 13:55:52.663 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/api/weather +2024-01-12 13:55:52.663 INFO 15040 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/api/weather不需要处理 +2024-01-12 13:55:52.675 INFO 15040 --- [http-nio-8080-exec-8] c.J.demo.index.controller.APIController : Received request with parameter: 宜兴 +2024-01-12 13:55:57.589 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/api/weather +2024-01-12 13:55:57.589 INFO 15040 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/api/weather不需要处理 +2024-01-12 13:55:57.590 INFO 15040 --- [http-nio-8080-exec-7] c.J.demo.index.controller.APIController : Received request with parameter: 宜兴 diff --git a/src/main/java/com/JIAL/backend/controller/HomeController.java b/src/main/java/com/JIAL/demo/index/controller/HomeController.java similarity index 93% rename from src/main/java/com/JIAL/backend/controller/HomeController.java rename to src/main/java/com/JIAL/demo/index/controller/HomeController.java index 2304ba8..fe58962 100644 --- a/src/main/java/com/JIAL/backend/controller/HomeController.java +++ b/src/main/java/com/JIAL/demo/index/controller/HomeController.java @@ -1,4 +1,4 @@ -package com.JIAL.backend.controller; +package com.JIAL.demo.index.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; diff --git a/target/classes/com/JIAL/backend/controller/HomeController.class b/target/classes/com/JIAL/backend/controller/HomeController.class deleted file mode 100644 index ea78ab23ca0737683ab4ac05894bb65b48ba885f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 589 zcma)3%T59@6g}lFA|m+Sxf6VJ!%kyjOnhb3L<}2OouOiJrX`&M`d7L#ap4E}QN}xB zL=zV_>AgAko^v1V+xyEafF_oU$Y7y>QXY$WEHUJEl~!(#A-!I2Gh_}-M>5QMO3U*> z6*FvlfrADc)Xe8U}v ztkNBM&oIAU_j+O|cqnw2x13eFOX-!%fp#jAZ51nOwXd~t!YQMvQ`0lH%j14Ry|E&a zBV+IQNc!BTqFj7)`H^&IqTe5v%nn63pd}b*D7MVN2J%oPTh)FKx1Ef`u<>V?*hwpm zd+1C4W1SMR$T2kj{{jq^$<`NsPX-QaNYlS0Ck1*S#0bw&kwm;jDB-26sYh}tOr)znr0FkdnK)$<%+jq~gT;jJk>N^rre|!A$Ag4=V?`v# z#@_L<^tn$(x%lGpL+MV%U@$G29f@#Adoa#Wyfi}_$ODxuR{K5NPBIR|)}LKsC#^K@ zVIcXBbxO!0$FTjcM_{OYFMjU#W#F)ZH2qF;QlK|Nj%=O~C(p=dH=n_tCg}p%Bn^}? zL$)*}pom#QjPM*4NyOWP5?;ERdL);^w{-o7H2o