Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-config
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-config
Commits
7e3036b6
Commit
7e3036b6
authored
Aug 10, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
c5788cb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
91 additions
and
0 deletions
+91
-0
application-dev.yml
+91
-0
No files found.
application-dev.yml
0 → 100644
View file @
7e3036b6
#加密配置
jasypt
:
encryptor
:
password
:
techhero
spring
:
redis
:
remote
:
false
#cachecloud 获取
host
:
183.95.190.112
hostName
:
183.95.190.112
port
:
6379
password
:
fcd25!Kf
timeout
:
0
pool
:
max-active
:
8
max-wait
:
-1
max-idle
:
8
min-idle
:
0
rabbitmq
:
host
:
183.95.190.112
port
:
5672
username
:
rabbit
password
:
rabbit-techhero
listener
:
simple
:
acknowledge-mode
:
manual
cache
:
redis
:
expires
:
entity:30;account:30;
ribbon
:
eureka
:
enabled
:
true
eager-load
:
enabled
:
true
clients
:
techhero-auth,techhero-base-supportplatform,techhero-project-emergencycommand,techhero-permission,techhero-base-basicdata,techhero-preventioncheat
Httpclient
:
enabled
:
false
OkHttp
:
enabled
:
true
ReadTimeout
:
10000
ConnectTimeout
:
10000
feign
:
hystrix
:
enabled
:
true
okhttp
:
enabled
:
true
httpclient
:
enabled
:
false
client
:
config
:
feignName
:
connectTimeout
:
10000
readTimeout
:
10000
compression
:
request
:
enabled
:
true
response
:
enabled
:
true
hystrix
:
threadpool
:
default
:
coreSize
:
10
maxQueueSize
:
1000
queueSizeRejectionThreshold
:
800
circuitBreaker
:
requestVolumeThreshold
:
100
#熔断失败个数 超过既发生短路 默认20个
command
:
default
:
execution
:
isolation
:
thread
:
timeoutInMilliseconds
:
40000
fallback
:
isolation
:
semaphore
:
maxConcurrentRequests
:
50
#回退线程数量
tomcat
:
max-connections
:
500
max-threads
:
30
min-spare-threads
:
3
accept-count
:
10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment