Skip to content

Commit

Permalink
[feat] #1 spring actuator added to monitor application health
Browse files Browse the repository at this point in the history
 - missing web-flux dependency added
  • Loading branch information
Ramachandran Nellaiyappan committed Mar 10, 2024
1 parent 9bff154 commit a1756be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit a1756be

Please sign in to comment.