热启动

<!--添加热部署-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
            <scope>true</scope>
        </dependency>
		<plugin>
                <!--热部署配置-->
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <!--fork:如果没有该项配置,整个devtools不会起作用-->
                    <fork>true</fork>
                </configuration>
            </plugin>

(1)File-Settings-Compiler勾选 Build Project automatically

热启动

快捷键 ctrl + shift + alt + /,选择Registry,勾上 Compiler autoMake allow when
app running

热启动

上一篇:Yii框架的原代码


下一篇:maven项目中@Override的问题,提示“[51,17] 方法不会覆盖或实现超类型的方法‘