update 调整 默认关闭 elasticsearch 功能

This commit is contained in:
疯狂的狮子li
2022-08-03 16:39:53 +08:00
parent c1bd1673a3
commit f79ed3661e

View File

@@ -51,7 +51,7 @@ spring:
# 更改包名需要去 EasyEsConfiguration 修改包扫描(后续版本支持配置文件读取)
easy-es:
# 是否开启EE自动配置
enable: true
enable: false
# es连接地址+端口 格式必须为ip:port,如果是集群则可用逗号隔开
address : localhost:9200
# 默认为http