运行项目连接Mysql时出现警告Establishing SSL connection without server‘s identity verification is not recommende
解决:
jdbc:mysql://localhost:3306/testdb?characterEncoding=utf-8&useSSL=false
解决:
jdbc:mysql://localhost:3306/testdb?characterEncoding=utf-8&useSSL=false