mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-26 00:13:17 +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/**
|
- Path=/${spring.profiles.active}/tms/**
|
||||||
filters:
|
filters:
|
||||||
- StripPrefix=2
|
- StripPrefix=2
|
||||||
|
- id: project
|
||||||
|
uri: lb://skyeye-project-${spring.profiles.active}
|
||||||
|
predicates:
|
||||||
|
- Path=/${spring.profiles.active}/project/**
|
||||||
|
filters:
|
||||||
|
- StripPrefix=2
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
com: debug
|
com: debug
|
Loading…
Reference in a new issue