配置文件修改

This commit is contained in:
Zhang.WH
2025-09-03 13:23:44 +08:00
parent 72176f67cc
commit 2a75448a30
5 changed files with 2 additions and 355 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:/localhost: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: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引