查阅连接数据库操作后,发现MySQL数据库版本很重要。
8.0以前:
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/数据库名称?useUnicode=true&characterEncoding=utf8&useSSL
查阅连接数据库操作后,发现MySQL数据库版本很重要。
8.0以前:
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/数据库名称?useUnicode=true&characterEncoding=utf8&useSSL