This commit is contained in:
Zhang.WH
2025-09-04 16:59:14 +08:00
parent 92bf46ba55
commit a3a06d6f3c
3 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:postgresql:/localhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
url: jdbc:postgresql://localhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
username: postgres
password: root
# 从库数据源