Skip to content

Commit

Permalink
using docker-compose spring boot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gtiwari333 committed Oct 23, 2023
1 parent 0b30319 commit f562ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<!-- runs docker-compose up -automatically when starting the app(if the containers are not already running) -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-docker-compose</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down

0 comments on commit f562ee1

Please sign in to comment.