美文网首页
SpringBoot热部署

SpringBoot热部署

作者: 青小城 | 来源:发表于2018-11-07 11:16 被阅读7次

1 添加maven依赖

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

2 idea配置

ctrl + alt + s 设置界面,Build-Compiler 界面 勾选automatically CTRL + SHIFT + A –>输入并进入Registry–>勾选 compiler.automake.allow.when.app.running
image.png

相关文章

网友评论

      本文标题:SpringBoot热部署

      本文链接:https://www.haomeiwen.com/subject/pximxqtx.html