Skip to content

Commit

Permalink
[kbss-cvut/record-manager-ui#139] Add spring-boot-starter-actuator de…
Browse files Browse the repository at this point in the history
…pendency of health checks
  • Loading branch information
palagdan committed Oct 2, 2024
1 parent 01887c8 commit 60d00e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>

<!-- Health check -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
server.servlet.context-path=/record-manager
server.servlet.context-path=/record-manager
management.endpoints.web.exposure.include=health

0 comments on commit 60d00e6

Please sign in to comment.