1-idea中springboot设置热部署

pox.xml文件中

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

配置

 ctr+shit+alt+/

 勾选

扫描二维码关注公众号,回复: 9262071 查看本文章

 配置

 勾选

 ok!

猜你喜欢

转载自www.cnblogs.com/gfbzs/p/12330734.html
今日推荐