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.

22 lines
542 B

2 years ago
spring:
profiles: dev
datasource:
url: jdbc:mysql://1.116.136.247:3306/taoyuan_trip?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowMultiQueries=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
username: root
password: 123456
maxWait: 60000
redis:
host: 47.104.62.154
database: 2
port: 6379
password: mypass
timeout: 2000
lettuce:
pool:
max-idle: 2000
max-active: 10
max-wait: -1ms
min-idle: 0
server:
port: 8080