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
a8f2edf5d42616c91d5c9c993f79044445e0a552
Authored by
luotong
2017-03-24 16:09:22 +0800
1 parent
920e47e2
build: skipped
去掉租户di配置
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
class-service.yml
user-service.yml
class-service.yml
View file @
a8f2edf
...
...
@@ -72,9 +72,6 @@ eureka:
72
72
fetchRegistry: false
73
73
serviceUrl:
74
74
defaultZone: http://discovery:15200/eureka/
75
-
76
-tenant:
77
- tenantId: 301
78
75
---
79
76
80
77
spring:
...
...
user-service.yml
View file @
a8f2edf
...
...
@@ -47,9 +47,6 @@ eureka:
47
47
fetchRegistry: false
48
48
serviceUrl:
49
49
defaultZone: http://discovery:15200/eureka/
50
-
51
-tenant:
52
- tenantId: 301
53
50
---
54
51
55
52
spring:
...
...