Browse Source

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

sbj 1 month ago
parent
commit
890fcaaf2b
1 changed files with 3 additions and 0 deletions
  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>
             <!-- 发布环境 -->