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.
26 lines
646 B
26 lines
646 B
spring:
|
|
profiles: dev
|
|
datasource:
|
|
url: jdbc:mysql://rm-m5e856330s821071w8o.mysql.rds.aliyuncs.com/jxjy-cq-test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowMultiQueries=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
|
|
username: jxjy_cq_test
|
|
password: jxjy!123
|
|
redis:
|
|
host: 223.108.133.166
|
|
database: 3
|
|
port: 6379
|
|
password: mypass
|
|
timeout: 60000
|
|
lettuce:
|
|
pool:
|
|
max-idle: 2000
|
|
max-active: 10
|
|
max-wait: -1ms
|
|
min-idle: 0
|
|
|
|
server:
|
|
port: 7788
|
|
|
|
setting:
|
|
uploadPath: d:/javaFile/upload/
|
|
downloadPath: d:/javaFile/download/
|