1 Star 0 Fork 0

bigollo / springcloud-conf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
bigollo 提交于 2018-02-26 16:18 . init4
#加密配置
jasypt:
encryptor:
password: lengleng
spring:
redis:
remote: true #cachecloud 获取
host: 192.168.100.203
port: 6379
password:
http:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
cache:
redis:
expiration: 3601
ribbon:
Httpclient:
enable: false
OkHttp:
enable: true
ReadTimeout: 10000
ConnectTimeout: 10000
feign:
hystrix:
enabled: true
okhttp:
enable: true
httpclient:
enable: false
client:
config:
feignName:
connectTimeout: 30000
readTimeout: 30000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
#监控短点配置
management:
security:
enabled: false
endpoints:
actuator:
enabled: true
shutdown:
enabled: false
1
https://gitee.com/bigollo/springcloud-conf.git
git@gitee.com:bigollo/springcloud-conf.git
bigollo
springcloud-conf
springcloud-conf
master

搜索帮助