@@ -181,6 +181,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
+
</dependencies>
<build>
@@ -3,4 +3,14 @@ kafka:
zookeeper:
connection-timeout: 1000
auth:
- enabled: false
+ enabled: false
+management:
+ endpoint:
+ info:
+ enabled: true
+ health:
+ endpoints:
+ web:
+ exposure:
+ include: "info,health"