摘要:
在对应的 Entity 中添加注解 @JsonIgnoreProperties({"hibernateLazyInitializer", "handler"})同时必须添加引用:import com.fasterxml.jackson.annotation.JsonIgnoreProperties; 阅读全文
摘要:
1. 首先删除 @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class}) 2. 在配置文件里添加完整的datasource属性 spring.datasource.url=jdbc:mysql://localhos 阅读全文
摘要:
Unable to create initial connections of pool. 在链接url里添加 将useSSL=true改为useSSL=false 只能说明服务器没有打开SSL功能 阅读全文
摘要:
建议在链接url处添加对应的属性 jdbc:mysql://localhost:3306/book?allowPublicKeyRetrieval=true&useSSL=false 阅读全文
摘要:
定义Id 时,引用的是 实际应该引入: 阅读全文