This commit is contained in:
administrator
2020-05-22 12:24:19 +08:00
parent 259532c07c
commit ae1887486c
5 changed files with 110 additions and 83 deletions

View File

@@ -62,7 +62,13 @@
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>