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.

24 lines
601 B

spring:
profiles: pro
datasource:
url: jdbc:mysql://172.16.248.238:3306/fenis_jiaotong_education?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowMultiQueries=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
username: wjjtj
password: r5qp4e65
tomcat:
max-wait: 60000
redis:
host: 172.16.248.238
database: 2
port: 6379
password:
timeout: 2000
lettuce:
pool:
max-idle: 2000
max-active: 10
max-wait: -1ms
min-idle: 0
server:
port: 8080