Skip to content

Commit

Permalink
docs: v2.5.5.10
Browse files Browse the repository at this point in the history
update online document
  • Loading branch information
herodotus-ecosystem committed Sep 29, 2021
1 parent 373e003 commit ae1afa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<!-- 开发 -->
<profile>
<id>development</id>
<activation>
<!--默认激活配置-->
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!--当前环境-->
<profile.name>development</profile.name>
Expand All @@ -96,10 +100,6 @@
<!-- 生产 -->
<profile>
<id>production</id>
<activation>
<!--默认激活配置-->
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!--当前环境-->
<profile.name>production</profile.name>
Expand Down

0 comments on commit ae1afa5

Please sign in to comment.