1 Star 0 Fork 0

S?CS/dyzs-server-config-repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zhibo-pro.yml 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
S?CS 提交于 2020-10-08 03:33 . 服务熔断
server:
port: 8082
servlet:
session:
timeout: 120
spring:
application:
name: zhibo
redis:
host: 127.0.0.1
port: 6379
# rabbitmq:
# addresses: 127.0.0.1
# port: 5672
# username: guest
# password: guest
# mybatis配置
mybatis:
configuration:
map-underscore-to-camel-case: true
# 控制台日志配置
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath:mappers/*.xml
logging:
pattern:
console: "[%thread] %-5level %logger{36} - %msg%n"
#服务熔断全局配置
hystrix:
command:
default:
circuitBreaker:
enabled: true
requestVolumeThreshold: 20
errorThresholdPercentage: 60
sleepWindowInMilliseconds: 300000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chsi/dyzs-server-config-repo.git
git@gitee.com:chsi/dyzs-server-config-repo.git
chsi
dyzs-server-config-repo
dyzs-server-config-repo
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385