1.模块切换

This commit is contained in:
2024-01-29 10:00:16 +08:00
parent 6312c958fe
commit 398b8a1581
2 changed files with 7 additions and 6 deletions

View File

@@ -21,16 +21,16 @@
<dependencies> <dependencies>
<!--pq-device-boot和pms-device-boot只能选择一个--> <!--pq-device-boot和pms-device-boot只能选择一个-->
<dependency> <!-- <dependency>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<artifactId>pq-device-boot</artifactId> <artifactId>pq-device-boot</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>-->
<!-- <dependency> <dependency>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<artifactId>pms-device-boot</artifactId> <artifactId>pms-device-boot</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency>--> </dependency>
<dependency> <dependency>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>

View File

@@ -31,8 +31,9 @@ spring:
- data-id: share-config.yaml - data-id: share-config.yaml
refresh: true refresh: true
#数据中心使用 #数据中心使用
- data-Id: share-config-datasource-db.yaml # - data-Id: share-config-datasource-db.yaml
# - data-Id: share-config-harmonic-db.yaml #PMS使用
- data-Id: share-config-harmonic-db.yaml
refresh: true refresh: true
main: main:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true