【修改】去除请求跟踪和tomcat信息监控的后端

【修改】各端口配置完备
This commit is contained in:
zer0Black
2022-04-10 21:30:27 +08:00
parent 9c9cef0a9c
commit 37dc530462
5 changed files with 16 additions and 12 deletions
@@ -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: