Skip to content

Commit 1378189

Browse files
committed
update route for zuul
1 parent 342588d commit 1378189

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mse-simple-demo/ZuulGateway/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ zuul.routes.B.id=B
1515
zuul.routes.B.path=/B/**
1616
zuul.routes.B.service-id=sc-B
1717

18+
zuul.routes.C.id=C
19+
zuul.routes.C.path=/C/**
20+
zuul.routes.C.service-id=sc-C
21+
1822
spring.thymeleaf.mode = LEGACYHTML5
1923
spring.thymeleaf.encoding=UTF-8
2024
spring.thymeleaf.servlet.content-type=text/html

0 commit comments

Comments
 (0)