在数据库配置完,会出现警告。Establishing SSL connection without server's identity verification is not recommended.
在数据库配置完,会出现警告。Establishing SSL connection without server's identity verification is not recommended. 解决办法: 在mysql连接字符串url中加入ssl=true或者false即可, url=jdbc:mysql://127.0.0.1:3306/framework?characterEncoding=utf8&useSSL=true