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

坐标合肥,非典型GIS开发人员 GitHub