@@ -30,10 +30,6 @@
<!-- static plugin -->
<static-path>static</static-path>
</properties>
- <!-- 默认 -->
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
</profile>
<profile>
<!-- 生产环境 -->
@@ -43,7 +39,10 @@
<static-path>http://static.ubtob.com</static-path>
-
+ <!-- 默认 -->
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
</profiles>
<dependencies>