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 2525
2626 <dependencies >
2727
28- <dependency >
29- <groupId >org.springframework.boot</groupId >
30- <artifactId >spring-boot-starter-test</artifactId >
31- <scope >test</scope >
32- </dependency >
33-
3428 <dependency >
3529 <groupId >org.springframework.cloud</groupId >
3630 <artifactId >spring-cloud-starter-zuul</artifactId >
4135 <artifactId >spring-cloud-starter-eureka</artifactId >
4236 </dependency >
4337
44- <dependency >
45- <groupId >org.springframework.boot</groupId >
46- <artifactId >spring-boot-starter-web</artifactId >
47- </dependency >
48-
4938 </dependencies >
5039
5140 <dependencyManagement >
Original file line number Diff line number Diff line change 11spring.application.name =api-gateway
22server.port =5555
33
4- zuul.ignoredServices ="*"
5-
64# routes to serviceId
75zuul.routes.api-a.path =/api-a/**
86zuul.routes.api-a.serviceId =service-A
You can’t perform that action at this time.
0 commit comments