Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Added the Spring Boot migration tool commented out for reference.
  • Loading branch information
nhkhai committed May 3, 2024
1 parent 16f5d74 commit 52c250c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<start-class>sg.com.smartinventory.SmartInventoryApplication</start-class>
</properties>
<dependencies>
<!-- Spring Boot Migration Tool. -->
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-properties-migrator</artifactId>
<scope>runtime</scope>
</dependency> -->
<!-- Comment out when not using. -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down

0 comments on commit 52c250c

Please sign in to comment.