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:
@@ -8,13 +8,9 @@ application {
|
||||
mainClass.set("at.mocode.infrastructure.gateway.ApplicationKt")
|
||||
}
|
||||
|
||||
// Configure tests to use JUnit Platform and exclude ApiIntegrationTest
|
||||
// Configure tests to use JUnit Platform
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
filter {
|
||||
// Exclude ApiIntegrationTest from test execution (but not from compilation)
|
||||
excludeTestsMatching("at.mocode.infrastructure.gateway.ApiIntegrationTest")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user