docs: update deployment configurations for multi-module architecture

This commit is contained in:
张翔
2026-03-14 11:05:39 +08:00
parent 915edf4f7a
commit 08cd057124
3 changed files with 106 additions and 36 deletions
@@ -3,7 +3,7 @@ spring:
gateway:
routes:
- id: manage-app
uri: http://manage-app:8081
uri: http://app:8084
predicates:
- Path=/api/**