feat: 解决项目模块无法访问的问题

This commit is contained in:
weizhiqiang 2024-10-11 19:42:05 +08:00
parent 8ad5fdc1c2
commit 00a12efe2a

View file

@ -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