2025-11-12 openHIS 发版

This commit is contained in:
whm
2025-11-12 17:06:09 +08:00
parent 88535b8e7c
commit e8d67e6681
777 changed files with 62002 additions and 20046 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://192.168.30.199:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8
username: postgres
password: root
# 从库数据源
@@ -62,7 +62,7 @@ spring:
# redis 配置
redis:
# 地址
host: 172.0.0.0
host: 192.168.30.199
# 端口默认为6379
port: 6379
# 数据库索引