Commit 13d2d20af73db74a68aba85d8928b5657ac10d29
1 parent
da72cabc
添加租户id配置
Showing
2 changed files
with
5 additions
and
0 deletions
class-service.yml
| @@ -72,6 +72,9 @@ eureka: | @@ -72,6 +72,9 @@ eureka: | ||
| 72 | fetchRegistry: false | 72 | fetchRegistry: false |
| 73 | serviceUrl: | 73 | serviceUrl: |
| 74 | defaultZone: http://discovery:15200/eureka/ | 74 | defaultZone: http://discovery:15200/eureka/ |
| 75 | + | ||
| 76 | +tenant: | ||
| 77 | + tenantId: 301 | ||
| 75 | --- | 78 | --- |
| 76 | 79 | ||
| 77 | spring: | 80 | spring: |