mirror of https://github.com/halo-dev/halo
Add spring boot devtools support again
parent
a6f76a0a61
commit
b0e0abea37
7
pom.xml
7
pom.xml
|
@ -72,6 +72,13 @@
|
|||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Dev tools -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- mysql-->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
|
Loading…
Reference in New Issue