1.在pom.xml(如果是多模块,则此pom根据需要可设为具体模块)文件中添加
org.springframework.boot spring-boot-devtools runtime true
2.在pom.xml(如果是多模块,则此pom为父工程文件)加入插件
org.springframework.boot spring-boot-maven-plugin true true
3.IDEA设置自动编译
4.在IDEA任意界面使用快捷键ctrl+shif+Alt+/打开如下菜单,点击第一个选项(1.Registry...)
选择后会出现如下子菜单,勾选compiler.automake.allow.when.app.running与actionSystem.assertFocusAccessFromEdt
5.重启IDEA。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。