码迷,mamicode.com
首页 > 编程语言 > 详细

springboot热部署

时间:2018-07-30 18:08:21      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:dev   optional   tool   framework   ring   ram   需要   style   art   

热部只需要在pox.xml文件中添加

<!-- 热部署 begin -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
        </dependency>
        <!-- 热部署 end -->

依赖即可

springboot热部署

标签:dev   optional   tool   framework   ring   ram   需要   style   art   

原文地址:https://www.cnblogs.com/li-zhan/p/9391670.html

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