1. 增加 RPC starter

2. security 组件:feign 调用时,通过 header 透传 LoginUser 信息
This commit is contained in:
YunaiV
2022-06-11 22:24:15 +08:00
parent 0cf1738c0a
commit ca6e7a4528
19 changed files with 159 additions and 34 deletions

View File

@@ -1,4 +1,7 @@
spring:
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
cloud:
# Spring Cloud Gateway 配置项,对应 GatewayProperties 类
gateway: