09 2017 档案
摘要:1、在application.properties文件中配置spring.thymeleaf.cache=false 2、设置中勾选上自动编译 3、 <dependency> <groupId>org.springframework</groupId> <artifactId>springloade
阅读全文
摘要:devtools可以实现页面热部署,即页面修改后会立即生效 1、pom文件 2、pom文件 3、以在application.properties文件中配置spring.thymeleaf.cache=false 4、设置中勾选上自动编译 5、Ctrl+Shift+Alt+ / 选中 6、勾选红框部分
阅读全文
摘要:springboot使用jpa时报错: 只有删除时报错了, "data": "删除失败,原因:Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceExce
阅读全文
摘要:/** * @Description: * @Author: mabiao * @Date: ${DATE} */
阅读全文