码迷,mamicode.com
首页 > 其他好文 > 详细

热部署

时间:2018-01-29 16:11:55      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:build   UI   tool   optional   nal   pen   修改   too   pid   

修改代码不需要重新部署

配置到pom文件

<dependencies>

    <dependency>

        <groupId>org.springframework.boot</groupId>

        <artifactId>spring-boot-devtools</artifactId>

        <optional>true</optional>

   </dependency>

</dependencies>

<build>

    <plugins>

        <plugin>

            <groupId>org.springframework.boot</groupId>

            <artifactId>spring-boot-maven-plugin</artifactId>

            <configuration>

                <fork>true</fork>

            </configuration>

        </plugin>

   </plugins>

</build>

 

热部署

标签:build   UI   tool   optional   nal   pen   修改   too   pid   

原文地址:https://www.cnblogs.com/xusongfeng/p/8376194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!