Skip to content

Commit

Permalink
Expose health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Apr 12, 2024
1 parent e94b445 commit 377a737
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hl7-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<!-- Spring boot actuator to expose health endpoint -->
<!-- Expose health endpoint -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand Down

0 comments on commit 377a737

Please sign in to comment.