From 5ae03cab2b50915fe326c1b65b8f918653d228f0 Mon Sep 17 00:00:00 2001 From: Zhu Zhonghua <zhonghua@qq.com> Date: 星期二, 08 四月 2025 22:45:30 +0800 Subject: [PATCH] 修改数据库为postgres --- aps-modules/aps-file/src/main/resources/bootstrap.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/aps-modules/aps-file/src/main/resources/bootstrap.yml b/aps-modules/aps-file/src/main/resources/bootstrap.yml index 6f8474e..53b0900 100644 --- a/aps-modules/aps-file/src/main/resources/bootstrap.yml +++ b/aps-modules/aps-file/src/main/resources/bootstrap.yml @@ -15,11 +15,13 @@ discovery: # 鏈嶅姟娉ㄥ唽鍦板潃 server-addr: 192.168.50.160:8848 + namespace: 8e9f8829-4286-4925-943a-a6c242767ac2 config: # 閰嶇疆涓績鍦板潃 server-addr: 192.168.50.160:8848 # 閰嶇疆鏂囦欢鏍煎紡 file-extension: yml + namespace: 8e9f8829-4286-4925-943a-a6c242767ac2 # 鍏变韩閰嶇疆 shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} -- Gitblit v1.9.3