软件平台内部在使用mysql的JDBC进行查询时提示错误 (Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited) 一般处理方式为要在jdbc的连接串后面添加参数记得前面要加**&**分隔 zeroDateTimeBehaviorconvertToNull 造成原因是查询表中的字…
在线教育的查询页面出现了错误,点击查询页面的时候报错:java.sql.SQLException: Zero date value prohibited
后端页面出现如下的错误: 解决方案:
在数据库连接的URL后面加上&zeroDateTimeBehaviorconvertToNull
咱也不知道…
解决升级 Spring Boot 2.6后,因循环引用导致启动时报错的问题
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be poss…