码迷,mamicode.com
首页 > 编程语言 > 详细

IDEA如何设置spring-boot-devtools即所见即所得

时间:2017-06-27 15:01:19      阅读:1581      评论:0      收藏:0      [点我收藏+]

标签:dea   pen   span   pre   html   blog   tool   注册   插件   

首先了解spring boot devtools基本概念  即存在即合理  地址:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html

现在看下怎么运用到实际开发环境中去,实现效果:前、后端代码修改后,无需手动重启,查看效果,自动编译,部署,页面自动刷新

1.build.gradle引入devtools的jar包 (若仅用于前端开发,则不需要引用该jar包

技术分享

2.360极速、google浏览器安装LiveReload插件

技术分享

3.Idea内部设置 File>settings>

技术分享

4.修改Idea注册值

  • In OSX, press Shift+Command+A (Shift+Ctrl+A in Windows)
  • Type "Registry" in the search box that appears, and select the registry to open it.
  • Lookup compiler.automake.allow.when.app.running and enable it.

5.重启IDE即可

IDEA如何设置spring-boot-devtools即所见即所得

标签:dea   pen   span   pre   html   blog   tool   注册   插件   

原文地址:http://www.cnblogs.com/meiCode/p/7084831.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!