ariesy 修改打包环境配置文件

release
yefei 2 years ago
parent 9c3e91da57
commit 06c77754fd
  1. 12
      pom.xml

@ -176,9 +176,9 @@
<logging.file>/home/dxhy/logs/</logging.file>
</properties>
<!-- 默认激活 -->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
</profile>
<!-- 测试环境 -->
<profile>
@ -220,9 +220,9 @@
<logging.file>/home/dxhy/logs/</logging.file>
</properties>
<!-- 默认激活 -->
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>

Loading…
Cancel
Save