Commit b0c33dea by 裴大威

migrateESAndSolr

parent 93d37465
...@@ -54,9 +54,9 @@ spring: ...@@ -54,9 +54,9 @@ spring:
default-requeue-rejected: true # 重试次数超过上面的设置之后是否丢弃(false不丢弃时需要写相应代码将该消息加入死信队列) default-requeue-rejected: true # 重试次数超过上面的设置之后是否丢弃(false不丢弃时需要写相应代码将该消息加入死信队列)
data: data:
solr: solr:
zkHost: 192.168.1.102:9983,192.168.1.102:8574 zkHost: 192.168.8.108:9983,192.168.8.108:8574
elasticsearch: elasticsearch:
cluster-nodes: 192.168.1.102:9300 cluster-nodes: 192.168.8.108:9300
cluster-name: elasticsearch-prod cluster-name: elasticsearch-prod
redis: redis:
cluster: cluster:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment