ccjgmwz 4 年之前
父節點
當前提交
b3bf48b2b5
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      pom.xml

+ 4 - 3
pom.xml

@@ -184,9 +184,7 @@
             <properties>
                 <env>local</env>
             </properties>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
+
         </profile>
         <profile>
             <id>dev</id>
@@ -205,6 +203,9 @@
             <properties>
                 <env>prod</env>
             </properties>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
         </profile>
     </profiles>
     <build>