File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<dependencies >
27
27
28
- <dependency >
29
- <groupId >org.springframework.boot</groupId >
30
- <artifactId >spring-boot-starter-test</artifactId >
31
- <scope >test</scope >
32
- </dependency >
33
-
34
28
<dependency >
35
29
<groupId >org.springframework.cloud</groupId >
36
30
<artifactId >spring-cloud-starter-zuul</artifactId >
41
35
<artifactId >spring-cloud-starter-eureka</artifactId >
42
36
</dependency >
43
37
44
- <dependency >
45
- <groupId >org.springframework.boot</groupId >
46
- <artifactId >spring-boot-starter-web</artifactId >
47
- </dependency >
48
-
49
38
</dependencies >
50
39
51
40
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
spring.application.name =api-gateway
2
2
server.port =5555
3
3
4
- zuul.ignoredServices ="*"
5
-
6
4
# routes to serviceId
7
5
zuul.routes.api-a.path =/api-a/**
8
6
zuul.routes.api-a.serviceId =service-A
You can’t perform that action at this time.
0 commit comments