1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[后端] 添加OpenFeign RPC框架;添加access微服务项目;添加进出码接口;添加postman-collection JSON

This commit is contained in:
2022-11-27 21:01:38 +08:00
parent eaecc486df
commit 941ba4f306
23 changed files with 446 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ spring:
predicates:
- Path=/user/**
- Method=GET,POST
- id: access
uri: lb://microservice-provider-access
predicates:
- Path=/access/**
- Method=GET,POST
- id: test1
uri: lb://microservice-provider-test