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

SpringBoot 2.1.1.RELEASE集成devtools

时间:2018-12-15 19:49:35      阅读:428      评论:0      收藏:0      [点我收藏+]

标签:article   enc   cti   star   ofo   www   test   www.   framework   

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

标签:article   enc   cti   star   ofo   www   test   www.   framework   

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

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