This commit is contained in:
tanghc
2019-07-18 17:43:37 +08:00
parent 8876cb1fa0
commit 29ecaec4bd
3 changed files with 3 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
server.port=8081
spring.application.name=api-gateway
# ------- 需要改的配置 -------
# mysql数据库账号
@@ -13,7 +14,6 @@ zookeeper.url=localhost:2181
zipkin.url=http://127.0.0.1:9411/
# ------- 需要改的配置end -------
spring.application.name=api-gateway
# 入口地址,不用改,默认是/zuul
zuul.servlet-path=/api
# 禁用默认的过滤器,不能删,不用改