|
@@ -47,16 +47,25 @@
|
|
<artifactId>ssj-common-file</artifactId>
|
|
<artifactId>ssj-common-file</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.dubbo</groupId>
|
|
|
|
- <artifactId>dubbo-registry-nacos</artifactId>
|
|
|
|
- <version>2.7.5</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba.nacos</groupId>
|
|
|
|
- <artifactId>nacos-client</artifactId>
|
|
|
|
- <version>1.1.4</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>org.apache.dubbo</groupId>-->
|
|
|
|
+<!-- <artifactId>dubbo-registry-nacos</artifactId>-->
|
|
|
|
+<!-- <version>2.7.5</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>com.alibaba.nacos</groupId>-->
|
|
|
|
+<!-- <artifactId>nacos-client</artifactId>-->
|
|
|
|
+<!-- <version>1.1.4</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
+ <profiles>
|
|
|
|
+ <profile>
|
|
|
|
+ <id>test</id>
|
|
|
|
+ <properties>
|
|
|
|
+ <!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
|
+ <activatedProperties>test</activatedProperties>
|
|
|
|
+ </properties>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
</project>
|
|
</project>
|