From 398b8a1581a954e42ceb5c671076b6f0f02c6a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=9C=A8c?= <857448963@qq.com> Date: Mon, 29 Jan 2024 10:00:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=A8=A1=E5=9D=97=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pqs-device/device-boot/pom.xml | 8 ++++---- .../harmonic-boot/src/main/resources/bootstrap.yml | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pqs-device/device-boot/pom.xml b/pqs-device/device-boot/pom.xml index ecaa22391..bed3679ea 100644 --- a/pqs-device/device-boot/pom.xml +++ b/pqs-device/device-boot/pom.xml @@ -21,16 +21,16 @@ - + + com.njcn pms-device-boot ${project.version} - --> + com.njcn diff --git a/pqs-harmonic/harmonic-boot/src/main/resources/bootstrap.yml b/pqs-harmonic/harmonic-boot/src/main/resources/bootstrap.yml index f5ba0e454..4ef726b36 100644 --- a/pqs-harmonic/harmonic-boot/src/main/resources/bootstrap.yml +++ b/pqs-harmonic/harmonic-boot/src/main/resources/bootstrap.yml @@ -31,8 +31,9 @@ spring: - data-id: share-config.yaml refresh: true #数据中心使用 - - data-Id: share-config-datasource-db.yaml - # - data-Id: share-config-harmonic-db.yaml + # - data-Id: share-config-datasource-db.yaml + #PMS使用 + - data-Id: share-config-harmonic-db.yaml refresh: true main: allow-bean-definition-overriding: true