소스 검색

文件重新明明

chenweida 7 년 전
부모
커밋
704972c32d
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      base/common-data-es/src/main/resources/template.yml
  2. 4 0
      base/common-data-solr/src/main/resources/template.yml

+ 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.