Sign in
luotong
/
huike-eaas-config
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
13d2d20af73db74a68aba85d8928b5657ac10d29
Authored by
luotong
2017-03-20 10:59:56 +0800
1 parent
da72cabc
build: skipped
添加租户id配置
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
class-service.yml
user-service.yml
class-service.yml
View file @
13d2d20
...
...
@@ -72,6 +72,9 @@ eureka:
72
72
fetchRegistry: false
73
73
serviceUrl:
74
74
defaultZone: http://discovery:15200/eureka/
75
+
76
+tenant:
77
+ tenantId: 301
75
78
---
76
79
77
80
spring:
...
...
user-service.yml
View file @
13d2d20
...
...
@@ -48,6 +48,8 @@ eureka:
48
48
serviceUrl:
49
49
defaultZone: http://discovery:15200/eureka/
50
50
51
+tenant:
52
+ tenantId: 301
51
53
---
52
54
53
55
spring:
...
...