警告:Establishing SSL connection without server's identity verification is not recommended

WARN: Establishing SSL connection without server's identity verification is not recommended.

 

<property name="url" value="jdbc:mysql://localhost:3306/ssm/>改为
<property name="url" value="jdbc:mysql://localhost:3306/ssm?useUnicode=true&amp;characterEncoding=utf-8&amp;useSSL=false"/>

posted on 2019-12-10 21:13  羽昇  阅读(291)  评论(0)    收藏  举报

导航