mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-25 16:03:36 +08:00
feat: 解决项目模块无法访问的问题
This commit is contained in:
parent
8ad5fdc1c2
commit
00a12efe2a
1 changed files with 6 additions and 0 deletions
|
@ -131,6 +131,12 @@ spring:
|
|||
- Path=/${spring.profiles.active}/tms/**
|
||||
filters:
|
||||
- StripPrefix=2
|
||||
- id: project
|
||||
uri: lb://skyeye-project-${spring.profiles.active}
|
||||
predicates:
|
||||
- Path=/${spring.profiles.active}/project/**
|
||||
filters:
|
||||
- StripPrefix=2
|
||||
logging:
|
||||
level:
|
||||
com: debug
|
Loading…
Reference in a new issue