Commit 52d6db01a2ae5cfc1b50bd585dcb54a2b59ce0be
Merge branch 'master' into 'master'
添加租户id配置 See merge request !10
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: |