Browse Source

文件重新明明

chenweida 7 years ago
parent
commit
704972c32d

+ 1 - 0
base/common-data-es/src/main/resources/template.yml

@ -3,3 +3,4 @@ es:
  port: 9067 #默认是9200
  tPort: 9068 #http端口 默认是9300
  clusterName: jkzl

+ 4 - 0
base/common-data-solr/src/main/resources/template.yml

@ -0,0 +1,4 @@
spring:
  data:
    solr:
      zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.