You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
spring:
|
|
data:
|
|
mongodb:
|
|
uri: mongodb://yltcharge:yltcharge@192.168.1.172:27017/yltcharge
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/yltcharge?useUnicode=true&useSSL=false&characterEncoding=UTF-8&useSSL=false
|
|
username: yltcharge
|
|
password: yltcharge
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
stat-view-servlet:
|
|
allow: true
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
filters: stat
|
|
maxActive: 20
|
|
|
|
redis:
|
|
database: 0
|
|
host: 10.10.14.210
|
|
port: 6381
|
|
password: ylt#redis
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
logging:
|
|
level:
|
|
com:
|
|
icharge:
|
|
user:
|
|
mapper: error
|
|
config: classpath:logback-spring.xml
|
|
|
|
ribbon:
|
|
eureka:
|
|
enabled: false
|
|
|
|
ReadTimeout: 60000
|
|
ConnectTimeout: 60000
|
|
MaxAutoRetries: 0
|
|
MaxAutoRetriesNextServer: 1
|
|
|
|
|
|
properties:
|
|
config: debug
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://ms-finance:7014
|
|
|
|
cheweiapi:
|
|
ribbon:
|
|
listOfServers: http://cz.api.cheweiguanjia.com
|