异常信息:
[DEBUG] 2023-10-20 15:31:19,443 method:hrc.com.jdbc.jdbcTest.shouldAnswerWithTrue(jdbcTest.java:61)
jdbc连接异常 : java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
处理 :URL地址加上 : ?serverTimezone=UTC
例如 :"jdbc:mysql://localhost:3306/mysql?serverTimezone=UTC"