标签:article enc cti star ofo www test www. framework
SpringBoot 2.1.1.RELEASE集成devtools<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