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:
+2
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user