加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-pay-dev.yml 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhoutao 提交于 2023-06-19 19:28 . init
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8000/eureka/
instance:
prefer-ip-address: true #使用ip地址进行注册
instance-id: pay-server:8300 #实例ID
spring:
application:
name: pay-server
server:
port: 8300
feign:
hystrix:
enabled: true #开启熔断支持
ribbon:
ReadTimeout: 1000
SocketTimeout: 1000
ConnectTimeout: 1000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 4000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化