This commit is contained in:
Zhang.WH
2025-09-25 10:49:32 +08:00
parent c8014404f1
commit d23a594a4b
8 changed files with 2 additions and 614 deletions

View File

@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:postgresql://192.168.30.199:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
url: jdbc:postgresql://kocalhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
username: postgres
password: root
# 从库数据源
@@ -62,7 +62,7 @@ spring:
# redis 配置
redis:
# 地址
host: 192.168.30.199
host: 172.0.0.0
# 端口默认为6379
port: 6379
# 数据库索引