Commit 8ca56e22 by Administrator

Delete application-dev.yml

parent ba2f5eb4
# 关闭安全管理
management:
security:
enabled: false
endpoints:
health:
sensitive: false
spring:
servlet:
multipart:
enabled: true
max-file-size: 300MB
max-request-size: 300MB
feign:
hystrix:
enabled: true
okhttp:
enabled: true
httpclient:
enabled: false
client:
config:
feignName:
connectTimeout: 10000
readTimeout: 20000
compression:
request:
enabled: true
response:
enabled: true
# yml
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 15000
threadpool:
default:
coreSize: 50 ##并发执行的最大线程数,默认10
maxQueueSize: 100 ##BlockingQueue的最大队列数
queueSizeRejectionThreshold: 80
ribbon:
ReadTimeout: 10000
ConnectTimeout: 10000
eureka:
enabled: true
httpclient:
enabled: false
okhttp:
enabled: true
eager-load:
enabled: true
clients: techhero-framework-eureka,techhero-framework-config,techhero-framework-auth,techhero-framework-gateway,techhero-platform-basicresource,techhero-platform-dictionary,techhero-platform-exampre,techhero-platform-permission
tomcat:
max-connections: 500
max-threads: 30
min-spare-threads: 3
accept-count: 10
token:
refreshTokenValiditySeconds: 7200
accessTokenValiditySeconds: 3600
remainingTime: 3480
# 放行白名单
secure:
ignore:
urls: #配置白名单路径
- /actuator/**
- /auth/**
- /rsa/**
- /token/**
- /login/**
- /weChat/login
- /identification/weChat/login
- /gateway/**
- /permission/white/**
- /basic/code/**
- /examination/kwksjcxxb/downloadKsTemplate
- /subject/alipay/alipayCallback
- /examination/app/forgetPassword
- /examination/app/sendSmsCode
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment