From 086c2bfda193efb68cc013ab8a646854c7dffb42 Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Mon, 24 Mar 2025 14:56:54 +0100
Subject: [PATCH] OZG-7573 add spring-boot-starter-actuator and banner

---
 forwarder/pom.xml                       | 4 ++++
 forwarder/src/main/resources/banner.txt | 6 ++++++
 2 files changed, 10 insertions(+)
 create mode 100644 forwarder/src/main/resources/banner.txt

diff --git a/forwarder/pom.xml b/forwarder/pom.xml
index 684b4926..abb7d8ea 100644
--- a/forwarder/pom.xml
+++ b/forwarder/pom.xml
@@ -59,6 +59,10 @@
 		</dependency>
 
 		<!-- spring -->
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-actuator</artifactId>
+		</dependency>
 		<dependency>
 			<groupId>net.devh</groupId>
 			<artifactId>grpc-server-spring-boot-starter</artifactId>
diff --git a/forwarder/src/main/resources/banner.txt b/forwarder/src/main/resources/banner.txt
new file mode 100644
index 00000000..2c1200fe
--- /dev/null
+++ b/forwarder/src/main/resources/banner.txt
@@ -0,0 +1,6 @@
+    ______                                   __
+   / ____/___  ______      ______ __________/ /__  _____
+  / /_  / __ \/ ___/ | /| / / __ `/ ___/ __  / _ \/ ___/
+ / __/ / /_/ / /   | |/ |/ / /_/ / /  / /_/ /  __/ /
+/_/    \____/_/    |__/|__/\__,_/_/   \__,_/\___/_/
+${spring-boot.version}			${application.version}
-- 
GitLab