Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Disabled the health endpoint as it does not seem to be configured properly.
  • Loading branch information
nhkhai committed May 3, 2024
1 parent b04b2cf commit 307b373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependency> -->
<!-- <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down

0 comments on commit 307b373

Please sign in to comment.