Parcourir la source

修改错误选项

Sand Wen il y a 9 ans
Parent
commit
f60c06d485
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      svr-health-profile-search.yml

+ 5 - 4
svr-health-profile-search.yml

@ -19,10 +19,6 @@ spring:
    solr:
      repositories.enabled: true # Enable Solr repositories.
  datasource:
    url: http://invalid.com
    driverClassName: com.mysql.jdbc.Driver
---
spring:
  profiles: dev
@ -31,6 +27,11 @@ spring:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test