refactoring Gateway

This commit is contained in:
2025-10-10 12:31:53 +02:00
parent e8f4e9aef1
commit da7ea2c2da
9 changed files with 281 additions and 743 deletions
+2 -2
View File
@@ -251,7 +251,7 @@ flyway = [
]
spring-boot-essentials = [
"spring-boot-starter-web",
# "spring-boot-starter-web",
"spring-boot-starter-validation",
"spring-boot-starter-actuator"
]
@@ -426,7 +426,7 @@ ktor-server-complete = [
# Complete Spring Boot Service bundle - combines all Spring Boot bundles for full-featured services
spring-boot-service-complete = [
"spring-boot-starter-web",
# "spring-boot-starter-web",
"spring-boot-starter-validation",
"spring-boot-starter-actuator",
"spring-boot-starter-security",