feat: add /api/version endpoint returning build time and version
Build and Deploy Spring Boot Server / build (push) Successful in 1m25s

This commit is contained in:
2026-05-12 23:08:37 +02:00
parent a3fa59f347
commit 29f26a8a18
3 changed files with 25 additions and 0 deletions
+7
View File
@@ -128,6 +128,13 @@
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>build-info</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>