修改配置文件

This commit is contained in:
xiongfeng
2022-11-23 17:42:13 +08:00
parent 66a9777930
commit b56f8fe66c
5 changed files with 152 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ spring:
connection-init-sql: SELECT 1
connection-test-query: SELECT 1
datasource:
master: url: jdbc:mysql://120.48.109.209:3306/xf-boot-base?useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai
master: #${SERVER_ADDRESS}
url: jdbc:mysql://120.48.109.209:3306/xf-boot-base?useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver