|
|
@@ -13,6 +13,7 @@
|
|
|
<description>若依微服务系统</description>
|
|
|
|
|
|
<properties>
|
|
|
+ <skipTests>true</skipTests>
|
|
|
<ruoyi.version>3.6.6</ruoyi.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
@@ -55,10 +56,10 @@
|
|
|
<nacos.password>159!@#asd</nacos.password>
|
|
|
<logstash.address>127.0.0.1:4560</logstash.address>
|
|
|
</properties>
|
|
|
- <activation>
|
|
|
- <!-- 默认环境 -->
|
|
|
- <activeByDefault>true</activeByDefault>
|
|
|
- </activation>
|
|
|
+<!-- <activation>-->
|
|
|
+<!-- <!– 默认环境 –>-->
|
|
|
+<!-- <activeByDefault>true</activeByDefault>-->
|
|
|
+<!-- </activation>-->
|
|
|
</profile>
|
|
|
<!-- 测试环境-->
|
|
|
<profile>
|
|
|
@@ -73,10 +74,10 @@
|
|
|
<nacos.password>159!@#asd</nacos.password>
|
|
|
<logstash.address>127.0.0.1:4560</logstash.address>
|
|
|
</properties>
|
|
|
-<!-- <activation>-->
|
|
|
-<!-- <!– 默认环境 –>-->
|
|
|
-<!-- <activeByDefault>true</activeByDefault>-->
|
|
|
-<!-- </activation>-->
|
|
|
+ <activation>
|
|
|
+ <!-- 默认环境 -->
|
|
|
+ <activeByDefault>true</activeByDefault>
|
|
|
+ </activation>
|
|
|
</profile>
|
|
|
<!-- 生产环境-->
|
|
|
<profile>
|
|
|
@@ -361,6 +362,7 @@
|
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
+
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|