gradle构建形式添加依赖compile(org.springframework.boot:spring-boot-devtools)其他设置步骤1步骤2按下Ctrl+Alt+Shift gradle构建形式 添加依赖 compile("org.springframework.boot:spring-boot-devtools") 其他设置 步骤1 步
gradle构建形式
添加依赖
compile("org.springframework.boot:spring-boot-devtools")其他设置
- 步骤1
- 步骤2
按下 Ctrl+ Alt + Shift + / ,做如下操作:
这样设置之后,修改后台代码,马上重启,html页面刷新后也能看到效果!