refactor: Migrate from monolithic to modular architecture

1. **Docker-Compose für Entwicklung optimieren**
2. **Umgebungsvariablen für lokale Entwicklung**
3. **Service-Abhängigkeiten**
4. **Docker-Compose für Produktion**
5. **Dokumentation**
This commit is contained in:
stefan
2025-07-24 15:26:36 +02:00
parent e7b18da45d
commit dbbc303068
18 changed files with 56 additions and 5233 deletions
+2 -1
View File
@@ -64,8 +64,9 @@ subprojects {
// Include all tests that have "Integration" in their name
include("**/*Integration*Test.kt")
// Exclude tests that are not integration tests
// Exclude unit tests (but keep integration tests)
exclude("**/*Test.kt")
include("**/*IntegrationTest.kt")
// Set system properties for integration tests
systemProperty("spring.profiles.active", "integration-test")