Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangkb
indicators
Commits
7c1363d6
Commit
7c1363d6
authored
Sep 06, 2021
by
hzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步配置文件
parent
189775df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
79 deletions
+97
-79
application-test.yml
src/main/resources/application-test.yml
+97
-79
No files found.
src/main/resources/application-test.yml
View file @
7c1363d6
spring
:
spring
:
application
:
application
:
name
:
indicators
name
:
indicators
jpa
:
jpa
:
hibernate
:
hibernate
:
ddl-auto
:
update
ddl-auto
:
update
datasource
:
datasource
:
url
:
jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
url
:
jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
username
:
test
username
:
test
password
:
test
password
:
test
hikari
:
hikari
:
connectionTimeout
:
60000
connectionTimeout
:
60000
idleTimeout
:
60000
idleTimeout
:
60000
validationTimeout
:
3000
validationTimeout
:
3000
maxLifetime
:
60000
maxLifetime
:
60000
loginTimeout
:
5
loginTimeout
:
5
maximumPoolSize
:
60
maximumPoolSize
:
60
minimumIdle
:
10
minimumIdle
:
10
servlet
:
servlet
:
multipart
:
multipart
:
max-file-size
:
20Mb
max-file-size
:
20Mb
max-request-size
:
100Mb
max-request-size
:
100Mb
location
:
/home/deploy/data/upload_tmp
#D://afile
location
:
/home/deploy/data/upload_tmp
#D://afile
session
:
session
:
store-type
:
redis
store-type
:
redis
redis
:
redis
:
namespace
:
hyycdev
namespace
:
hyycdev
redis
:
redis
:
host
:
139.198.127.54
host
:
139.198.127.54
port
:
9379
port
:
9379
server
:
server
:
port
:
9088
port
:
9088
servlet
:
servlet
:
context-path
:
/
context-path
:
/
eureka
:
eureka
:
client
:
client
:
registerWithEureka
:
true
registerWithEureka
:
true
region
:
default
region
:
default
registryFetchIntervalSeconds
:
5
registryFetchIntervalSeconds
:
5
serviceUrl
:
serviceUrl
:
defaultZone
:
http://192.168.0.230:7081/eureka/
defaultZone
:
http://192.168.0.230:7081/eureka/
enabled
:
true
enabled
:
true
instance
:
instance
:
prefer-ip-address
:
true
prefer-ip-address
:
true
hostname
:
192.168.0.230
hostname
:
192.168.0.230
ribbon
:
ribbon
:
ReadTimeout
:
180000
ReadTimeout
:
180000
ConnectTimeout
:
180000
ConnectTimeout
:
180000
OkToRetryOnAllOperations
:
true
OkToRetryOnAllOperations
:
true
MaxAutoRetries
:
3
MaxAutoRetries
:
3
feign
:
feign
:
client
:
client
:
config
:
config
:
default
:
default
:
connectTimeout
:
180000
connectTimeout
:
180000
ReadTimeout
:
180000
ReadTimeout
:
180000
security
:
security
:
permit
:
true
permit
:
true
authUser
:
root
authUser
:
root
authPwd
:
pwd
authPwd
:
pwd
mybatis
:
mybatis
:
config-location
:
classpath:/mybatis/mybatis-config.xml
config-location
:
classpath:/mybatis/mybatis-config.xml
mapper-locations
:
classpath:/mybatis/mapping/*.xml
mapper-locations
:
classpath:/mybatis/mapping/*.xml
type-aliases-package
:
com.keymobile.indicators.model.entity
type-aliases-package
:
com.keymobile.indicators.model.entity
logging
:
logging
:
level
:
level
:
com.keymobile.indicators
:
info
com.keymobile.indicators
:
info
config
:
classpath:logback-custom.xml
config
:
classpath:logback-custom.xml
uploadfile
:
uploadfile
:
path
:
/home/deploy/uploadfile
path
:
/home/deploy/uploadfile
isClearAllPools
:
true
isClearAllPools
:
true
\ No newline at end of file
# @Value("${weChart.url}")
# private String weChart_url;
# @Value("${weChart.corpID}")
# private String weChart_corpID;
# @Value("${weChart.secret}")
# private String weChart_secret;
# @Value("${weChart.agentId}")
# private String weChart_agentId;
#
# @Value("${weChart.isSend}")
# private Boolean isSend;
weChart
:
url
:
http
corpID
:
1
secret
:
1
agentId
:
1
isSend
:
true
\ No newline at end of file
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