mirror of
https://github.com/201206030/novel.git
synced 2025-07-06 21:16:38 +00:00
feat: 集成 Elasticsearch 8.2.0
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user