|
@ -30,6 +30,11 @@ spring:
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
@ -38,6 +43,9 @@ spring:
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
---
|
|
|
spring:
|
|
@ -48,10 +56,17 @@ spring:
|
|
|
username: ha
|
|
|
password: jkzlxm
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
---
|
|
|
spring:
|
|
|
profiles: prod_fz
|
|
|
datasource:
|
|
|
url: jdbc:mysql://192.168.135.39:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: sr_healtharchive
|
|
|
password: data!@)1
|
|
|
password: data!@)1
|
|
|
|
|
|
data:
|
|
|
solr:
|
|
|
zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
|