feat: 集成 Elasticsearch 8.2.0

This commit is contained in:
xiongxiaoyang
2022-05-23 21:57:07 +08:00
parent 61d261d277
commit d45dc3d015
10 changed files with 532 additions and 166 deletions

View File

@ -41,7 +41,13 @@ spring:
config:
activate:
on-profile: dev
elasticsearch:
# 是否开启 elasticsearch 搜索引擎功能true-开启 false-不开启
enable: false
uris:
- https://my-deployment-ce7ca3.es.us-central1.gcp.cloud.es.io:9243
username: elastic
password: qTjgYVKSuExX6tWAsDuvuvwl
---
spring: