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

@@ -73,6 +73,13 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>