zhangyuewww 3 tahun lalu
induk
melakukan
b808661faa
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  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>