feat: create manage-gateway module structure

This commit is contained in:
张翔
2026-03-13 12:49:12 +08:00
parent a12638c567
commit e7148498ad
7 changed files with 162 additions and 0 deletions
@@ -0,0 +1,13 @@
spring:
cloud:
gateway:
routes:
- id: manage-app
uri: http://localhost:8081
predicates:
- Path=/api/**
logging:
level:
org.springframework.cloud.gateway: TRACE
org.springframework.web.reactive: TRACE