idea gradle 热部署
Posted lhblog1994
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea gradle 热部署相关的知识,希望对你有一定的参考价值。
1、在build.gradle文件根节点中加入
bootRun { //开启页面热加载功能 addResources = true }
2、在build.gradle文件dependencies下加入
compile("org.springframework.boot:spring-boot-devtools")
3.开启IDEA自动编译【这个和maven+idea一致】
4.registry 【这个和maven+idea一致】
windows:ctrl + alt + shift + /,mac: command + alt + shift + /
5.配置thymeleaf.cache为false
来源:https://www.cnblogs.com/linkstar/p/8245480.html
以上是关于idea gradle 热部署的主要内容,如果未能解决你的问题,请参考以下文章