We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342588d commit 1378189Copy full SHA for 1378189
mse-simple-demo/ZuulGateway/src/main/resources/application.properties
@@ -15,6 +15,10 @@ zuul.routes.B.id=B
15
zuul.routes.B.path=/B/**
16
zuul.routes.B.service-id=sc-B
17
18
+zuul.routes.C.id=C
19
+zuul.routes.C.path=/C/**
20
+zuul.routes.C.service-id=sc-C
21
+
22
spring.thymeleaf.mode = LEGACYHTML5
23
spring.thymeleaf.encoding=UTF-8
24
spring.thymeleaf.servlet.content-type=text/html
0 commit comments