Skip to content

Commit

Permalink
chore: Add spring-boot-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Jun 4, 2024
1 parent 8f6aada commit 644ffa5
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 @@ -29,6 +29,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>net.jthink</groupId>
Expand Down

0 comments on commit 644ffa5

Please sign in to comment.