mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-06 12:10:46 +08:00
修改配置文件
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user