Browse Source

修改配置

miaolijing 2 years ago
parent
commit
bb40832c79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -61,7 +61,7 @@ tenant:
       #使用feign时自动在请求的header中加入租户信息(集团编码)
       feign-interceptor-enable: true
       #默认只使用Db注解指定的数据库,不做其他处理,如果是非SaaS版的独立部署此处配置为true
-      ignore-db-tenant: false
+      ignore-db-tenant: true
 
 
 # 日志管理方式使用集成框架的logback