1、问题概述?
Springboot工程启动的时候,控制台出现如下警告信息:
原文:WARN:Establishing SSL connection without servers identity verification is not recommended.According to MySQL 5.5.45+,5.6.26+,requirments 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.
翻译:警告:不建议在没有服务器身份验证的情况下建立SSL连接。根据MySQL 5.5.45+