1 Star 0 Fork 0

吕氏春秋 / pig-conifg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
吕氏春秋 提交于 2023-01-17 15:52 . 配置修改
#加密配置
jasypt:
encryptor:
password: lengleng
server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
spring:
redis:
remote: false #cachecloud 获取
host: localhost
port: 6379
password:
rabbitmq:
host: 192.168.2.86
port: 5672
username: yoni
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
Java
1
https://gitee.com/MaxLv/pig-conifg.git
git@gitee.com:MaxLv/pig-conifg.git
MaxLv
pig-conifg
pig-conifg
dev

搜索帮助