问答详情
源自:2-4 Mybatis自动生成器使用方式

2.4节编码时出错了,有没有大神能帮我解答一下呀

: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements 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.

提问者:stay678 2019-03-18 21:14

个回答

  • 风在飞舞
    2019-03-19 21:08:19
    已采纳

    url: jdbc:mysql://localhost:3306/commodity_seckill?useSSL=false&useUnicode=true&characterEncoding=UTF-8