SpringBoot之Establishing SSL connection without server‘s identity verification is not recommended.
1.springCloud之Cloud not autowire.No beans of ‘‘ type found2.springCloud之This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver‘.3.SpringBoot之Invalid bound statement (not found): com.nxg.mapper.UserMapper.selectUserByPage4.SpringBoot之Failed to load ApplicationContext
5.SpringBoot之Establishing SSL connection without server‘s identity verification is not recommended.
6.SpringBoot之 Failed to load ApplicationContext1、遇到如下问题
Sun Jan 09 14:19:41 CST 2022 WARN: 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.
2、解决方法
在url后面加上如图的内容
如url后有多个参数,这样加入即可
spring.datasource.url=jdbc:mysql://localhost:3306/springboot?characterEncoding=utf-8&useSSL=false
本文来自博客园,作者:所遇所思,转载请注明原文链接:https://www.cnblogs.com/mynxg/p/17989348
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步