From 1ad7b5453fb9807faa821c13e6cb473e290013ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E5=87=9D=E9=9C=9C=E9=9B=AA=E7=A9=BA=E5=9F=8E?= =?UTF-8?q?=E6=AE=87?= <1046107612@qq.com> Date: Tue, 2 Feb 2021 20:07:47 +0800 Subject: [PATCH] update sms-platform-search/src/main/resources/bootstrap.yml. --- sms-platform-search/src/main/resources/bootstrap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sms-platform-search/src/main/resources/bootstrap.yml b/sms-platform-search/src/main/resources/bootstrap.yml index 88c1224..4248844 100644 --- a/sms-platform-search/src/main/resources/bootstrap.yml +++ b/sms-platform-search/src/main/resources/bootstrap.yml @@ -2,7 +2,9 @@ # elasticsearch连接信息(远程仓库) # rabbitmq配置(远程仓库) # 多环境名称 - +server: + port: 7777 + spring: profiles: active: @profileActive@ -- Gitee