mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
es账号密码加解密和是否开启账号密码解耦,支持不需要加解密也可以用账号密码连接、新增支持证书从外部读取
This commit is contained in:
@@ -70,6 +70,10 @@ spring:
|
||||
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:
|
||||
job:
|
||||
|
||||
Reference in New Issue
Block a user