From 961f29cd5cdef11757852865ff55658cf8c94262 Mon Sep 17 00:00:00 2001 From: JIAL <2287346125@qq.com> Date: Fri, 12 Jan 2024 15:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BA=86=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/JIAL-ss.log | 313 ++++++++++++++++++ .../PageRedirectController.java} | 15 +- .../{ => static}/bizquery/css/index.css | 0 .../{ => static}/bizquery/js/index.js | 0 .../{ => templates}/bizquery/index.html | 5 +- .../{ => templates}/blog/css/index.css | 0 .../{ => templates}/blog/css/login.css | 0 .../resources/{ => templates}/blog/index.html | 0 .../{ => templates}/blog/js/login.js | 0 .../resources/{ => templates}/blog/login.html | 0 .../controller/PageRedirectController.class | Bin 0 -> 717 bytes .../index/controller/HomeController.class | Bin 595 -> 0 bytes .../{ => static}/bizquery/css/index.css | 0 .../classes/{ => static}/bizquery/js/index.js | 0 .../{ => templates}/bizquery/index.html | 5 +- .../{ => templates}/blog/css/index.css | 0 .../{ => templates}/blog/css/login.css | 0 .../classes/{ => templates}/blog/index.html | 0 .../classes/{ => templates}/blog/js/login.js | 0 .../classes/{ => templates}/blog/login.html | 0 20 files changed, 327 insertions(+), 11 deletions(-) rename src/main/java/com/JIAL/{demo/index/controller/HomeController.java => controller/PageRedirectController.java} (70%) rename src/main/resources/{ => static}/bizquery/css/index.css (100%) rename src/main/resources/{ => static}/bizquery/js/index.js (100%) rename src/main/resources/{ => templates}/bizquery/index.html (98%) rename src/main/resources/{ => templates}/blog/css/index.css (100%) rename src/main/resources/{ => templates}/blog/css/login.css (100%) rename src/main/resources/{ => templates}/blog/index.html (100%) rename src/main/resources/{ => templates}/blog/js/login.js (100%) rename src/main/resources/{ => templates}/blog/login.html (100%) create mode 100644 target/classes/com/JIAL/controller/PageRedirectController.class delete mode 100644 target/classes/com/JIAL/demo/index/controller/HomeController.class rename target/classes/{ => static}/bizquery/css/index.css (100%) rename target/classes/{ => static}/bizquery/js/index.js (100%) rename target/classes/{ => templates}/bizquery/index.html (98%) rename target/classes/{ => templates}/blog/css/index.css (100%) rename target/classes/{ => templates}/blog/css/login.css (100%) rename target/classes/{ => templates}/blog/index.html (100%) rename target/classes/{ => templates}/blog/js/login.js (100%) rename target/classes/{ => templates}/blog/login.html (100%) diff --git a/logs/JIAL-ss.log b/logs/JIAL-ss.log index 2490425..6da0f97 100644 --- a/logs/JIAL-ss.log +++ b/logs/JIAL-ss.log @@ -1709,3 +1709,316 @@ java.lang.ClassCastException: org.json.JSONObject cannot be cast to java.lang.St 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: 宜兴 +2024-01-12 14:01:52.038 INFO 2816 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 2816 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo) +2024-01-12 14:01:52.041 INFO 2816 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss +2024-01-12 14:01:54.001 WARN 2816 --- [Druid-ConnectionPool-Create-1993836574] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 14:01:55.486 INFO 2816 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器... +2024-01-12 14:01:55.492 INFO 2816 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-12 14:01:55.611 WARN 2816 --- [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 14:01:55.881 INFO 2816 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.237 seconds (JVM running for 5.049) +2024-01-12 14:01:55.888 INFO 2816 --- [main] com.JIAL.JIALApplication : 项目启动成功... +2024-01-12 14:02:49.484 INFO 2816 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 14:02:49.485 INFO 2816 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 14:02:50.428 INFO 2816 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 14:02:50.428 INFO 2816 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 14:34:21.800 INFO 3084 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 3084 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo) +2024-01-12 14:34:21.802 INFO 3084 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss +2024-01-12 14:34:24.237 WARN 3084 --- [Druid-ConnectionPool-Create-1681423383] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 14:34:25.829 INFO 3084 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器... +2024-01-12 14:34:25.835 INFO 3084 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-12 14:34:25.958 WARN 3084 --- [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 14:34:26.231 INFO 3084 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.876 seconds (JVM running for 5.826) +2024-01-12 14:34:26.237 INFO 3084 --- [main] com.JIAL.JIALApplication : 项目启动成功... +2024-01-12 14:34:45.396 INFO 3084 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/ +2024-01-12 14:34:45.399 INFO 3084 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/不需要处理 +2024-01-12 14:34:47.936 INFO 3084 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/api/weather +2024-01-12 14:34:47.936 INFO 3084 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/api/weather不需要处理 +2024-01-12 14:34:47.948 INFO 3084 --- [http-nio-8080-exec-2] c.J.demo.index.controller.APIController : Received request with parameter: 宜兴 +2024-01-12 14:47:23.758 INFO 11832 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11832 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo) +2024-01-12 14:47:23.761 INFO 11832 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss +2024-01-12 14:47:25.901 WARN 11832 --- [Druid-ConnectionPool-Create-482885994] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 14:47:27.499 INFO 11832 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器... +2024-01-12 14:47:27.505 INFO 11832 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-12 14:47:27.624 WARN 11832 --- [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 14:47:27.897 INFO 11832 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.555 seconds (JVM running for 5.494) +2024-01-12 14:47:27.903 INFO 11832 --- [main] com.JIAL.JIALApplication : 项目启动成功... +2024-01-12 14:47:39.505 INFO 11832 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-12 14:47:39.506 INFO 11832 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-12 14:47:39.750 INFO 11832 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/css/index.css +2024-01-12 14:47:39.750 INFO 11832 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/css/index.css不需要处理 +2024-01-12 14:47:39.750 INFO 11832 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/js/index.js +2024-01-12 14:47:39.751 INFO 11832 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/js/index.js不需要处理 +2024-01-12 14:47:39.754 WARN 11832 --- [http-nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /css/index.css +2024-01-12 14:47:39.754 WARN 11832 --- [http-nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /js/index.js +2024-01-12 14:49:08.331 INFO 11832 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/css/index.css +2024-01-12 14:49:08.332 INFO 11832 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/css/index.css不需要处理 +2024-01-12 14:49:08.333 WARN 11832 --- [http-nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /css/index.css +2024-01-12 14:49:08.508 INFO 11832 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-01-12 14:49:08.508 INFO 11832 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-01-12 14:49:08.509 INFO 11832 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-01-12 14:49:08.509 INFO 11832 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-01-12 14:49:18.395 INFO 11832 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-12 14:49:18.396 INFO 11832 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-12 14:49:18.421 INFO 11832 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/css/index.css +2024-01-12 14:49:18.423 INFO 11832 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/css/index.css不需要处理 +2024-01-12 14:49:18.427 WARN 11832 --- [http-nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /css/index.css +2024-01-12 14:49:18.427 INFO 11832 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/js/index.js +2024-01-12 14:49:18.427 INFO 11832 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/js/index.js不需要处理 +2024-01-12 14:49:18.428 WARN 11832 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /js/index.js +2024-01-12 14:49:18.626 INFO 11832 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-01-12 14:49:18.626 INFO 11832 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-01-12 14:49:18.627 INFO 11832 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-01-12 14:49:18.627 INFO 11832 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-01-12 14:52:36.568 INFO 11760 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11760 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo) +2024-01-12 14:52:36.571 INFO 11760 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss +2024-01-12 14:52:38.557 WARN 11760 --- [Druid-ConnectionPool-Create-1735854903] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 14:52:39.915 INFO 11760 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器... +2024-01-12 14:52:39.922 INFO 11760 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-12 14:52:40.043 WARN 11760 --- [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 14:52:40.309 INFO 11760 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.145 seconds (JVM running for 5.055) +2024-01-12 14:52:40.315 INFO 11760 --- [main] com.JIAL.JIALApplication : 项目启动成功... +2024-01-12 14:53:10.162 INFO 11760 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-12 14:53:10.163 INFO 11760 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-12 14:53:10.403 INFO 11760 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-12 14:53:10.403 INFO 11760 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-12 14:53:10.403 INFO 11760 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-12 14:53:10.403 INFO 11760 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-12 14:53:10.406 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-12 14:53:10.406 INFO 11760 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-12 14:53:10.407 INFO 11760 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-12 14:53:10.407 INFO 11760 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-12 14:53:10.407 INFO 11760 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-12 14:53:10.408 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-12 14:53:10.408 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-12 14:53:10.406 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-12 14:53:10.458 INFO 11760 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-12 14:53:10.459 INFO 11760 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-12 14:53:10.490 INFO 11760 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-12 14:53:10.491 INFO 11760 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-12 14:53:10.760 INFO 11760 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-12 14:53:10.760 INFO 11760 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-12 14:53:10.771 INFO 11760 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-01-12 14:53:10.771 INFO 11760 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-01-12 14:53:10.772 INFO 11760 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-01-12 14:53:10.772 INFO 11760 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-01-12 14:53:10.814 INFO 11760 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-12 14:53:10.814 INFO 11760 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-12 14:53:20.704 INFO 11760 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list +2024-01-12 14:53:20.704 INFO 11760 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 +2024-01-12 14:53:20.710 INFO 11760 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- +2024-01-12 14:53:20.711 INFO 11760 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 南京 +2024-01-12 14:53:20.711 INFO 11760 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : false +2024-01-12 14:53:20.870 INFO 11760 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001023011, name1=南京顺吉纸管厂), BizDto(kunnr=0001021816, name1=南京骏阔电子科技有限公司), BizDto(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), BizDto(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), BizDto(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), BizDto(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), BizDto(kunnr=0001024029, name1=南京虹天科技有限公司), BizDto(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), BizDto(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), BizDto(kunnr=0001024288, name1=南京春明现代雕塑有限公司)] +2024-01-12 14:53:35.079 INFO 11760 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-12 14:53:35.079 INFO 11760 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-12 14:53:35.080 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-12 14:53:35.080 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-12 14:53:35.151 WARN 11760 --- [Druid-ConnectionPool-Create-1735854903] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-12 14:53:35.174 INFO 11760 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1 +2024-01-12 14:53:35.610 INFO 11760 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0 +2024-01-12 14:53:35.610 INFO 11760 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件 +2024-01-12 14:53:35.880 INFO 11760 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011214533924490589","Result":{"VerifyResult":1,"Data":{"KeyNo":"evrbjybp3p999hijhv3ipsmmm35mii9iav","Name":"南京骏阔电子科技有限公司","CreditCode":"91320116MA1MCUU66W","OperName":"马娟","Status":"存续(在营、开业、在册)","StartDate":"2015-12-16","RegistCapi":"550万元人民币","RealCapi":"550万元人民币","OrgNo":"MA1MCUU6-6","No":"320123000364111","TaxNo":"91320116MA1MCUU66W","EconKind":"有限责任公司(自然人投资或控股)","TermStart":"2015-12-16","TermEnd":"","TaxpayerType":"增值税一般纳税人","PersonScope":"少于50人","InsuredCount":"11","CheckDate":"2021-07-14","AreaCode":"320116","Area":{"Province":"江苏省","City":"南京市","County":"六合区"},"BelongOrg":"南京市江北新区管理委员会行政审批局","ImExCode":"","Industry":{"IndustryCode":"F","Industry":"批发和零售业","SubIndustryCode":"51","SubIndustry":"批发业","MiddleCategoryCode":"517","MiddleCategory":"机械设备、五金产品及电子产品批发","SmallCategoryCode":"5179","SmallCategory":"其他机械设备及电子产品批发"},"EnglishName":"Nanjing Junkuo Electronic Technology Co., Ltd.","Address":"南京市江北新区大厂街道葛关路625号三号楼3508室","AnnualAddress":"南京市雨花台区花神大道23号8406室","Scope":"电子产品、机电设备、环保设备、家用电器、数码产品的研发、销售及维护;计算机软硬件开发、销售、维修及技术服务;办公设备销售;监控系统工程、通讯工程、楼宇智能化系统工程、网络工程、综合布线工程的设计、施工;网络设备销售、安装及维护;计算机系统集成;通讯设备的安装及维护。(依法须经批准的项目,经相关部门批准后方可开展经营活动)许可项目:第二类医疗器械生产(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)一般项目:第一类医疗器械销售;第一类医疗器械生产;第二类医疗器械销售;电子产品销售;电子专用设备制造;计算机软硬件及辅助设备零售;计算机软硬件及外围设备制造;通用设备制造(不含特种设备制造);机械设备销售(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)","EntType":"0","ImageUrl":"https://image.qcc.com/logo/EntImage.png","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":null,"Email":"1492929002@qq.com","MoreEmailList":[{"Email":"1287323955@qq.com","Source":"2020年报"},{"Email":"postmaster@nj-jk.com","Source":"2017年报"},{"Email":"63254142@qq.com","Source":"2015年报"}],"Tel":"13813854013","MoreTelList":[{"Tel":"15158812145","Source":"2020年报"},{"Tel":"17372969982","Source":"2019年报"},{"Tel":"025-84512982","Source":"2017年报"},{"Tel":"025-58390572","Source":"2015年报"},{"Tel":"13815445182","Source":"互联网"}]},"LongLat":{"Longitude":"118.760866","Latitude":"32.242119"},"BankInfo":{"Bank":"南京银行钟山支行","BankAccount":"01460120210021266","Name":"南京骏阔电子科技有限公司","CreditCode":"91320116MA1MCUU66W","Address":"南京市江北新区大厂街道葛关路625号三号楼3508室","Tel":"13815445182"},"IsSmall":"1","Scale":"S","QccIndustry":{"AName":"工业与商业服务","BName":"机械制造","CName":"机械设备销售","DName":"机械设备贸易代理"},"IsOfficialEnglish":"0"}}} +2024-01-12 14:53:35.887 INFO 11760 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Status:200 +2024-01-12 14:53:35.920 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.utils.JSONHelper : Qcc result tokenJson: { + "Status" : "200", + "Message" : "【有效请求】查询成功", + "OrderNumber" : "ENTERPRISEINFO2024011214533924490589", + "Result" : { + "VerifyResult" : 1, + "Data" : { + "KeyNo" : "evrbjybp3p999hijhv3ipsmmm35mii9iav", + "Name" : "南京骏阔电子科技有限公司", + "CreditCode" : "91320116MA1MCUU66W", + "OperName" : "马娟", + "Status" : "存续(在营、开业、在册)", + "StartDate" : "2015-12-16", + "RegistCapi" : "550万元人民币", + "RealCapi" : "550万元人民币", + "OrgNo" : "MA1MCUU6-6", + "No" : "320123000364111", + "TaxNo" : "91320116MA1MCUU66W", + "EconKind" : "有限责任公司(自然人投资或控股)", + "TermStart" : "2015-12-16", + "TermEnd" : "", + "TaxpayerType" : "增值税一般纳税人", + "PersonScope" : "少于50人", + "InsuredCount" : "11", + "CheckDate" : "2021-07-14", + "AreaCode" : "320116", + "Area" : { + "Province" : "江苏省", + "City" : "南京市", + "County" : "六合区" + }, + "BelongOrg" : "南京市江北新区管理委员会行政审批局", + "ImExCode" : "", + "Industry" : { + "IndustryCode" : "F", + "Industry" : "批发和零售业", + "SubIndustryCode" : "51", + "SubIndustry" : "批发业", + "MiddleCategoryCode" : "517", + "MiddleCategory" : "机械设备、五金产品及电子产品批发", + "SmallCategoryCode" : "5179", + "SmallCategory" : "其他机械设备及电子产品批发" + }, + "EnglishName" : "Nanjing Junkuo Electronic Technology Co., Ltd.", + "Address" : "南京市江北新区大厂街道葛关路625号三号楼3508室", + "AnnualAddress" : "南京市雨花台区花神大道23号8406室", + "Scope" : "电子产品、机电设备、环保设备、家用电器、数码产品的研发、销售及维护;计算机软硬件开发、销售、维修及技术服务;办公设备销售;监控系统工程、通讯工程、楼宇智能化系统工程、网络工程、综合布线工程的设计、施工;网络设备销售、安装及维护;计算机系统集成;通讯设备的安装及维护。(依法须经批准的项目,经相关部门批准后方可开展经营活动)许可项目:第二类医疗器械生产(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)一般项目:第一类医疗器械销售;第一类医疗器械生产;第二类医疗器械销售;电子产品销售;电子专用设备制造;计算机软硬件及辅助设备零售;计算机软硬件及外围设备制造;通用设备制造(不含特种设备制造);机械设备销售(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)", + "EntType" : "0", + "ImageUrl" : "https://image.qcc.com/logo/EntImage.png", + "RevokeInfo" : null, + "OriginalName" : null, + "StockInfo" : null, + "ContactInfo" : { + "WebSiteList" : null, + "Email" : "1492929002@qq.com", + "MoreEmailList" : [ { + "Email" : "1287323955@qq.com", + "Source" : "2020年报" + }, { + "Email" : "postmaster@nj-jk.com", + "Source" : "2017年报" + }, { + "Email" : "63254142@qq.com", + "Source" : "2015年报" + } ], + "Tel" : "13813854013", + "MoreTelList" : [ { + "Tel" : "15158812145", + "Source" : "2020年报" + }, { + "Tel" : "17372969982", + "Source" : "2019年报" + }, { + "Tel" : "025-84512982", + "Source" : "2017年报" + }, { + "Tel" : "025-58390572", + "Source" : "2015年报" + }, { + "Tel" : "13815445182", + "Source" : "互联网" + } ] + }, + "LongLat" : { + "Longitude" : "118.760866", + "Latitude" : "32.242119" + }, + "BankInfo" : { + "Bank" : "南京银行钟山支行", + "BankAccount" : "01460120210021266", + "Name" : "南京骏阔电子科技有限公司", + "CreditCode" : "91320116MA1MCUU66W", + "Address" : "南京市江北新区大厂街道葛关路625号三号楼3508室", + "Tel" : "13815445182" + }, + "IsSmall" : "1", + "Scale" : "S", + "QccIndustry" : { + "AName" : "工业与商业服务", + "BName" : "机械制造", + "CName" : "机械设备销售", + "DName" : "机械设备贸易代理" + }, + "IsOfficialEnglish" : "0" + } + } +} +2024-01-12 14:53:35.923 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.common.MyMetaObjecthandler : 公共字段自动填充[insert]... +2024-01-12 14:53:35.923 INFO 11760 --- [http-nio-8080-exec-6] com.JIAL.common.MyMetaObjecthandler : org.apache.ibatis.reflection.MetaObject@76f3b434 +2024-01-12 14:53:40.219 INFO 11760 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-12 14:53:40.219 INFO 11760 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-12 14:53:40.221 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-12 14:53:40.221 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-12 14:53:40.232 INFO 11760 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1 +2024-01-12 14:53:40.622 INFO 11760 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011214534481745058","Result":{"VerifyResult":1,"Data":{"KeyNo":"3pv3iymv9jvhembjrvmlrrhr5lslkvrhee","Name":"南京虹天科技有限公司","CreditCode":"913201026713252367","OperName":"李军","Status":"存续(在营、开业、在册)","StartDate":"2008-03-24","RegistCapi":"516万元人民币","RealCapi":"0.9万元人民币","OrgNo":"67132523-6","No":"320100000137853","TaxNo":"913201026713252367","EconKind":"有限责任公司(自然人独资)","TermStart":"2008-03-24","TermEnd":"","TaxpayerType":"增值税一般纳税人","PersonScope":"少于50人","InsuredCount":"7","CheckDate":"2023-03-15","AreaCode":"320102","Area":{"Province":"江苏省","City":"南京市","County":"玄武区"},"BelongOrg":"南京市玄武区市场监督管理局","ImExCode":"","Industry":{"IndustryCode":"M","Industry":"科学研究和技术服务业","SubIndustryCode":"74","SubIndustry":"专业技术服务业","MiddleCategoryCode":"","MiddleCategory":"","SmallCategoryCode":"","SmallCategory":""},"EnglishName":"Nanjing Hongtian Technology Co., Ltd.","Address":"南京市玄武区珠江路323-353号1101、1102室","AnnualAddress":"","Scope":"电子产品、通信设备技术开发、技术服务、销售;电子计算机及配件、家用电器、办公自动化设备、机电产品销售;电子计算机应用技术服务;计算机软件开发;计算机及辅助设备维修;计算机信息技术服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)","EntType":"0","ImageUrl":"https://image.qcc.com/logo/EntImage.png","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":null,"Email":"njthkj@163.com","MoreEmailList":null,"Tel":"025-83693690","MoreTelList":null},"LongLat":{"Longitude":"118.798838","Latitude":"32.056285"},"BankInfo":{"Bank":"招行珠江路支行","BankAccount":"07791125903816910702","Name":"南京虹天科技有限公司","CreditCode":"913201026713252367","Address":"南京市玄武区珠江路323-353号1101、1102室","Tel":"025-83693690"},"IsSmall":"1","Scale":"XS","QccIndustry":{"AName":"工业与商业服务","BName":"科学研究和技术服务","CName":"专业技术服务","DName":""},"IsOfficialEnglish":"0"}}} +2024-01-12 14:53:40.623 INFO 11760 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Status:200 +2024-01-12 14:53:40.627 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.utils.JSONHelper : Qcc result tokenJson: { + "Status" : "200", + "Message" : "【有效请求】查询成功", + "OrderNumber" : "ENTERPRISEINFO2024011214534481745058", + "Result" : { + "VerifyResult" : 1, + "Data" : { + "KeyNo" : "3pv3iymv9jvhembjrvmlrrhr5lslkvrhee", + "Name" : "南京虹天科技有限公司", + "CreditCode" : "913201026713252367", + "OperName" : "李军", + "Status" : "存续(在营、开业、在册)", + "StartDate" : "2008-03-24", + "RegistCapi" : "516万元人民币", + "RealCapi" : "0.9万元人民币", + "OrgNo" : "67132523-6", + "No" : "320100000137853", + "TaxNo" : "913201026713252367", + "EconKind" : "有限责任公司(自然人独资)", + "TermStart" : "2008-03-24", + "TermEnd" : "", + "TaxpayerType" : "增值税一般纳税人", + "PersonScope" : "少于50人", + "InsuredCount" : "7", + "CheckDate" : "2023-03-15", + "AreaCode" : "320102", + "Area" : { + "Province" : "江苏省", + "City" : "南京市", + "County" : "玄武区" + }, + "BelongOrg" : "南京市玄武区市场监督管理局", + "ImExCode" : "", + "Industry" : { + "IndustryCode" : "M", + "Industry" : "科学研究和技术服务业", + "SubIndustryCode" : "74", + "SubIndustry" : "专业技术服务业", + "MiddleCategoryCode" : "", + "MiddleCategory" : "", + "SmallCategoryCode" : "", + "SmallCategory" : "" + }, + "EnglishName" : "Nanjing Hongtian Technology Co., Ltd.", + "Address" : "南京市玄武区珠江路323-353号1101、1102室", + "AnnualAddress" : "", + "Scope" : "电子产品、通信设备技术开发、技术服务、销售;电子计算机及配件、家用电器、办公自动化设备、机电产品销售;电子计算机应用技术服务;计算机软件开发;计算机及辅助设备维修;计算机信息技术服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)", + "EntType" : "0", + "ImageUrl" : "https://image.qcc.com/logo/EntImage.png", + "RevokeInfo" : null, + "OriginalName" : null, + "StockInfo" : null, + "ContactInfo" : { + "WebSiteList" : null, + "Email" : "njthkj@163.com", + "MoreEmailList" : null, + "Tel" : "025-83693690", + "MoreTelList" : null + }, + "LongLat" : { + "Longitude" : "118.798838", + "Latitude" : "32.056285" + }, + "BankInfo" : { + "Bank" : "招行珠江路支行", + "BankAccount" : "07791125903816910702", + "Name" : "南京虹天科技有限公司", + "CreditCode" : "913201026713252367", + "Address" : "南京市玄武区珠江路323-353号1101、1102室", + "Tel" : "025-83693690" + }, + "IsSmall" : "1", + "Scale" : "XS", + "QccIndustry" : { + "AName" : "工业与商业服务", + "BName" : "科学研究和技术服务", + "CName" : "专业技术服务", + "DName" : "" + }, + "IsOfficialEnglish" : "0" + } + } +} +2024-01-12 14:53:40.628 INFO 11760 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0 +2024-01-12 14:53:40.628 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.common.MyMetaObjecthandler : 公共字段自动填充[insert]... +2024-01-12 14:53:40.628 INFO 11760 --- [http-nio-8080-exec-4] com.JIAL.common.MyMetaObjecthandler : org.apache.ibatis.reflection.MetaObject@78037659 +2024-01-12 14:53:40.628 INFO 11760 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件 diff --git a/src/main/java/com/JIAL/demo/index/controller/HomeController.java b/src/main/java/com/JIAL/controller/PageRedirectController.java similarity index 70% rename from src/main/java/com/JIAL/demo/index/controller/HomeController.java rename to src/main/java/com/JIAL/controller/PageRedirectController.java index fe58962..246157d 100644 --- a/src/main/java/com/JIAL/demo/index/controller/HomeController.java +++ b/src/main/java/com/JIAL/controller/PageRedirectController.java @@ -1,17 +1,17 @@ -package com.JIAL.demo.index.controller; +package com.JIAL.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; /** - * @ClassName HomeController + * @ClassName PageRedirectController * @Description TODO * @Author JIAL - * @Date 2023/12/25 8:18 + * @Date 2024/1/12 14:44 * @Version 1.0 */ @Controller -public class HomeController { +public class PageRedirectController { /** * @title index @@ -25,4 +25,9 @@ public class HomeController { // 返回 index.html 页面的逻辑视图名 return "index"; } -} \ No newline at end of file + + @GetMapping("/Biz") + public String redirectBiz() { + return "bizquery/index"; + } +} diff --git a/src/main/resources/bizquery/css/index.css b/src/main/resources/static/bizquery/css/index.css similarity index 100% rename from src/main/resources/bizquery/css/index.css rename to src/main/resources/static/bizquery/css/index.css diff --git a/src/main/resources/bizquery/js/index.js b/src/main/resources/static/bizquery/js/index.js similarity index 100% rename from src/main/resources/bizquery/js/index.js rename to src/main/resources/static/bizquery/js/index.js diff --git a/src/main/resources/bizquery/index.html b/src/main/resources/templates/bizquery/index.html similarity index 98% rename from src/main/resources/bizquery/index.html rename to src/main/resources/templates/bizquery/index.html index 39e055d..1e8a3dd 100644 --- a/src/main/resources/bizquery/index.html +++ b/src/main/resources/templates/bizquery/index.html @@ -10,10 +10,9 @@ - + -
@@ -70,7 +69,7 @@ - + - +