1 Star 0 Fork 2.7K

赵小豆 / pig-config

forked from 李寻欢 / pig-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
赵小豆 提交于 2018-08-28 17:54 . 更新 application-dev.yml
#加密配置
jasypt:
encryptor:
password: lengleng
server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
rabbitmq:
host: 192.168.8.102
port: 5672
username: zhaoqiang
password: 123456
http:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
redis:
cache:
expiration: 3601
ribbon:
eager-load:
enabled: true
clients: pig-auth,pig-upms-service
Httpclient:
enabled: false
OkHttp:
enabled: true
ReadTimeout: 10000
ConnectTimeout: 10000
feign:
hystrix:
enabled: true
okhttp:
enabled: true
httpclient:
enabled: false
client:
config:
feignName:
connectTimeout: 30000
readTimeout: 30000
compression:
request:
enabled: true
response:
enabled: true
hystrix:
threadpool:
default:
coreSize: 500
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
#监控短点配置
management:
security:
enabled: false
endpoints:
actuator:
enabled: true
shutdown:
enabled: false
1
https://gitee.com/Strong-Zhao/pig-config.git
git@gitee.com:Strong-Zhao/pig-config.git
Strong-Zhao
pig-config
pig-config
dev

搜索帮助