加一个collate Chinese_PRC_CI_AS SELECT so.name table_… 继续阅读 com.microsoft.sqlserver.jdbc.SQLServerException: Cannot resolve the collation conflict between “Chinese_PRC_CI_AS” and “SQL_Latin1_General_CP1_CI_AS” in the equal to operation.

sysdate 改成getdate

修改jdbc url: #quartz用到了游标,而sqlserver默认不打开游标 #jdbc.u… 继续阅读 springboot quartz sqlserver 异常 Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR

1-03-18 22:11:44.294 WARN com.zaxxer.hikari.pool.P… 继续阅读 1-03-18 22:11:44.294 WARN com.zaxxer.hikari.pool.PoolBase [15g035lzzs80e] – HikariPool-1 – Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@36c4c9bb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.

警告 Establishing SSL connection without server’s id… 继续阅读 Establishing SSL connection without server’s identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn’t set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to ‘false’. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

Loading class `com.mysql.jdbc.Driver’. This is dep… 继续阅读 Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

数据库驱动com.mysql.jdbc.Driver已经被弃用了、应当使用新的驱动com.mysql… 继续阅读 Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.