Skip to content

Commit

Permalink
update route for zuul
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Apr 26, 2024
1 parent 342588d commit 1378189
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ zuul.routes.B.id=B
zuul.routes.B.path=/B/**
zuul.routes.B.service-id=sc-B

zuul.routes.C.id=C
zuul.routes.C.path=/C/**
zuul.routes.C.service-id=sc-C

spring.thymeleaf.mode = LEGACYHTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.servlet.content-type=text/html
Expand Down

0 comments on commit 1378189

Please sign in to comment.