在线教育的查询页面出现了错误,点击查询页面的时候报错: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…