From f79ed3661ecca89ee8a80ffd6298f9b4ed4bd7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 3 Aug 2022 16:39:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=85=B3=E9=97=AD=20elasticsearch=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-example/ruoyi-demo/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-example/ruoyi-demo/src/main/resources/application.yml b/ruoyi-example/ruoyi-demo/src/main/resources/application.yml index bf3a6e04..3fd3852b 100644 --- a/ruoyi-example/ruoyi-demo/src/main/resources/application.yml +++ b/ruoyi-example/ruoyi-demo/src/main/resources/application.yml @@ -51,7 +51,7 @@ spring: # 更改包名需要去 EasyEsConfiguration 修改包扫描(后续版本支持配置文件读取) easy-es: # 是否开启EE自动配置 - enable: true + enable: false # es连接地址+端口 格式必须为ip:port,如果是集群则可用逗号隔开 address : localhost:9200 # 默认为http