1. 增加 RPC starter
2. security 组件:feign 调用时,通过 header 透传 LoginUser 信息
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
|
||||
|
||||
cloud:
|
||||
# Spring Cloud Gateway 配置项,对应 GatewayProperties 类
|
||||
gateway:
|
||||
|
||||
Reference in New Issue
Block a user