浏览代码

yinruoxi

feature:
    1.修改:配置k8s发布对应nacos地址。
tags/B.2.8.5_20240321_release
kira 1年前
父节点
当前提交
6f1fa9da48
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      pom.xml

+ 11
- 0
pom.xml 查看文件

@@ -408,6 +408,17 @@
</properties>

</profile>
<profile>
<id>k8s</id>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<activatedProperties>prod</activatedProperties>
<nacos.host>nacos-0.nacos-headless.dgmeta.svc.cluster.local</nacos.host>
<nacos.port>8848</nacos.port>
<nacos.namespace></nacos.namespace>
</properties>

</profile>
</profiles>

<build>


正在加载...
取消
保存