Skip to content
Snippets Groups Projects
Commit 086c2bfd authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7573 add spring-boot-starter-actuator and banner

parent 4a422e9e
No related branches found
No related tags found
1 merge request!12Ozg 7573 grpc server
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
</dependency> </dependency>
<!-- spring --> <!-- spring -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency> <dependency>
<groupId>net.devh</groupId> <groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId> <artifactId>grpc-server-spring-boot-starter</artifactId>
......
______ __
/ ____/___ ______ ______ __________/ /__ _____
/ /_ / __ \/ ___/ | /| / / __ `/ ___/ __ / _ \/ ___/
/ __/ / /_/ / / | |/ |/ / /_/ / / / /_/ / __/ /
/_/ \____/_/ |__/|__/\__,_/_/ \__,_/\___/_/
${spring-boot.version} ${application.version}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment