同步dev分支

This commit is contained in:
疯狂的狮子li
2021-05-26 16:51:01 +08:00
parent a42ef126cd
commit 08b339b25e
3 changed files with 110 additions and 36 deletions

View File

@ -355,6 +355,14 @@
</pluginRepositories>
<profiles>
<profile>
<id>local</id>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>local</profiles.active>
<logging.level>debug</logging.level>
</properties>
</profile>
<profile>
<id>dev</id>
<properties>