From 0d6fe695dcd342176e1cd72518bfa0cc190e1fb2 Mon Sep 17 00:00:00 2001 From: JIAL <2287346125@qq.com> Date: Thu, 18 Jan 2024 13:05:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E7=85=A4=E6=8A=A5=E4=BB=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/JIAL-ss.log | 391 +++--------------- logs/JIAL-ss.log.2024-01-16.0 | 327 +++++++++++++++ .../static/zmquotation/css/index.css | 33 +- .../templates/zmquotation/index.html | 149 ++++--- .../classes/com/JN/utils/HttpHelper$1.class | Bin 982 -> 982 bytes target/classes/com/JN/utils/HttpHelper.class | Bin 7576 -> 9416 bytes target/classes/static/paymethod/css/index.css | 0 target/classes/static/paymethod/js/index.js | 0 .../classes/static/zmquotation/css/index.css | 37 ++ target/classes/static/zmquotation/js/index.js | 0 target/classes/templates/bizquery/index.html | 1 + target/classes/templates/paymethod/index.html | 54 +++ .../classes/templates/zmquotation/index.html | 213 ++++++++++ 13 files changed, 828 insertions(+), 377 deletions(-) create mode 100644 logs/JIAL-ss.log.2024-01-16.0 create mode 100644 target/classes/static/paymethod/css/index.css create mode 100644 target/classes/static/paymethod/js/index.js create mode 100644 target/classes/static/zmquotation/css/index.css create mode 100644 target/classes/static/zmquotation/js/index.js create mode 100644 target/classes/templates/paymethod/index.html create mode 100644 target/classes/templates/zmquotation/index.html diff --git a/logs/JIAL-ss.log b/logs/JIAL-ss.log index a07c4b3..c4e347b 100644 --- a/logs/JIAL-ss.log +++ b/logs/JIAL-ss.log @@ -1,327 +1,64 @@ -2024-01-16 09:59:24.221 INFO 10524 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10524 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 09:59:24.224 INFO 10524 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 09:59:26.533 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 09:59:27.952 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 09:59:27.960 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 09:59:28.097 WARN 10524 --- [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-16 09:59:28.355 INFO 10524 --- [main] com.JN.JNApplication : Started JNApplication in 4.692 seconds (JVM running for 6.541) -2024-01-16 09:59:28.361 INFO 10524 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 10:32:17.643 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 10:32:17.645 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 10:32:17.674 WARN 10524 --- [http-nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present] -2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico -2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 -2024-01-16 10:32:17.758 WARN 10524 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico -2024-01-16 10:32:22.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 10:32:22.761 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 10:32:22.767 INFO 10524 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 10:32:23.095 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 10:32:23.097 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-01-16 10:32:32.759 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list -2024-01-16 10:32:32.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 -2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- -2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 南京 -2024-01-16 10:32:32.763 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false -2024-01-16 10:32:32.816 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 10:32:32.951 INFO 10524 --- [http-nio-8080-exec-3] 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-16 10:32:40.839 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail -2024-01-16 10:32:40.840 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 -2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc -2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 -2024-01-16 10:32:41.075 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 10:32:41.307 INFO 10524 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南京顺吉纸管厂 -2024-01-16 10:32:45.358 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail -2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc -2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 -2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 -2024-01-16 10:32:45.715 INFO 10524 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南京年嘉模具制造有限责任公司 -2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list -2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 -2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- -2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 一凡 -2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false -2024-01-16 10:32:50.748 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001061173, name1=南通一凡安装工程有限公司), BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)] -2024-01-16 10:32:51.870 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail -2024-01-16 10:32:51.871 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 -2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc -2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 -2024-01-16 10:32:52.244 INFO 10524 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南通一凡安装工程有限公司 -2024-01-16 10:32:54.455 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail -2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 -2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc -2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 -2024-01-16 10:32:56.550 INFO 10524 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:无锡一凡电气设备有限公司 -2024-01-16 11:14:13.897 INFO 10616 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10616 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 11:14:13.900 INFO 10616 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 11:14:15.984 WARN 10616 --- [Druid-ConnectionPool-Create-504509135] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:14:17.473 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 11:14:17.482 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 11:14:17.697 WARN 10616 --- [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-16 11:14:17.924 INFO 10616 --- [main] com.JN.JNApplication : Started JNApplication in 4.481 seconds (JVM running for 5.456) -2024-01-16 11:14:17.932 INFO 10616 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:14:38.687 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:14:38.720 WARN 10616 --- [Druid-ConnectionPool-Create-515482607] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:14:38.796 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 贾龙 -2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 11:45:00.231 INFO 12280 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12280 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 11:45:00.234 INFO 12280 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 11:45:02.259 WARN 12280 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:45:03.470 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 11:45:03.477 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 11:45:03.606 WARN 12280 --- [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-16 11:45:03.849 INFO 12280 --- [main] com.JN.JNApplication : Started JNApplication in 4.075 seconds (JVM running for 5.13) -2024-01-16 11:45:03.857 INFO 12280 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 11:45:08.076 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:45:08.077 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:45:08.101 INFO 12280 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:45:08.130 WARN 12280 --- [Druid-ConnectionPool-Create-1877317084] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:45:08.493 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 11:45:08.494 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 11:45:08.502 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 11:45:08.503 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 11:45:08.551 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 11:45:08.552 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 11:45:08.770 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 11:45:08.771 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 11:45:13.896 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map -2024-01-16 11:45:13.897 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 -2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map -2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 -2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:45:21.164 INFO 12280 --- [http-nio-8080-exec-8] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:46:05.790 INFO 11192 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11192 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 11:46:05.793 INFO 11192 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 11:46:07.870 WARN 11192 --- [Druid-ConnectionPool-Create-1155300221] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:46:09.117 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 11:46:09.131 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 11:46:09.268 WARN 11192 --- [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-16 11:46:09.520 INFO 11192 --- [main] com.JN.JNApplication : Started JNApplication in 4.152 seconds (JVM running for 5.022) -2024-01-16 11:46:09.527 INFO 11192 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 11:46:14.353 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:46:14.354 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:46:14.379 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:46:14.409 WARN 11192 --- [Druid-ConnectionPool-Create-1740328397] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 11:46:14.836 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 11:46:16.069 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:46:16.070 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:46:16.072 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 11:46:16.189 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 11:46:16.190 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 11:47:12.477 INFO 15660 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15660 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 11:47:12.480 INFO 15660 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 11:47:14.622 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:47:15.842 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 11:47:15.851 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 11:47:15.992 WARN 15660 --- [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-16 11:47:16.221 INFO 15660 --- [main] com.JN.JNApplication : Started JNApplication in 4.161 seconds (JVM running for 5.029) -2024-01-16 11:47:16.228 INFO 15660 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 11:47:18.940 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:47:18.941 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:47:18.968 INFO 15660 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 11:47:18.997 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 11:47:19.354 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 11:47:19.356 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 11:47:19.392 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-01-16 11:47:19.503 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 11:47:19.504 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 11:47:31.765 INFO 15660 --- [http-nio-8080-exec-7] c.JN.controller.PageRedirectController : 登入工号为: 102243 -2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list -2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 -2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- -2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡 -2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false -2024-01-16 11:48:15.203 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), BizDto(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), BizDto(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), BizDto(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), BizDto(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), BizDto(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), BizDto(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), BizDto(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), BizDto(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), BizDto(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)] -2024-01-16 11:49:21.523 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list -2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 -2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- -2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 无锡一凡 -2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : false -2024-01-16 11:49:21.538 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:49:21.613 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)] -2024-01-16 11:49:23.084 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail -2024-01-16 11:49:23.085 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 -2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc -2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 -2024-01-16 11:49:23.291 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 11:49:23.394 INFO 15660 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102243的用户查询的客户名称为:无锡一凡电气设备有限公司 -2024-01-16 12:38:28.949 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 12:38:28.950 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 12:38:28.951 INFO 15660 --- [http-nio-8080-exec-4] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 12:38:28.960 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 12:49:35.834 INFO 11664 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11664 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 12:49:35.837 INFO 11664 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 12:49:37.906 WARN 11664 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 12:49:39.067 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 12:49:39.074 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 12:49:39.208 WARN 11664 --- [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-16 12:49:39.436 INFO 11664 --- [main] com.JN.JNApplication : Started JNApplication in 4.024 seconds (JVM running for 5.232) -2024-01-16 12:49:39.442 INFO 11664 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 12:50:15.753 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 12:50:15.754 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 12:50:15.779 INFO 11664 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 12:50:15.821 WARN 11664 --- [Druid-ConnectionPool-Create-70528019] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 12:50:23.166 INFO 11664 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 8888888 -2024-01-16 13:54:07.798 INFO 14512 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14512 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) -2024-01-16 13:54:07.801 INFO 14512 --- [main] com.JN.JNApplication : The following profiles are active: ss -2024-01-16 13:54:10.055 WARN 14512 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 13:54:11.254 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... -2024-01-16 13:54:11.261 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... -2024-01-16 13:54:11.393 WARN 14512 --- [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-16 13:54:11.644 INFO 14512 --- [main] com.JN.JNApplication : Started JNApplication in 4.286 seconds (JVM running for 5.321) -2024-01-16 13:54:11.652 INFO 14512 --- [main] com.JN.JNApplication : 项目启动成功... -2024-01-16 13:54:48.932 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 13:54:48.933 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 13:54:48.963 INFO 14512 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 13:54:48.993 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 14:06:52.543 INFO 14512 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 14:06:52.551 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. -2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 14:06:52.574 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 14:06:52.575 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 14:06:52.631 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 14:06:52.632 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 14:06:52.847 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-01-16 14:06:52.848 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 14:06:55.229 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 14:06:55.231 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 14:06:55.232 INFO 14512 --- [http-nio-8080-exec-6] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 14:06:55.264 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 14:06:55.354 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-01-16 14:06:55.355 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 -2024-01-16 14:06:58.680 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz -2024-01-16 14:06:58.681 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 -2024-01-16 14:06:58.682 INFO 14512 --- [http-nio-8080-exec-10] c.JN.controller.PageRedirectController : 登入工号为: 102245 -2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css -2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 -2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js -2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 -2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js -2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 -2024-01-16 14:06:58.715 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js -2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css -2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 -2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 -2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js -2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 -2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js -2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 -2024-01-16 14:06:58.733 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js -2024-01-16 14:06:58.734 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 -2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff -2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 -2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png -2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-18 10:26:22.839 INFO 14084 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14084 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-18 10:26:22.842 INFO 14084 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-18 10:26:25.118 WARN 14084 --- [Druid-ConnectionPool-Create-1032382137] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-18 10:26:26.536 INFO 14084 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-18 10:26:26.544 INFO 14084 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-18 10:26:26.681 WARN 14084 --- [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-18 10:26:26.943 INFO 14084 --- [main] com.JN.JNApplication : Started JNApplication in 4.617 seconds (JVM running for 6.57) +2024-01-18 10:26:26.950 INFO 14084 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-18 10:27:22.976 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/zmquotation/index.html +2024-01-18 10:27:22.977 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/zmquotation/index.html不需要处理 +2024-01-18 10:27:22.989 WARN 14084 --- [http-nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /zmquotation/index.html +2024-01-18 10:27:23.095 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico +2024-01-18 10:27:23.096 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 +2024-01-18 10:27:23.096 WARN 14084 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico +2024-01-18 10:28:13.793 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html +2024-01-18 10:28:13.793 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理 +2024-01-18 10:28:22.426 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html +2024-01-18 10:28:22.427 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理 +2024-01-18 10:28:47.751 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/bizquery/index.html +2024-01-18 10:28:47.751 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/templates/bizquery/index.html不需要处理 +2024-01-18 10:28:47.784 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-18 10:28:47.786 INFO 14084 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-18 10:28:47.787 INFO 14084 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-18 10:28:47.785 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-18 10:28:47.787 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-18 10:28:47.792 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-18 10:28:47.793 INFO 14084 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-18 10:28:47.794 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-18 10:28:47.795 INFO 14084 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-18 10:28:47.802 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-18 10:28:47.802 INFO 14084 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-18 10:28:47.804 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-18 10:28:47.804 INFO 14084 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-18 10:28:47.930 INFO 14084 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-18 10:28:47.930 INFO 14084 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-18 10:28:47.967 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-18 10:28:47.967 INFO 14084 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-18 10:29:00.283 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/zmquotation/index.html +2024-01-18 10:29:00.283 INFO 14084 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/templates/zmquotation/index.html不需要处理 +2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-01-18 10:29:00.308 INFO 14084 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-01-18 10:29:00.309 INFO 14084 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-01-18 12:59:57.568 INFO 12628 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12628 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-18 12:59:57.571 INFO 12628 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-18 12:59:59.676 WARN 12628 --- [Druid-ConnectionPool-Create-1654300454] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-18 13:00:00.860 INFO 12628 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-18 13:00:00.867 INFO 12628 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-18 13:00:00.998 WARN 12628 --- [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-18 13:00:01.251 INFO 12628 --- [main] com.JN.JNApplication : Started JNApplication in 4.101 seconds (JVM running for 5.071) +2024-01-18 13:00:01.257 INFO 12628 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-18 13:01:02.414 INFO 12628 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/templates/zmquotation/index.html +2024-01-18 13:01:02.416 INFO 12628 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/templates/zmquotation/index.html不需要处理 +2024-01-18 13:01:02.472 INFO 12628 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-01-18 13:01:02.472 INFO 12628 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 +2024-01-18 13:01:02.476 INFO 12628 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/js/index.js +2024-01-18 13:01:02.476 INFO 12628 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 +2024-01-18 13:01:06.923 INFO 12628 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-01-18 13:01:06.924 INFO 12628 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-01-18 13:01:06.925 INFO 12628 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-01-18 13:01:06.926 INFO 12628 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 diff --git a/logs/JIAL-ss.log.2024-01-16.0 b/logs/JIAL-ss.log.2024-01-16.0 new file mode 100644 index 0000000..a07c4b3 --- /dev/null +++ b/logs/JIAL-ss.log.2024-01-16.0 @@ -0,0 +1,327 @@ +2024-01-16 09:59:24.221 INFO 10524 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10524 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 09:59:24.224 INFO 10524 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 09:59:26.533 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 09:59:27.952 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 09:59:27.960 INFO 10524 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 09:59:28.097 WARN 10524 --- [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-16 09:59:28.355 INFO 10524 --- [main] com.JN.JNApplication : Started JNApplication in 4.692 seconds (JVM running for 6.541) +2024-01-16 09:59:28.361 INFO 10524 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 10:32:17.643 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 10:32:17.645 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 10:32:17.674 WARN 10524 --- [http-nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'id' for method parameter type String is not present] +2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/favicon.ico +2024-01-16 10:32:17.753 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/favicon.ico不需要处理 +2024-01-16 10:32:17.758 WARN 10524 --- [http-nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /favicon.ico +2024-01-16 10:32:22.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 10:32:22.761 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 10:32:22.767 INFO 10524 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 10:32:23.095 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 10:32:23.096 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 10:32:23.097 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 10:32:23.100 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 10:32:23.102 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 10:32:23.104 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 10:32:23.117 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 10:32:23.119 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-16 10:32:23.256 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-16 10:32:32.759 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list +2024-01-16 10:32:32.760 INFO 10524 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 +2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- +2024-01-16 10:32:32.762 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 南京 +2024-01-16 10:32:32.763 INFO 10524 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false +2024-01-16 10:32:32.816 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 10:32:32.951 INFO 10524 --- [http-nio-8080-exec-3] 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-16 10:32:40.839 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-16 10:32:40.840 INFO 10524 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-16 10:32:40.841 INFO 10524 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-16 10:32:41.075 WARN 10524 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 10:32:41.307 INFO 10524 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南京顺吉纸管厂 +2024-01-16 10:32:45.358 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-16 10:32:45.359 INFO 10524 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-16 10:32:45.715 INFO 10524 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南京年嘉模具制造有限责任公司 +2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list +2024-01-16 10:32:50.650 INFO 10524 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 +2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- +2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 一凡 +2024-01-16 10:32:50.651 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false +2024-01-16 10:32:50.748 INFO 10524 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001061173, name1=南通一凡安装工程有限公司), BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)] +2024-01-16 10:32:51.870 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-16 10:32:51.871 INFO 10524 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-16 10:32:51.874 INFO 10524 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-16 10:32:52.244 INFO 10524 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:南通一凡安装工程有限公司 +2024-01-16 10:32:54.455 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-16 10:32:54.456 INFO 10524 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-16 10:32:56.550 INFO 10524 --- [http-nio-8080-exec-9] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102245的用户查询的客户名称为:无锡一凡电气设备有限公司 +2024-01-16 11:14:13.897 INFO 10616 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 10616 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 11:14:13.900 INFO 10616 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 11:14:15.984 WARN 10616 --- [Druid-ConnectionPool-Create-504509135] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:14:17.473 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 11:14:17.482 INFO 10616 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 11:14:17.697 WARN 10616 --- [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-16 11:14:17.924 INFO 10616 --- [main] com.JN.JNApplication : Started JNApplication in 4.481 seconds (JVM running for 5.456) +2024-01-16 11:14:17.932 INFO 10616 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:14:38.662 INFO 10616 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:14:38.687 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:14:38.720 WARN 10616 --- [Druid-ConnectionPool-Create-515482607] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:14:38.796 INFO 10616 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 贾龙 +2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 11:14:39.172 INFO 10616 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 11:45:00.231 INFO 12280 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12280 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 11:45:00.234 INFO 12280 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 11:45:02.259 WARN 12280 --- [Druid-ConnectionPool-Create-507377172] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:45:03.470 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 11:45:03.477 INFO 12280 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 11:45:03.606 WARN 12280 --- [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-16 11:45:03.849 INFO 12280 --- [main] com.JN.JNApplication : Started JNApplication in 4.075 seconds (JVM running for 5.13) +2024-01-16 11:45:03.857 INFO 12280 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 11:45:08.076 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:45:08.077 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:45:08.101 INFO 12280 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:45:08.130 WARN 12280 --- [Druid-ConnectionPool-Create-1877317084] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:45:08.493 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 11:45:08.494 INFO 12280 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 11:45:08.496 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 11:45:08.498 INFO 12280 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 11:45:08.499 INFO 12280 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 11:45:08.502 INFO 12280 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 11:45:08.500 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 11:45:08.503 INFO 12280 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 11:45:08.551 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 11:45:08.552 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 11:45:08.567 INFO 12280 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 11:45:08.770 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 11:45:08.771 INFO 12280 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 11:45:13.896 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/js-calendar-converter.js.map +2024-01-16 11:45:13.897 INFO 12280 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/js-calendar-converter.js.map不需要处理 +2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.map +2024-01-16 11:45:13.899 INFO 12280 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.map不需要处理 +2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:45:21.163 INFO 12280 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:45:21.164 INFO 12280 --- [http-nio-8080-exec-8] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:46:05.790 INFO 11192 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11192 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 11:46:05.793 INFO 11192 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 11:46:07.870 WARN 11192 --- [Druid-ConnectionPool-Create-1155300221] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:46:09.117 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 11:46:09.131 INFO 11192 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 11:46:09.268 WARN 11192 --- [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-16 11:46:09.520 INFO 11192 --- [main] com.JN.JNApplication : Started JNApplication in 4.152 seconds (JVM running for 5.022) +2024-01-16 11:46:09.527 INFO 11192 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 11:46:14.353 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:46:14.354 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:46:14.379 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:46:14.409 WARN 11192 --- [Druid-ConnectionPool-Create-1740328397] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 11:46:14.833 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 11:46:14.836 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 11:46:14.837 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 11:46:14.838 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 11:46:14.870 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 11:46:14.959 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 11:46:16.069 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:46:16.070 INFO 11192 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:46:16.072 INFO 11192 --- [http-nio-8080-exec-1] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 11:46:16.100 INFO 11192 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 11:46:16.104 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 11:46:16.107 INFO 11192 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 11:46:16.108 INFO 11192 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 11:46:16.112 INFO 11192 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 11:46:16.126 INFO 11192 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 11:46:16.129 INFO 11192 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 11:46:16.189 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 11:46:16.190 INFO 11192 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 11:47:12.477 INFO 15660 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15660 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 11:47:12.480 INFO 15660 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 11:47:14.622 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:47:15.842 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 11:47:15.851 INFO 15660 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 11:47:15.992 WARN 15660 --- [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-16 11:47:16.221 INFO 15660 --- [main] com.JN.JNApplication : Started JNApplication in 4.161 seconds (JVM running for 5.029) +2024-01-16 11:47:16.228 INFO 15660 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 11:47:18.940 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:47:18.941 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:47:18.968 INFO 15660 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 11:47:18.997 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 11:47:19.355 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 11:47:19.354 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 11:47:19.356 INFO 15660 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 11:47:19.357 INFO 15660 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 11:47:19.359 INFO 15660 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 11:47:19.360 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 11:47:19.392 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 11:47:19.393 INFO 15660 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-16 11:47:19.470 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-16 11:47:19.503 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 11:47:19.504 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 11:47:31.764 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 11:47:31.765 INFO 15660 --- [http-nio-8080-exec-7] c.JN.controller.PageRedirectController : 登入工号为: 102243 +2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list +2024-01-16 11:48:15.117 INFO 15660 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 +2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- +2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡 +2024-01-16 11:48:15.119 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false +2024-01-16 11:48:15.203 INFO 15660 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), BizDto(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), BizDto(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), BizDto(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), BizDto(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), BizDto(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), BizDto(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), BizDto(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), BizDto(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), BizDto(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)] +2024-01-16 11:49:21.523 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/list +2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理 +2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 开始调用sql---------------------- +2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : 无锡一凡 +2024-01-16 11:49:21.524 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : false +2024-01-16 11:49:21.538 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:49:21.613 INFO 15660 --- [http-nio-8080-exec-10] c.J.d.bizquery.controller.BizController : [BizDto(kunnr=0001017188, name1=无锡一凡电气设备有限公司)] +2024-01-16 11:49:23.084 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail +2024-01-16 11:49:23.085 INFO 15660 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理 +2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/qcc +2024-01-16 11:49:23.093 INFO 15660 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/qcc不需要处理 +2024-01-16 11:49:23.291 WARN 15660 --- [Druid-ConnectionPool-Create-1938634748] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 11:49:23.394 INFO 15660 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始记录日志信息: 工号为:102243的用户查询的客户名称为:无锡一凡电气设备有限公司 +2024-01-16 12:38:28.949 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 12:38:28.950 INFO 15660 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 12:38:28.951 INFO 15660 --- [http-nio-8080-exec-4] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 12:38:28.960 WARN 15660 --- [Druid-ConnectionPool-Create-217911413] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 12:49:35.834 INFO 11664 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11664 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 12:49:35.837 INFO 11664 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 12:49:37.906 WARN 11664 --- [Druid-ConnectionPool-Create-925955862] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 12:49:39.067 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 12:49:39.074 INFO 11664 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 12:49:39.208 WARN 11664 --- [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-16 12:49:39.436 INFO 11664 --- [main] com.JN.JNApplication : Started JNApplication in 4.024 seconds (JVM running for 5.232) +2024-01-16 12:49:39.442 INFO 11664 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 12:50:15.753 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 12:50:15.754 INFO 11664 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 12:50:15.779 INFO 11664 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 12:50:15.821 WARN 11664 --- [Druid-ConnectionPool-Create-70528019] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 12:50:23.165 INFO 11664 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 12:50:23.166 INFO 11664 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 8888888 +2024-01-16 13:54:07.798 INFO 14512 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 14512 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-01-16 13:54:07.801 INFO 14512 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-01-16 13:54:10.055 WARN 14512 --- [Druid-ConnectionPool-Create-265556987] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 13:54:11.254 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-01-16 13:54:11.261 INFO 14512 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-01-16 13:54:11.393 WARN 14512 --- [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-16 13:54:11.644 INFO 14512 --- [main] com.JN.JNApplication : Started JNApplication in 4.286 seconds (JVM running for 5.321) +2024-01-16 13:54:11.652 INFO 14512 --- [main] com.JN.JNApplication : 项目启动成功... +2024-01-16 13:54:48.932 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 13:54:48.933 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 13:54:48.963 INFO 14512 --- [http-nio-8080-exec-2] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 13:54:48.993 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 14:06:52.542 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 14:06:52.543 INFO 14512 --- [http-nio-8080-exec-3] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 14:06:52.551 WARN 14512 --- [Druid-ConnectionPool-Create-982313508] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 14:06:52.571 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 14:06:52.572 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 14:06:52.574 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 14:06:52.575 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 14:06:52.576 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 14:06:52.631 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 14:06:52.632 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 14:06:52.645 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 14:06:52.847 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-16 14:06:52.848 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 14:06:52.880 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 14:06:55.229 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 14:06:55.231 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 14:06:55.232 INFO 14512 --- [http-nio-8080-exec-6] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 14:06:55.263 INFO 14512 --- [http-nio-8080-exec-8] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 14:06:55.262 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 14:06:55.264 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 14:06:55.266 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 14:06:55.270 INFO 14512 --- [http-nio-8080-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 14:06:55.280 INFO 14512 --- [http-nio-8080-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 14:06:55.285 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 14:06:55.354 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-16 14:06:55.355 INFO 14512 --- [http-nio-8080-exec-3] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 14:06:55.369 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-01-16 14:06:58.680 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/Biz +2024-01-16 14:06:58.681 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/Biz不需要处理 +2024-01-16 14:06:58.682 INFO 14512 --- [http-nio-8080-exec-10] c.JN.controller.PageRedirectController : 登入工号为: 102245 +2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css +2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理 +2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js +2024-01-16 14:06:58.708 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理 +2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js +2024-01-16 14:06:58.714 INFO 14512 --- [http-nio-8080-exec-5] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理 +2024-01-16 14:06:58.715 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js +2024-01-16 14:06:58.707 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/css/index.css +2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理 +2024-01-16 14:06:58.716 INFO 14512 --- [http-nio-8080-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/css/index.css不需要处理 +2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js +2024-01-16 14:06:58.718 INFO 14512 --- [http-nio-8080-exec-7] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理 +2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js +2024-01-16 14:06:58.732 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理 +2024-01-16 14:06:58.733 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/bizquery/js/index.js +2024-01-16 14:06:58.734 INFO 14512 --- [http-nio-8080-exec-4] com.JN.filter.LoginCheckFilter : 本次请求/static/bizquery/js/index.js不需要处理 +2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff +2024-01-16 14:06:58.807 INFO 14512 --- [http-nio-8080-exec-6] com.JN.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理 +2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png +2024-01-16 14:06:58.821 INFO 14512 --- [http-nio-8080-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 diff --git a/src/main/resources/static/zmquotation/css/index.css b/src/main/resources/static/zmquotation/css/index.css index 824b62d..268ea2c 100644 --- a/src/main/resources/static/zmquotation/css/index.css +++ b/src/main/resources/static/zmquotation/css/index.css @@ -1,12 +1,37 @@ .container { display: flex; - height: 100vh; } .center-container { text-align: center; margin: auto; - width: 80%; - height: 100vh; + width: 95%; + padding: 35px; +} -} \ No newline at end of file +.el-input { + height: 20px; +} + +.el-input__inner { + height: 30px; + font-family: Roboto, serif; + font-style: normal; + font-weight: normal; + font-size: 12px; + line-height: 14px; +} +/**宽度修改 */ +.el-select { + width: 129px; +} +/* 下面设置右侧按钮居中 */ +.el-input__suffix { + top: 6px; +} +.el-input__icon { + line-height: inherit; +} +.el-input__suffix-inner { + display: inline-block; +} diff --git a/src/main/resources/templates/zmquotation/index.html b/src/main/resources/templates/zmquotation/index.html index 69c9299..0de4893 100644 --- a/src/main/resources/templates/zmquotation/index.html +++ b/src/main/resources/templates/zmquotation/index.html @@ -16,95 +16,99 @@
- + - - - + + + + + + + + - - - + + + - - - + + + - - - - - - - - - - - - - + + + + + + + + +
+ row-height="20px" + :header-cell-style="{background:'#eef1f6',color:'#606266'}"> + + - - - -