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

+ 3 - 4
pom.xml

@@ -184,6 +184,9 @@
             <properties>
                 <env>local</env>
             </properties>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
 
         </profile>
         <profile>
@@ -203,10 +206,6 @@
             <properties>
                 <env>prod</env>
             </properties>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-
         </profile>
     </profiles>
     <build>