Sign in
杜凯玲
/
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
6966ce7187f16bcbbc2c324e6d45f8f84a4e1d70
Authored by
刘岱鹏
2019-05-07 03:34:09 +0000
1 parent
b08c8055
添加class服务
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
cloud-service.yml
cloud-service.yml
View file @
6966ce7
...
...
@@ -42,7 +42,10 @@ zuul:
42
42
url: http://192.168.30.250:30310/hybird-web
43
43
training:
44
44
path: /training/**
45
- serviceId: training-service
45
+ serviceId: training-service
46
+ class:
47
+ path: /class/**
48
+ serviceId: class-service
46
49
47
50
hystrix:
48
51
command:
...
...