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

springboot1.5.4 idea 自动保存编译更新

时间:2017-07-17 11:13:14      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:csdn   maven   term   frame   framework   img   idea   size   pen   

maven dependencies增加

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

<build>  
    <plugins>  
        <plugin>  
            <groupId>org.springframework.boot</groupId>  
            <artifactId>spring-boot-maven-plugin</artifactId>  
        </plugin>  
    </plugins>  
</build>  

idea设置

技术分享


ctrl+shift+alt+/

技术分享技术分享


重启项目

springboot1.5.4 idea 自动保存编译更新

标签:csdn   maven   term   frame   framework   img   idea   size   pen   

原文地址:http://www.cnblogs.com/xiaojf/p/7193128.html

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