使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
develop
/
digimeta-MultiSaas
关注
12
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
149
百科
动态
浏览代码
yinruoxi
feature: 1.修改:配置k8s发布对应nacos地址。
tags/B.2.8.5_20240321_release
kira
1年前
父节点
44c5edabab
当前提交
6f1fa9da48
共有
1 个文件被更改
,包括
11 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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>
撰写
预览
正在加载...
取消
保存