SpringBoot-热部署插件添加

 

 

在开发中修改代码 避免反复重启 编译  

 

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>

 

使用idea 为 2023.2.3

 

posted @ 2024-02-04 13:49  钟鼎山林  阅读(13)  评论(0编辑  收藏  举报