1 Star 0 Fork 0

liyongjie6/tinajing1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yaml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
liyongjie6 提交于 2020-08-27 22:02 . update user-dev.yaml.
server:
port: 9091
spring:
application:
name: spring-consumer
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/tb_user?characterEncoding=utf-8&useUnicode=true&useSSL=false
username: root
password: 1234
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:10086/eureka/
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 1000 #默认超时时长为1秒
circuitBreaker:
requestVolumeThreshold: 10
sleepWindowInMilliseconds: 10000
errorThresholdPercentage: 50
ribbon:
ReadTimeout: 2000 # 数据通信超时时长
ConnectTimeout: 500 # 连接超时时长
OkToRetryOnAllOperations: false # 是否对所有的请求方式都重试
MaxAutoRetriesNextServer: 1 # 重试多少次服务(实例)
MaxAutoRetries: 0 # 当前服务实例的重试次数
feign:
hystrix:
enabled: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyongjie6/tinajing1.git
git@gitee.com:liyongjie6/tinajing1.git
liyongjie6
tinajing1
tinajing1
master

搜索帮助