refactoring Gateway

This commit is contained in:
2025-10-11 13:19:54 +02:00
parent ebd3171d93
commit 7921cc4b32
3 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.RestController
// Use reactive web application type
"spring.main.web-application-type=reactive",
// Disable gateway discovery - use explicit routes
"spring.cloud.gateway.discovery.locator.enabled=false",
"spring.cloud.gateway.server.webflux.discovery.locator.enabled=false",
// Disable actuator security
"management.security.enabled=false",
// Set random port
@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController
// Use reactive web application type
"spring.main.web-application-type=reactive",
// Disable gateway discovery - use explicit routes
"spring.cloud.gateway.discovery.locator.enabled=false",
"spring.cloud.gateway.server.webflux.discovery.locator.enabled=false",
// Disable actuator security
"management.security.enabled=false",
// Set random port
@@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.*
// Use reactive web application type
"spring.main.web-application-type=reactive",
// Disable gateway discovery - use explicit routes
"spring.cloud.gateway.discovery.locator.enabled=false",
"spring.cloud.gateway.server.webflux.discovery.locator.enabled=false",
// Disable actuator security
"management.security.enabled=false",
// Set random port