update 文档增加演示图例

This commit is contained in:
疯狂的狮子li
2021-05-26 16:44:59 +08:00
parent d2f0ea6fa0
commit 8a6bc41938
2 changed files with 49 additions and 0 deletions

View File

@ -248,6 +248,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>