Browse Source

fix: 0

master
wangxiang 2 years ago
parent
commit
ebd37cf41e
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      pom.xml

2
pom.xml

@ -260,7 +260,7 @@
<!-- 环境标识,需要与配置文件的名称相对应 --> <!-- 环境标识,需要与配置文件的名称相对应 -->
<profiles.namespace>kicc-prod</profiles.namespace> <profiles.namespace>kicc-prod</profiles.namespace>
<profiles.group>PROD-GROUP</profiles.group> <profiles.group>PROD-GROUP</profiles.group>
<profiles.ip>localhost</profiles.ip> <profiles.ip>114.55.129.122</profiles.ip>
</properties> </properties>
</profile> </profile>
<profile> <profile>

Loading…
Cancel
Save