Skip to content
Snippets Groups Projects
Commit 097d5572 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3369 add spring actuator

parent 8f1bdc4c
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,11 @@ ...@@ -62,6 +62,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency> <dependency>
<groupId>de.itvsh.kop.eingangsadapter</groupId> <groupId>de.itvsh.kop.eingangsadapter</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment