zhangyuewww 3 anni fa
parent
commit
b808661faa
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  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>