首页 > 编程语言 > 详细

SpringBoot 2.1.1.RELEASE集成devtools

时间:2018-12-15 19:40:26      阅读:216      评论:0      收藏:0      [点我收藏+]
SpringBoot 2.1.1.RELEASE集成devtools
http://www.qchcloud.cn/system/article/show/74
引入依赖:

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
            <scope>true</scope>
            <version>2.0.4.RELEASE</version>
        </dependency>

SpringBoot 2.1.1.RELEASE集成devtools

原文:http://blog.51cto.com/14042154/2330903

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!