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

Loading…
Cancel
Save