idea配置热部署

1.启用devtools插件

2.勾选Build==》compiler==》build project autoautomaticacally

idea配置热部署

 

3.快捷键shift+ctrl+alt+/  勾选 compiler.automake.allow.when.app.running

idea配置热部署

4.在springboot插件配置

  <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <fork>true</fork>
                </configuration>
            </plugin>
        </plugins>
    </build>

  

 

上一篇:VS Less Compiler插件使用


下一篇:Qt和matlab混合编程:Matlab函数转Qt具体操作步骤