IDEA如何设置spring-boot-devtools即所见即所得
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA如何设置spring-boot-devtools即所见即所得相关的知识,希望对你有一定的参考价值。
首先了解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即所见即所得的主要内容,如果未能解决你的问题,请参考以下文章
intellij idea的project SDK如何设置?
什么是soft wrap,什么是IDEA的soft wrap,如何设置IDEA默认所有类型的文件都自动换行(如何设置用IDEA打开markdown文件不自动换行)
什么是soft wrap,什么是IDEA的soft wrap,如何设置IDEA默认所有类型的文件都自动换行(如何设置用IDEA打开markdown文件不自动换行)