feat: add realtime codenames game

This commit is contained in:
Schramm Dominik
2026-04-22 15:31:38 +02:00
commit 6bd6b08044
31 changed files with 3080 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
server:
shutdown: graceful
spring:
lifecycle:
timeout-per-shutdown-phase: 20s
management:
endpoint:
health:
probes:
enabled: true
endpoints:
web:
exposure:
include: health,info