1. 接入 spring cloud stream,支持多租户

2. 弱化 spring cloud dubbo 集成,可通过加入依赖自动实现
This commit is contained in:
YunaiV
2022-06-22 23:59:19 +08:00
parent 4807547d73
commit 4381d938be
21 changed files with 125 additions and 474 deletions

View File

@@ -1,6 +1,7 @@
spring:
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
allow-bean-definition-overriding: true # 允许 Bean 覆盖,例如说 Dubbo 或者 Feign 等会存在重复定义的服务
# Servlet 配置
servlet: