Skip to content

Commit

Permalink
Add Spring devtools that enables live reload
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-yuxuan committed Sep 27, 2023
1 parent 4a57bd8 commit 8cee82f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8cee82f

Please sign in to comment.