Commit 98fbe792 authored by fangxinjiang's avatar fangxinjiang

init

parent 3cf152f5
......@@ -233,13 +233,13 @@
<profiles>
<profile>
<id>dev</id>
<activation>
<!-- 默认环境 -->
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>dev</profiles.active>
<!-- 天翼云-->
<my.hub.host>hub.yifucenter.com:5500</my.hub.host>
<map.group.name>dev-mvp</map.group.name>
<!-- 众多参数配置 -->
</properties>
</profile>
<profile>
......@@ -255,6 +255,10 @@
</profile>
<profile>
<id>test</id>
<activation>
<!-- 默认环境 -->
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.active>test</profiles.active>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment