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>
<!--pq-device-boot和pms-device-boot只能选择一个-->
<dependency>
<!-- <dependency>
<groupId>com.njcn</groupId>
<artifactId>pq-device-boot</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>
</dependency>-->
<dependency>
<groupId>com.njcn</groupId>
<artifactId>pms-device-boot</artifactId>
<version>${project.version}</version>
</dependency>-->
</dependency>
<dependency>
<groupId>com.njcn</groupId>

View File

@@ -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