Browse Source

🎉 去掉devtools依赖

test
smallchill 6 years ago
parent
commit
fe8a300d2f
  1. 5
      pom.xml

5
pom.xml

@ -81,11 +81,6 @@
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save