Skip to content
Snippets Groups Projects
Commit 9c715e9d authored by OZGCloud's avatar OZGCloud
Browse files

add spring actuator to project

parent e8553bc1
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,11 @@
<version>${grpc.spring-boot-starter.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- own projects -->
<dependency>
......
......@@ -13,6 +13,17 @@ logging:
server:
port: 9292
management:
server:
port: 8081
endpoint:
health:
probes.enabled: true
livenessState:
enabled: true
readinessState:
enabled: true
grpc:
client:
plutoschleswigflensburg:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment