mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
plan微服务补充elasticsearch配置
This commit is contained in:
@@ -68,6 +68,11 @@ spring:
|
||||
# Kafka 配置项,对应 KafkaProperties 配置类
|
||||
kafka:
|
||||
bootstrap-servers: 127.0.0.1:9092 # 指定 Kafka Broker 地址,可以设置多个,以逗号分隔
|
||||
elasticsearch:
|
||||
uris: 192.168.1.205:9200
|
||||
security-http-ssl-enable: false
|
||||
username: elastic
|
||||
password: admin.
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
xxl:
|
||||
|
||||
@@ -75,6 +75,11 @@ spring:
|
||||
# Kafka 配置项,对应 KafkaProperties 配置类
|
||||
kafka:
|
||||
bootstrap-servers: 127.0.0.1:9092 # 指定 Kafka Broker 地址,可以设置多个,以逗号分隔
|
||||
elasticsearch:
|
||||
uris: 192.168.1.205:9200
|
||||
security-http-ssl-enable: false
|
||||
username: elastic
|
||||
password: admin.
|
||||
|
||||
--- #################### 定时任务相关配置 ####################
|
||||
xxl:
|
||||
|
||||
Reference in New Issue
Block a user