作者 lijie

commit

... ... @@ -26,12 +26,12 @@ spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# username: logistics
# password: 1qaz@WSX
# url: jdbc:mysql://byerp_qa.mysql.db.com:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
username: reader
password: aHH~Xw5Pb]rw
url: jdbc:mysql://yiru.mysql.db.com:3306/logistics?rewriteBatchedStatements=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
username: logistics
password: 1qaz@WSX
url: jdbc:mysql://byerp_qa.mysql.db.com:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
# username: reader
# password: aHH~Xw5Pb]rw
# url: jdbc:mysql://yiru.mysql.db.com:3306/logistics?rewriteBatchedStatements=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
# swagger相关配置,覆盖全局配置
swagger:
... ...