【修改】去除请求跟踪和tomcat信息监控的后端
【修改】各端口配置完备
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 9999
|
||||
port: 8080
|
||||
spring:
|
||||
application:
|
||||
name: jero-gateway
|
||||
@@ -48,7 +48,7 @@ spring:
|
||||
statuses: BAD_GATEWAY,BAD_REQUEST
|
||||
#指定哪些方法的请求需要进行重试逻辑,默认值是 GET 方法
|
||||
methods: GET,POST
|
||||
# hystrix 信号量隔离,3秒后自动超时
|
||||
# hystrix 信号量隔离,10秒后自动超时
|
||||
hystrix:
|
||||
enabled: true
|
||||
shareSecurityContext: true
|
||||
|
||||
@@ -12,6 +12,10 @@ spring:
|
||||
environment: local
|
||||
security:
|
||||
user:
|
||||
|
||||
|
||||
|
||||
|
||||
name: "admin"
|
||||
password: "admin"
|
||||
application:
|
||||
|
||||
Reference in New Issue
Block a user