From e5a274b584592101b70acb4d11f7d7e44bfca54a Mon Sep 17 00:00:00 2001 From: Gavin <2294625664@qq.com> Date: Fri, 2 Jul 2021 15:59:19 +0000 Subject: [PATCH] update zlt-config/src/main/resources/application-dev.properties. --- zlt-config/src/main/resources/application-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlt-config/src/main/resources/application-dev.properties b/zlt-config/src/main/resources/application-dev.properties index 091ab6e3..3106b494 100644 --- a/zlt-config/src/main/resources/application-dev.properties +++ b/zlt-config/src/main/resources/application-dev.properties @@ -10,7 +10,7 @@ spring.redis.port=6379 spring.redis.timeout=5000 ##### elasticsearch配置 -zlt.elasticsearch.uris=192.168.28.130:9200 +zlt.elasticsearch.uris=http://192.168.28.130:9200 zlt.elasticsearch.username=elastic zlt.elasticsearch.password=qEnNfKNujqNrOPD9q5kb -- Gitee