Forráskód Böngészése

pom文件增加默认profile环境配置

sbj 2 hónapja
szülő
commit
890fcaaf2b
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -286,6 +286,9 @@
             <properties>
                 <profiles.active>dev</profiles.active>
             </properties>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
         </profile>
         <profile>
             <!-- 发布环境 -->