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

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

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

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

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

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

3.Idea内部设置 File>settings>

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

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即可

相关文章:

  • 2021-07-06
  • 2021-08-19
  • 2021-12-24
  • 2022-02-05
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-02
  • 2021-12-17
  • 2021-04-09
  • 2021-05-20
  • 2021-06-09
  • 2021-09-25
  • 2021-09-07
相关资源
相似解决方案