企查查接口开发完成
This commit is contained in:
parent
3820d90eda
commit
349c18e064
2335
logs/JIAL-ss.log
2335
logs/JIAL-ss.log
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,724 @@
|
|||
2024-01-11 08:16:08.949 INFO 3284 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_341 on LAPTOP-JIAL with PID 3284 (D:\JIAL\JavaProject\JIALDemo\target\classes started by JIAL in D:\JIAL\JavaProject\JIALDemo)
|
||||
2024-01-11 08:16:08.958 INFO 3284 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 08:16:25.172 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:16:40.184 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:16:55.703 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:17:11.221 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:17:26.737 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:17:42.250 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:17:57.771 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:18:13.279 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:18:28.799 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:18:44.307 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:18:59.828 ERROR 3284 --- [Druid-ConnectionPool-Create-1510312933] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:19:13.647 INFO 15636 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_341 on LAPTOP-JIAL with PID 15636 (D:\JIAL\JavaProject\JIALDemo\target\classes started by JIAL in D:\JIAL\JavaProject\JIALDemo)
|
||||
2024-01-11 08:19:13.648 INFO 15636 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 08:19:29.653 ERROR 15636 --- [Druid-ConnectionPool-Create-277155095] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||||
|
||||
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||||
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||||
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||||
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1644)
|
||||
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||||
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||||
|
||||
2024-01-11 08:56:04.107 INFO 12796 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12796 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 08:56:04.110 INFO 12796 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 08:56:06.520 WARN 12796 --- [Druid-ConnectionPool-Create-1450121298] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 08:56:08.123 INFO 12796 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 08:56:08.131 INFO 12796 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 08:56:08.308 WARN 12796 --- [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-11 08:56:08.663 INFO 12796 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 5.083 seconds (JVM running for 7.331)
|
||||
2024-01-11 08:56:08.669 INFO 12796 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 08:57:10.183 INFO 12796 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 08:57:10.184 INFO 12796 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 08:57:10.226 INFO 12796 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 08:57:10.227 INFO 12796 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 08:57:10.234 INFO 12796 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 08:57:10.235 INFO 12796 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 08:57:10.236 INFO 12796 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 08:57:10.236 INFO 12796 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 08:57:10.242 INFO 12796 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 08:57:10.242 INFO 12796 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 08:57:10.258 INFO 12796 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 08:57:10.258 INFO 12796 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 08:57:10.258 INFO 12796 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 08:57:10.258 INFO 12796 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 08:57:10.259 INFO 12796 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 08:57:10.259 INFO 12796 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 08:57:10.260 INFO 12796 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 08:57:10.260 INFO 12796 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 08:57:10.475 INFO 12796 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 08:57:10.476 INFO 12796 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 08:57:10.528 INFO 12796 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 08:57:10.529 INFO 12796 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 08:57:19.047 INFO 12796 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 08:57:19.047 INFO 12796 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 08:57:19.066 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 08:57:19.066 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 南京
|
||||
2024-01-11 08:57:19.066 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 08:57:19.114 WARN 12796 --- [Druid-ConnectionPool-Create-1450121298] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 08:57:19.217 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
|
||||
2024-01-11 09:01:44.663 INFO 8688 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 8688 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 09:01:44.666 INFO 8688 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 09:01:46.672 WARN 8688 --- [Druid-ConnectionPool-Create-146605930] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 09:01:48.058 INFO 8688 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 09:01:48.063 INFO 8688 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 09:01:48.189 WARN 8688 --- [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-11 09:01:48.474 INFO 8688 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.269 seconds (JVM running for 5.346)
|
||||
2024-01-11 09:01:48.485 INFO 8688 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 09:02:32.055 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 09:02:32.057 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 09:02:32.108 INFO 8688 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 09:02:32.109 INFO 8688 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 09:02:32.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 09:02:32.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 09:02:32.112 INFO 8688 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 09:02:32.112 INFO 8688 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 09:02:32.109 INFO 8688 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 09:02:32.113 INFO 8688 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 09:02:32.120 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 09:02:32.121 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 09:02:32.126 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 09:02:32.127 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 09:02:32.133 INFO 8688 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 09:02:32.133 INFO 8688 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 09:02:32.135 INFO 8688 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 09:02:32.136 INFO 8688 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 09:02:32.213 INFO 8688 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 09:02:32.213 INFO 8688 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 09:02:32.232 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 09:02:32.232 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 09:02:35.774 INFO 8688 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 09:02:35.775 INFO 8688 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 南京
|
||||
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 09:02:35.951 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
|
||||
2024-01-11 09:02:37.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 09:02:37.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 09:02:37.495 INFO 8688 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 09:02:37.496 INFO 8688 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 12:45:07.307 INFO 15240 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15240 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 12:45:07.311 INFO 15240 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 12:45:09.490 WARN 15240 --- [Druid-ConnectionPool-Create-137685382] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 12:45:10.899 INFO 15240 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 12:45:10.904 INFO 15240 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 12:45:11.021 WARN 15240 --- [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-11 12:45:11.293 INFO 15240 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.443 seconds (JVM running for 5.459)
|
||||
2024-01-11 12:45:11.300 INFO 15240 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:10:14.547 INFO 4088 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4088 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:10:14.550 INFO 4088 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:10:16.636 WARN 4088 --- [Druid-ConnectionPool-Create-631851861] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:10:18.158 INFO 4088 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:10:18.164 INFO 4088 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:10:18.291 WARN 4088 --- [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-11 14:10:18.592 INFO 4088 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.5 seconds (JVM running for 5.606)
|
||||
2024-01-11 14:10:18.598 INFO 4088 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:10:31.412 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:10:31.413 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:10:31.474 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:10:31.474 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:10:31.478 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:10:31.478 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:10:31.480 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:10:31.480 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:10:31.482 INFO 4088 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:10:31.482 INFO 4088 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:10:31.491 INFO 4088 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:10:31.492 INFO 4088 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:10:31.491 INFO 4088 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:10:31.494 INFO 4088 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:10:31.666 INFO 4088 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:10:31.667 INFO 4088 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:10:37.433 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:10:37.433 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:10:37.599 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:10:39.700 INFO 4088 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:10:53.357 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:10:54.249 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:10:54.848 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:10:55.454 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
|
||||
2024-01-11 14:12:44.423 INFO 4088 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:12:44.424 INFO 4088 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:12:44.423 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:13:54.604 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:18:25.559 INFO 15880 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15880 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:18:25.562 INFO 15880 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:18:27.729 WARN 15880 --- [Druid-ConnectionPool-Create-497877502] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:18:29.262 INFO 15880 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:18:29.269 INFO 15880 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:18:29.392 WARN 15880 --- [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-11 14:18:29.667 INFO 15880 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.615 seconds (JVM running for 5.566)
|
||||
2024-01-11 14:18:29.673 INFO 15880 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:21:23.261 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:21:23.262 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:21:23.301 INFO 15880 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:21:23.302 INFO 15880 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:21:23.301 INFO 15880 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:21:23.307 INFO 15880 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:21:23.308 INFO 15880 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:21:23.304 INFO 15880 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:21:23.313 INFO 15880 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:21:23.303 INFO 15880 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:21:23.340 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:21:23.340 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:21:23.349 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:21:23.349 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:21:23.585 INFO 15880 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:21:23.585 INFO 15880 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:21:23.617 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:21:23.617 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:21:50.407 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:21:50.408 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:21:50.424 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:21:50.425 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:21:50.425 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:21:50.474 WARN 15880 --- [Druid-ConnectionPool-Create-497877502] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:21:50.595 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:21:51.836 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:21:56.792 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:21:57.454 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:21:57.981 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:21:59.197 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : unitName: 无锡桥阳机械制造有限公司
|
||||
2024-01-11 14:22:23.382 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:22:23.384 INFO 15880 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:22:23.384 INFO 15880 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:23:01.533 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=企查查科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:30:37.165 INFO 11092 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11092 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:30:37.168 INFO 11092 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:30:40.448 WARN 11092 --- [Druid-ConnectionPool-Create-663083782] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:30:42.273 INFO 11092 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:30:42.279 INFO 11092 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:30:42.398 WARN 11092 --- [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-11 14:30:42.710 INFO 11092 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 6.065 seconds (JVM running for 7.107)
|
||||
2024-01-11 14:30:42.716 INFO 11092 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:31:06.546 INFO 12752 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12752 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:31:06.549 INFO 12752 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:31:08.884 WARN 12752 --- [Druid-ConnectionPool-Create-299684908] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:31:10.372 INFO 12752 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:31:10.377 INFO 12752 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:31:10.500 WARN 12752 --- [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-11 14:31:10.799 INFO 12752 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.666 seconds (JVM running for 5.542)
|
||||
2024-01-11 14:31:10.806 INFO 12752 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:31:11.708 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:31:11.709 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:31:11.746 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:31:11.751 INFO 12752 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:31:11.753 INFO 12752 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:31:11.755 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:31:11.785 INFO 12752 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:31:11.786 INFO 12752 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:31:11.794 INFO 12752 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:31:11.794 INFO 12752 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:31:12.033 INFO 12752 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:31:12.033 INFO 12752 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:31:12.066 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:31:12.066 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:31:15.784 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:31:15.784 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:31:15.933 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:31:18.381 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:31:18.381 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:31:18.382 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:31:18.382 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:31:21.568 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:31:22.119 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:31:22.663 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:31:23.152 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
|
||||
2024-01-11 14:31:29.561 INFO 12752 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:31:29.561 INFO 12752 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:31:29.560 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:34:06.884 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:34:11.508 INFO 4580 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4580 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:34:11.511 INFO 4580 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:34:13.885 WARN 4580 --- [Druid-ConnectionPool-Create-858965925] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:34:15.739 INFO 4580 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:34:15.746 INFO 4580 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:34:15.868 WARN 4580 --- [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-11 14:34:16.148 INFO 4580 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 5.113 seconds (JVM running for 6.244)
|
||||
2024-01-11 14:34:16.155 INFO 4580 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:34:25.463 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:34:25.464 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:34:25.501 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:34:25.502 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:34:25.501 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:34:25.504 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:34:25.506 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:34:25.506 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:34:25.508 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:34:25.509 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:34:25.513 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:34:25.513 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:34:25.517 INFO 4580 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:34:25.517 INFO 4580 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:34:25.526 INFO 4580 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:34:25.527 INFO 4580 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:34:25.535 INFO 4580 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:34:25.535 INFO 4580 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:34:25.624 INFO 4580 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:34:25.624 INFO 4580 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:34:25.655 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:34:25.655 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:34:41.464 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:34:41.464 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:34:41.621 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:34:42.707 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:34:45.473 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:34:45.942 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:34:46.432 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:34:46.857 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
|
||||
2024-01-11 14:34:52.353 INFO 4580 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:34:52.353 INFO 4580 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:34:53.783 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:35:12.887 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:42:28.332 INFO 904 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 904 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:42:28.335 INFO 904 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:42:30.386 WARN 904 --- [Druid-ConnectionPool-Create-8633103] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:42:31.737 INFO 904 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:42:31.743 INFO 904 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:42:31.860 WARN 904 --- [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-11 14:42:32.141 INFO 904 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.222 seconds (JVM running for 5.117)
|
||||
2024-01-11 14:42:32.151 INFO 904 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:43:07.562 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:43:07.563 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:43:07.601 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:43:07.601 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:43:07.603 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:43:07.607 INFO 904 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:43:07.610 INFO 904 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:43:07.610 INFO 904 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:43:07.621 INFO 904 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:43:07.621 INFO 904 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:43:07.622 INFO 904 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:43:07.622 INFO 904 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:43:07.725 INFO 904 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:43:07.726 INFO 904 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:43:07.745 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:43:07.745 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:43:12.675 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:43:12.675 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:43:12.843 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:43:13.478 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:43:13.484 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : unitName: 无锡市鑫力泰环保设备有限公司
|
||||
2024-01-11 14:43:18.979 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:45:51.219 WARN 904 --- [Druid-ConnectionPool-Create-8633103] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:45:51.492 INFO 904 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:45:51.492 INFO 904 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:46:33.799 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡市鑫力泰环保设备有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:46:37.665 INFO 17248 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 17248 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:46:37.667 INFO 17248 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:46:39.710 WARN 17248 --- [Druid-ConnectionPool-Create-1670627211] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:46:41.081 INFO 17248 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:46:41.086 INFO 17248 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:46:41.208 WARN 17248 --- [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-11 14:46:41.482 INFO 17248 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.353 seconds (JVM running for 5.192)
|
||||
2024-01-11 14:46:41.488 INFO 17248 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:46:47.746 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:46:47.747 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:46:47.795 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:46:47.796 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:46:47.805 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:46:47.806 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:46:47.806 INFO 17248 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:46:47.807 INFO 17248 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:46:47.808 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:46:47.809 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:46:47.811 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:46:47.811 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:46:47.814 INFO 17248 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:46:47.814 INFO 17248 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:46:47.830 INFO 17248 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:46:47.930 INFO 17248 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:46:47.931 INFO 17248 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:46:47.970 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:46:47.971 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:46:51.569 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:46:51.569 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:46:51.730 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:46:52.461 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:46:52.461 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:46:52.462 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:46:52.462 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : unitName: 无锡桥阳机械制造有限公司
|
||||
2024-01-11 14:48:02.815 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:49:50.313 WARN 17248 --- [Druid-ConnectionPool-Create-1670627211] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:49:50.488 INFO 17248 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:49:50.488 INFO 17248 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:49:55.032 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡桥阳机械制造有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 14:49:59.224 INFO 16956 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 16956 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 14:49:59.227 INFO 16956 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 14:50:01.345 WARN 16956 --- [Druid-ConnectionPool-Create-1901752553] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 14:50:02.755 INFO 16956 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 14:50:02.761 INFO 16956 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 14:50:02.889 WARN 16956 --- [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-11 14:50:03.194 INFO 16956 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.396 seconds (JVM running for 5.281)
|
||||
2024-01-11 14:50:03.200 INFO 16956 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 14:50:14.877 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 14:50:14.879 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 14:50:14.918 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 14:50:14.918 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 14:50:14.927 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 14:50:14.931 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 14:50:14.943 INFO 16956 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 14:50:14.943 INFO 16956 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 14:50:14.946 INFO 16956 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 14:50:14.947 INFO 16956 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 14:50:15.040 INFO 16956 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 14:50:15.040 INFO 16956 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 14:50:15.074 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 14:50:15.074 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 14:50:20.442 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 14:50:20.442 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 14:50:20.616 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 14:50:21.478 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 14:50:21.482 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 14:50:21.483 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 14:50:21.484 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 14:50:21.484 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : unitName: 江苏博金建设集团有限公司无锡分公司
|
||||
2024-01-11 14:50:21.502 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 14:50:21.900 INFO 16956 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 14:50:21.900 INFO 16956 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 14:50:21.918 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=江苏博金建设集团有限公司无锡分公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
|
||||
2024-01-11 15:04:44.095 INFO 12164 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12164 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 15:04:44.098 INFO 12164 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 15:04:46.274 WARN 12164 --- [Druid-ConnectionPool-Create-1609565447] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 15:04:47.634 INFO 12164 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 15:04:47.640 INFO 12164 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 15:04:47.758 WARN 12164 --- [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-11 15:04:48.035 INFO 12164 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.379 seconds (JVM running for 5.256)
|
||||
2024-01-11 15:04:48.041 INFO 12164 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 15:04:52.893 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 15:04:52.894 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 15:04:52.932 INFO 12164 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 15:04:52.933 INFO 12164 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 15:04:52.933 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 15:04:52.935 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 15:04:52.937 INFO 12164 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 15:04:52.938 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 15:04:52.939 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 15:04:52.944 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 15:04:52.944 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 15:04:52.954 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 15:04:52.955 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 15:04:52.958 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 15:04:52.958 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 15:04:53.038 INFO 12164 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 15:04:53.038 INFO 12164 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 15:04:53.069 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 15:04:53.070 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 15:04:57.746 INFO 12164 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 15:04:57.747 INFO 12164 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 无锡
|
||||
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 15:04:57.903 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
|
||||
2024-01-11 15:04:58.958 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : unitName: 无锡市鑫力泰环保设备有限公司
|
||||
2024-01-11 15:04:58.977 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 15:04:59.167 INFO 12164 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 15:04:59.167 INFO 12164 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 15:04:59.574 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011115045915858441","Result":{"VerifyResult":1,"Data":{"KeyNo":"ealp5yli39rbhk9jhlrbshke5bmpvpv5km","Name":"无锡市鑫力泰环保设备有限公司","CreditCode":"91320282660836452W","OperName":"沈雅容","Status":"存续(在营、开业、在册)","StartDate":"2007-04-20","RegistCapi":"2000万元人民币","RealCapi":"2000万元人民币","OrgNo":"66083645-2","No":"320282000159994","TaxNo":"91320282660836452W","EconKind":"有限责任公司(自然人投资或控股)","TermStart":"2007-04-20","TermEnd":"2037-12-31","TaxpayerType":"增值税一般纳税人","PersonScope":"","InsuredCount":"0","CheckDate":"2022-06-21","AreaCode":"320282","Area":{"Province":"江苏省","City":"无锡市","County":"宜兴市"},"BelongOrg":"宜兴市行政审批局","ImExCode":"","Industry":{"IndustryCode":"C","Industry":"制造业","SubIndustryCode":"35","SubIndustry":"专用设备制造业","MiddleCategoryCode":"359","MiddleCategory":"环保、邮政、社会公共服务及其他专用设备制造","SmallCategoryCode":"3591","SmallCategory":"环境保护专用设备制造"},"EnglishName":"Wuxi Xinlitai Environmental Protection Equipment Co., Ltd.","Address":"宜兴市高塍镇外商投资工业园(高塍村)","AnnualAddress":"","Scope":"环保水处理设备、玻璃钢制品、塑料制品的制造、销售;环保设备、水处理设备的安装、调试、技术咨询服务;环保工程的设计、施工;保温耐火材料及制品、电工器材、仪器仪表、电缆桥架、化工产品及原料(除危险化学品)的销售。(依法须经批准的项目,经相关部门批准后方可开展经营活动)","EntType":"0","ImageUrl":"https://image.qcc.com/logo/EntImage.png","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":null,"Email":"542166553@qq.com","MoreEmailList":[{"Email":"876254173@qq.com","Source":"2015年报"}],"Tel":"13961521518","MoreTelList":null},"LongLat":{"Longitude":"119.829392","Latitude":"31.440748"},"BankInfo":{"Bank":"交行宜兴城西支行","BankAccount":"394000693018010010614","Name":"无锡市鑫力泰环保设备有限公司","CreditCode":"91320282660836452W","Address":"宜兴市高塍镇外商投资工业园(高塍村)","Tel":"0510-87838611"},"IsSmall":"1","Scale":"XS","QccIndustry":{"AName":"工业与商业服务","BName":"机械制造","CName":"专用设备","DName":"环保设备"},"IsOfficialEnglish":"0"}}}
|
||||
2024-01-11 15:08:30.915 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Status:200
|
||||
2024-01-11 15:13:19.264 INFO 9080 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9080 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
|
||||
2024-01-11 15:13:19.267 INFO 9080 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
|
||||
2024-01-11 15:13:21.466 WARN 9080 --- [Druid-ConnectionPool-Create-2116025968] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||||
2024-01-11 15:13:23.015 INFO 9080 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
|
||||
2024-01-11 15:13:23.023 INFO 9080 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
|
||||
2024-01-11 15:13:23.164 WARN 9080 --- [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-11 15:13:23.443 INFO 9080 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.623 seconds (JVM running for 5.482)
|
||||
2024-01-11 15:13:23.449 INFO 9080 --- [main] com.JIAL.JIALApplication : 项目启动成功...
|
||||
2024-01-11 15:13:34.323 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
|
||||
2024-01-11 15:13:34.324 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
|
||||
2024-01-11 15:13:34.361 INFO 9080 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
|
||||
2024-01-11 15:13:34.362 INFO 9080 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
|
||||
2024-01-11 15:13:34.362 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
|
||||
2024-01-11 15:13:34.363 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
|
||||
2024-01-11 15:13:34.366 INFO 9080 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
|
||||
2024-01-11 15:13:34.366 INFO 9080 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
|
||||
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
|
||||
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
|
||||
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
|
||||
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
|
||||
2024-01-11 15:13:34.374 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
|
||||
2024-01-11 15:13:34.374 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
|
||||
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
|
||||
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
|
||||
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
|
||||
2024-01-11 15:13:34.387 INFO 9080 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
|
||||
2024-01-11 15:13:34.488 INFO 9080 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
|
||||
2024-01-11 15:13:34.489 INFO 9080 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
|
||||
2024-01-11 15:13:34.506 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
|
||||
2024-01-11 15:13:34.506 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
|
||||
2024-01-11 15:13:38.196 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
|
||||
2024-01-11 15:13:38.196 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
|
||||
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
|
||||
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 南京
|
||||
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : false
|
||||
2024-01-11 15:13:38.361 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
|
||||
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
|
||||
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
|
||||
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
|
||||
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
|
||||
2024-01-11 15:13:39.189 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
|
||||
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
|
||||
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
|
||||
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : unitName: 南京顺吉纸管厂
|
||||
2024-01-11 15:13:39.203 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Request query headers: HEAD null HTTP/1.1
|
||||
2024-01-11 15:13:39.370 INFO 9080 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
|
||||
2024-01-11 15:13:39.370 INFO 9080 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
|
||||
2024-01-11 15:13:39.870 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011115133982715624","Result":{"VerifyResult":1,"Data":{"KeyNo":"bbblbys3ihhsjkbj5e33ss9re3mipsr5vl","Name":"无锡江南电缆有限公司","CreditCode":"913202007579586082","OperName":"储辉","Status":"在业","StartDate":"2004-02-25","RegistCapi":"202330.113055万元人民币","RealCapi":"","OrgNo":"75795860-8","No":"320282400001840","TaxNo":"913202007579586082","EconKind":"有限责任公司(自然人投资或控股的法人独资)","TermStart":"2004-02-25","TermEnd":"","TaxpayerType":"增值税一般纳税人","PersonScope":"","InsuredCount":"2102","CheckDate":"2023-12-15","AreaCode":"320282","Area":{"Province":"江苏省","City":"无锡市","County":"宜兴市"},"BelongOrg":"宜兴市行政审批局","ImExCode":"3200757958608","Industry":{"IndustryCode":"C","Industry":"制造业","SubIndustryCode":"38","SubIndustry":"电气机械和器材制造业","MiddleCategoryCode":"383","MiddleCategory":"电线、电缆、光缆及电工器材制造","SmallCategoryCode":"","SmallCategory":""},"EnglishName":"Wuxi Jiangnan Cable Co., Ltd.","Address":"宜兴市官林镇新官东路53号(经营场所:宜兴市官林镇义庄村、宜兴市官林镇凌霞村)","AnnualAddress":"","Scope":"生产电线电缆及其原辅材料、附件,耐高温绝缘材料(F、H级),绝缘成型件,电缆盘具;研究、开发、设计电线电缆及其原辅材料;分布式光伏发电;从事矿产品(不含铁矿石、氧化铝、铝土矿)、煤炭、食品(按许可证所列范围和方式经营)、电力设备、机电设备的批发、进出口业务(以上商品进出口不涉及国营贸易管理商品,涉及配额、许可证管理商品的,按国家有关规定办理申请);电线电缆技术咨询服务;电力工程施工;利用自有资金对外投资(上述所有经营范围不含国家限制、禁止类项目)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)","EntType":"0","ImageUrl":"https://image.qcc.com/logo/bda6b2194aa2dfcd37b4a458d14ecf94.jpg","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":["www.jncable.com.cn"],"Email":"manager@jncable.com.cn","MoreEmailList":[{"Email":"jncable@com.cn","Source":"2022年报"},{"Email":"mmqqq315@163.com","Source":"2014年报"},{"Email":"s18352510999@163.com","Source":"其他"},{"Email":"jn17365321337@163.com","Source":"其他"}],"Tel":"0510-87210333","MoreTelList":[{"Tel":"0510-87210928","Source":"2022年报"},{"Tel":"0510-87200617","Source":"互联网"},{"Tel":"13806195396","Source":"互联网"},{"Tel":"18352510999","Source":"互联网"},{"Tel":"0510-87290806","Source":"互联网"},{"Tel":"13991355844","Source":"互联网"},{"Tel":"0512-67485325","Source":"互联网"},{"Tel":"0510-87201739","Source":"互联网"},{"Tel":"13606155346","Source":"互联网"},{"Tel":"15961583898","Source":"互联网"},{"Tel":"13503840219","Source":"互联网"},{"Tel":"0510-87210869","Source":"互联网"},{"Tel":"15195684088","Source":"互联网"},{"Tel":"18101538050","Source":"互联网"},{"Tel":"18538155366","Source":"互联网"},{"Tel":"18001515424","Source":"互联网"},{"Tel":"0510-82830688","Source":"互联网"},{"Tel":"17365321337","Source":"互联网"}]},"LongLat":{"Longitude":"119.729906","Latitude":"31.494487"},"BankInfo":{"Bank":"中国银行宜兴官林支行","BankAccount":"496258199488","Name":"无锡江南电缆有限公司","CreditCode":"913202007579586082","Address":"宜兴市官林镇新官东路53号(经营场所:宜兴市官林镇义庄村、宜兴市官林镇凌霞村)","Tel":"0510-87200617"},"IsSmall":"0","Scale":"L","QccIndustry":{"AName":"工业与商业服务","BName":"电力设备","CName":"电网设备","DName":"线缆部件及其他"},"IsOfficialEnglish":"0"}}}
|
||||
2024-01-11 15:13:53.074 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Status:200
|
|
@ -23,8 +23,6 @@ public class MyMetaObjecthandler implements MetaObjectHandler {
|
|||
|
||||
metaObject.setValue("createTime", LocalDateTime.now());
|
||||
metaObject.setValue("updateTime",LocalDateTime.now());
|
||||
metaObject.setValue("createUser",BaseContext.getCurrentId());
|
||||
metaObject.setValue("updateUser",BaseContext.getCurrentId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -40,6 +38,5 @@ public class MyMetaObjecthandler implements MetaObjectHandler {
|
|||
log.info("线程id为:{}",id);
|
||||
|
||||
metaObject.setValue("updateTime",LocalDateTime.now());
|
||||
metaObject.setValue("updateUser",BaseContext.getCurrentId());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,28 @@
|
|||
package com.JIAL.demo.bizquery.controller;
|
||||
import com.JIAL.API.qichacha.QccApiUntils;
|
||||
import com.JIAL.backend.entity.User;
|
||||
import com.JIAL.common.R;
|
||||
import com.JIAL.demo.bizquery.entity.QccInfo;
|
||||
import com.JIAL.demo.bizquery.service.QccInfoService;
|
||||
import com.JIAL.utils.HttpHelper;
|
||||
import com.JIAL.utils.JSONHelper;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.http.client.methods.HttpHead;
|
||||
import org.json.JSONException;
|
||||
import org.junit.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.temporal.ChronoUnit;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import static com.JIAL.API.qichacha.QccApiUntils.FormartJson;
|
||||
|
@ -32,6 +43,8 @@ import static com.JIAL.API.qichacha.QccApiUntils.PrettyPrintJson;
|
|||
@PropertySource("classpath:/file.properties")
|
||||
public class BizQccController {
|
||||
|
||||
@Autowired
|
||||
private QccInfoService qccInfoService;
|
||||
@Value("${Qcc_Key}")
|
||||
private String Qcc_Key;
|
||||
// 接口请求Key
|
||||
|
@ -42,38 +55,92 @@ public class BizQccController {
|
|||
private String Qcc_Url;
|
||||
|
||||
@PostMapping
|
||||
public R<Map<String, String>> queryCompanyInfo(@RequestParam("name") String name) {
|
||||
public R<Map<String, String>> queryCompanyInfo(@RequestParam("name") String name) throws JSONException {
|
||||
//创建数据库查询
|
||||
LambdaQueryWrapper<QccInfo> queryWrapper = new LambdaQueryWrapper<>();
|
||||
queryWrapper.eq(QccInfo::getName, name);
|
||||
QccInfo qccInfo = qccInfoService.getOne(queryWrapper);
|
||||
|
||||
String paramStr = "searchKey=";
|
||||
String status = "";
|
||||
// 判断 name 是否为空,避免拼接出现异常,将传入的
|
||||
if (name != null && !name.isEmpty()) {
|
||||
// 拼接参数字符串
|
||||
paramStr += name;
|
||||
}
|
||||
|
||||
try{
|
||||
HttpHead reqHeader = new HttpHead();
|
||||
String[] autherHeader = QccApiUntils.RandomAuthentHeader(Qcc_Key, Qcc_SecretKey);
|
||||
reqHeader.setHeader("Token", autherHeader[0]);
|
||||
reqHeader.setHeader("Timespan", autherHeader[1]);
|
||||
log.info("Request query headers: {}", reqHeader);
|
||||
|
||||
final String reqUri = Qcc_Url.concat("?key=").concat(Qcc_Key).concat("&").concat(paramStr);
|
||||
String tokenJson = HttpHelper.httpGet(reqUri, reqHeader.getAllHeaders());
|
||||
log.info("tokenJson: {}", tokenJson);
|
||||
|
||||
status = JSONHelper.formartJson(tokenJson, "Status");
|
||||
log.info("Status:{}", status);
|
||||
if (!QccApiUntils.HttpCodeRegex.isAbnornalRequest(status)) {
|
||||
JSONHelper.prettyPrintJson(tokenJson);
|
||||
if(qccInfo == null || isExpiredOneMonth(qccInfo.getUpdateTime())) {
|
||||
String paramStr = "searchKey=";
|
||||
String status = "";
|
||||
// 判断 name 是否为空,避免拼接出现异常,将传入的
|
||||
if (name != null && !name.isEmpty()) {
|
||||
// 拼接参数字符串
|
||||
paramStr += name;
|
||||
}
|
||||
try{
|
||||
HttpHead reqHeader = new HttpHead();
|
||||
String[] autherHeader = QccApiUntils.RandomAuthentHeader(Qcc_Key, Qcc_SecretKey);
|
||||
reqHeader.setHeader("Token", autherHeader[0]);
|
||||
reqHeader.setHeader("Timespan", autherHeader[1]);
|
||||
log.info("Request query headers: {}", reqHeader);
|
||||
|
||||
} catch (Exception e1) {
|
||||
e1.printStackTrace();
|
||||
final String reqUri = Qcc_Url.concat("?key=").concat(Qcc_Key).concat("&").concat(paramStr);
|
||||
String tokenJson = HttpHelper.httpGet(reqUri, reqHeader.getAllHeaders());
|
||||
log.info("tokenJson: {}", tokenJson);
|
||||
|
||||
status = JSONHelper.formartJson(tokenJson, "Status");
|
||||
log.info("Status:{}", status);
|
||||
if (!QccApiUntils.HttpCodeRegex.isAbnornalRequest(status)) {
|
||||
JSONHelper.prettyPrintJson(tokenJson);
|
||||
}
|
||||
|
||||
//创建新增的qccInfo类用来插入数据
|
||||
QccInfo qccInfoSave = new QccInfo();
|
||||
qccInfoSave.setQccJson(tokenJson);
|
||||
|
||||
if(qccInfo == null) {
|
||||
qccInfoSave.setName(name);
|
||||
qccInfoService.save(qccInfoSave);
|
||||
} else {
|
||||
LambdaUpdateWrapper<QccInfo> updateWrapper = new LambdaUpdateWrapper<>();
|
||||
updateWrapper.eq(QccInfo::getName, name);
|
||||
qccInfoService.update(qccInfoSave, updateWrapper);
|
||||
}
|
||||
|
||||
return R.success(insuredCountMap(tokenJson));
|
||||
} catch (Exception e1) {
|
||||
e1.printStackTrace();
|
||||
}
|
||||
} else {
|
||||
return R.success(insuredCountMap(qccInfo.getQccJson()));
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @title isExpiredOneMonth
|
||||
* @description 判断传入的日期是否过期一个月
|
||||
* @author JIAL
|
||||
* @param: updateTime
|
||||
* @updateTime 2024/1/12 10:20
|
||||
* @return: boolean
|
||||
*/
|
||||
public boolean isExpiredOneMonth(LocalDateTime updateTime) {
|
||||
LocalDateTime oneMonthLater = updateTime.plus(1, ChronoUnit.MONTHS);
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
|
||||
return now.isAfter(oneMonthLater);
|
||||
}
|
||||
|
||||
/**
|
||||
* @title resultMap
|
||||
* @description 传入tokenJson,返回需要返回给前端的Map
|
||||
* @author JIAL
|
||||
* @param: tokenJson
|
||||
* @updateTime 2024/1/12 10:52
|
||||
* @return: java.util.Map<java.lang.String,java.lang.String>
|
||||
*/
|
||||
public Map<String, String> insuredCountMap(String tokenJson) throws JSONException {
|
||||
String result = JSONHelper.formartJson(tokenJson, "Result");
|
||||
String data = JSONHelper.formartJson(result, "Data");
|
||||
String insuredCount = JSONHelper.formartJson(data, "InsuredCount");
|
||||
|
||||
Map<String, String> resultMap = new HashMap<>();
|
||||
resultMap.put("insuredCount", insuredCount);
|
||||
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.FieldFill;
|
|||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
|
@ -14,7 +15,8 @@ import java.time.LocalDateTime;
|
|||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class QccInfo {
|
||||
public class QccInfo implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
String name;
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package com.JIAL.demo.bizquery.mapper;
|
||||
|
||||
import com.JIAL.demo.bizquery.entity.QccInfo;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
|
@ -12,6 +13,6 @@ import org.apache.ibatis.annotations.Mapper;
|
|||
* @Version 1.0
|
||||
*/
|
||||
@Mapper
|
||||
public interface QccInfoMapper extends MPJBaseMapper<QccInfo> {
|
||||
public interface QccInfoMapper extends BaseMapper<QccInfo> {
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package com.JIAL.demo.bizquery.service;
|
||||
|
||||
import com.JIAL.demo.bizquery.entity.QccInfo;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.github.yulichang.base.MPJBaseService;
|
||||
|
||||
/**
|
||||
|
@ -10,7 +11,7 @@ import com.github.yulichang.base.MPJBaseService;
|
|||
* @Date 2024/1/12 9:05
|
||||
* @Version 1.0
|
||||
*/
|
||||
public interface QccInfoService extends MPJBaseService<QccInfo> {
|
||||
public interface QccInfoService extends IService<QccInfo> {
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.JIAL.demo.bizquery.service.impl;
|
|||
import com.JIAL.demo.bizquery.entity.QccInfo;
|
||||
import com.JIAL.demo.bizquery.mapper.QccInfoMapper;
|
||||
import com.JIAL.demo.bizquery.service.QccInfoService;
|
||||
import com.github.yulichang.base.MPJBaseServiceImpl;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
|
@ -14,6 +14,6 @@ import org.springframework.stereotype.Service;
|
|||
* @Version 1.0
|
||||
*/
|
||||
@Service
|
||||
public class QccInfoServiceImpl extends MPJBaseServiceImpl<QccInfoMapper, QccInfo> implements QccInfoService {
|
||||
public class QccInfoServiceImpl extends ServiceImpl<QccInfoMapper, QccInfo> implements QccInfoService {
|
||||
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ public class JSONHelper {
|
|||
*/
|
||||
public static String formartJson(String jsonString, String key) throws JSONException {
|
||||
JSONObject jObject = new JSONObject(jsonString);
|
||||
return (String) jObject.get(key);
|
||||
return jObject.get(key).toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item>
|
||||
<el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item>
|
||||
<el-descriptions-item label="目前在跟踪的业务员数量" >{{detail.salespersonCount}}</el-descriptions-item>
|
||||
<el-descriptions-item label="参保人数" >{{detail.insuredPersonCount}}</el-descriptions-item>
|
||||
<el-descriptions-item label="参保人数" >{{detail.insuredCount}}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
@ -103,7 +103,7 @@
|
|||
latestShippingDate: '',
|
||||
salespersonCount: '',
|
||||
latestQuotationDate: '',
|
||||
insuredPersonCount: ''
|
||||
insuredCount: ''
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -144,9 +144,9 @@
|
|||
}).catch(err => {
|
||||
this.$message.error('请求出错了:' + err)
|
||||
})
|
||||
queryInsuredPersonCountByName(params).then(res => {
|
||||
queryInsuredCountByName(params).then(res => {
|
||||
if (String(res.code) === '1') {
|
||||
|
||||
this.detail.insuredCount = res.data.insuredCount !== '0' ? res.data.insuredCount : '无数据';
|
||||
}
|
||||
}).catch(err => {
|
||||
this.$message.error('请求出错了:' + err)
|
||||
|
|
|
@ -14,7 +14,7 @@ const queryDetailByParams = (params) => {
|
|||
})
|
||||
}
|
||||
|
||||
const queryInsuredPersonCountByName = (params) => {
|
||||
const queryInsuredCountByName = (params) => {
|
||||
return $axios({
|
||||
url: '/qcc',
|
||||
method: 'post',
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item>
|
||||
<el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item>
|
||||
<el-descriptions-item label="目前在跟踪的业务员数量" >{{detail.salespersonCount}}</el-descriptions-item>
|
||||
<el-descriptions-item label="参保人数" >{{detail.insuredPersonCount}}</el-descriptions-item>
|
||||
<el-descriptions-item label="参保人数" >{{detail.insuredCount}}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
@ -103,7 +103,7 @@
|
|||
latestShippingDate: '',
|
||||
salespersonCount: '',
|
||||
latestQuotationDate: '',
|
||||
insuredPersonCount: ''
|
||||
insuredCount: ''
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -144,9 +144,9 @@
|
|||
}).catch(err => {
|
||||
this.$message.error('请求出错了:' + err)
|
||||
})
|
||||
queryInsuredPersonCountByName(params).then(res => {
|
||||
queryInsuredCountByName(params).then(res => {
|
||||
if (String(res.code) === '1') {
|
||||
|
||||
this.detail.insuredCount = res.data.insuredCount !== '0' ? res.data.insuredCount : '无数据';
|
||||
}
|
||||
}).catch(err => {
|
||||
this.$message.error('请求出错了:' + err)
|
||||
|
|
|
@ -14,7 +14,7 @@ const queryDetailByParams = (params) => {
|
|||
})
|
||||
}
|
||||
|
||||
const queryInsuredPersonCountByName = (params) => {
|
||||
const queryInsuredCountByName = (params) => {
|
||||
return $axios({
|
||||
url: '/qcc',
|
||||
method: 'post',
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -15,43 +15,45 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="container" id="index-app">
|
||||
<div class="clock-wrapper" >
|
||||
<el-card>
|
||||
<div class="clock-digits">{{currentTime}}</div>
|
||||
</el-card>
|
||||
</div>
|
||||
<div class="calendar-wrapper">
|
||||
<el-calendar v-model="dateValue">
|
||||
<template slot="dateCell" slot-scope="{date, data}">
|
||||
<div :class="{ selected : isSelected(date, data) }">
|
||||
<div class="solar">{{ data.day.split('-')[2] }}</div>
|
||||
<div class="lunar" :class="{ festival : isFestival(date, data) }">{{ solarToLunar(date, data) }}</div>
|
||||
<template>
|
||||
<div class="clock-wrapper" >
|
||||
<el-card>
|
||||
<div class="clock-digits">{{currentTime}}</div>
|
||||
</el-card>
|
||||
</div>
|
||||
<div class="calendar-wrapper">
|
||||
<el-calendar v-model="dateValue">
|
||||
<template slot="dateCell" slot-scope="{date, data}">
|
||||
<div :class="{ selected : isSelected(date, data) }">
|
||||
<div class="solar">{{ data.day.split('-')[2] }}</div>
|
||||
<div class="lunar" :class="{ festival : isFestival(date, data) }">{{ solarToLunar(date, data) }}</div>
|
||||
</div>
|
||||
</template>
|
||||
</el-calendar>
|
||||
</div>
|
||||
<div class="weather-wrapper">
|
||||
<el-card>
|
||||
<div class="weather-title">
|
||||
<span>{{weather.city}}天气情况</span>
|
||||
<el-input
|
||||
ref=""
|
||||
placeholder="输入城市"
|
||||
v-model="inputCity"
|
||||
@keyup.enter.native="weatherSearch"
|
||||
>
|
||||
</el-input>
|
||||
</div>
|
||||
</template>
|
||||
</el-calendar>
|
||||
</div>
|
||||
<div class="weather-wrapper">
|
||||
<el-card>
|
||||
<div class="weather-title">
|
||||
<span>{{weather.city}}天气情况</span>
|
||||
<el-input
|
||||
ref=""
|
||||
placeholder="输入城市"
|
||||
v-model="inputCity"
|
||||
@keyup.enter.native="weatherSearch"
|
||||
>
|
||||
</el-input>
|
||||
</div>
|
||||
<div class="weather-info">
|
||||
<div><i class="el-icon-sunny">  天 气 情 况 : {{weather.info}}</i></div>
|
||||
<div><i class="el-icon-sunrise-1">  当 前 温 度 : {{weather.temperature}} ℃</i></div>
|
||||
<div><i class="el-icon-cold-drink">  当 前 湿 度 : {{weather.humidity}} %</i></div>
|
||||
<div><i class="el-icon-guide">  当 前 风 向 : {{weather.direct}}</i></div>
|
||||
<div><i class="el-icon-ship">  当 前 风 速 : {{weather.power}}</i></div>
|
||||
<div><i class="el-icon-grape">  空 气 质 量 : {{weather.aqi}}</i></div>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
<div class="weather-info">
|
||||
<div><i class="el-icon-sunny">  天 气 情 况 : {{weather.info}}</i></div>
|
||||
<div><i class="el-icon-sunrise-1">  当 前 温 度 : {{weather.temperature}} ℃</i></div>
|
||||
<div><i class="el-icon-cold-drink">  当 前 湿 度 : {{weather.humidity}} %</i></div>
|
||||
<div><i class="el-icon-guide">  当 前 风 向 : {{weather.direct}}</i></div>
|
||||
<div><i class="el-icon-ship">  当 前 风 速 : {{weather.power}}</i></div>
|
||||
<div><i class="el-icon-grape">  空 气 质 量 : {{weather.aqi}}</i></div>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
<div class="content-container">
|
||||
<img class="avatar" src="/static/image/avatar.jpg"/>
|
||||
<div class="text part1">
|
||||
|
|
Loading…
Reference in New Issue