|
|
|
@ -247,7 +247,7 @@
@@ -247,7 +247,7 @@
|
|
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 --> |
|
|
|
|
<profiles.namespace>kicc-prod</profiles.namespace> |
|
|
|
|
<profiles.group>PROD-GROUP</profiles.group> |
|
|
|
|
<profiles.ip>127.0.0.1</profiles.ip> |
|
|
|
|
<profiles.ip>xxx.xxx.xxx.xxx</profiles.ip> |
|
|
|
|
</properties> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
@ -256,7 +256,7 @@
@@ -256,7 +256,7 @@
|
|
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 --> |
|
|
|
|
<profiles.namespace>kicc-test</profiles.namespace> |
|
|
|
|
<profiles.group>TEST-GROUP</profiles.group> |
|
|
|
|
<profiles.ip>127.0.0.1</profiles.ip> |
|
|
|
|
<profiles.ip>xxx.xxx.xxx.xxx</profiles.ip> |
|
|
|
|
</properties> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|