implemented 07-server-mode.md: added server profile with REST API for builds, artifacts, live logs, and control tokens; lifecycle management for watcher; controller and service tests

This commit is contained in:
Michael Hoennig
2026-07-07 11:27:27 +02:00
parent a1db450bdb
commit 490914de0b
25 changed files with 1128 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
# Active only in server mode (the `server` subcommand and the server-profile tests).
# `spring.main.*` properties override programmatic SpringApplicationBuilder settings,
# so the web type switch must happen here, not only in ServerCommand.
spring:
main:
web-application-type: servlet
logging:
level:
de.hoennig.gittally: INFO