gwd 1 年之前
父节点
当前提交
2ee0a908a0
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pom.xml

+ 4 - 4
pom.xml

@@ -425,10 +425,6 @@
                 <profiles.active>dev</profiles.active>
                 <logging.level>debug</logging.level>
             </properties>
-            <activation>
-                <!-- 默认环境 -->
-                <activeByDefault>true</activeByDefault>
-            </activation>
         </profile>
         <profile>
             <id>prod</id>
@@ -436,6 +432,10 @@
                 <profiles.active>prod</profiles.active>
                 <logging.level>warn</logging.level>
             </properties>
+            <activation>
+                <!-- 默认环境 -->
+                <activeByDefault>true</activeByDefault>
+            </activation>
         </profile>
     </profiles>