|
@@ -48,10 +48,10 @@
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-amqp</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+ <!-- <artifactId>spring-boot-starter-amqp</artifactId>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -200,4 +200,19 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+ <profiles>
|
|
|
+ <profile>
|
|
|
+ <id>test</id>
|
|
|
+ <properties>
|
|
|
+ <profiles.active>test</profiles.active>
|
|
|
+ <nacos.server-addr>192.168.2.252:8848</nacos.server-addr>
|
|
|
+ <nacos.namespace>0e1e2d77-56e8-422c-8317-6f71d7285e59</nacos.namespace>
|
|
|
+ <nacos.username>nacos</nacos.username>
|
|
|
+ <nacos.password>ngfriend198092</nacos.password>
|
|
|
+ </properties>
|
|
|
+ <activation>
|
|
|
+ <activeByDefault>true</activeByDefault>
|
|
|
+ </activation>
|
|
|
+ </profile>
|
|
|
+ </profiles>
|
|
|
</project>
|