Browse Source

修改错误选项

Sand Wen 9 years ago
parent
commit
e1ab466a84
1 changed files with 4 additions and 4 deletions
  1. 4 4
      svr-health-profile-search.yml

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

@ -1,7 +1,7 @@
logging:
  level:
    com:
      netflix: DEBUG
      netflix: INFO
spring:
  # SOLR (SolrProperties)
@ -9,9 +9,9 @@ spring:
    solr:
      repositories.enabled: true # Enable Solr repositories.
    datasource:
      url: http://invalid.com
      driverClassName: com.mysql.jdbc.Driver
  datasource:
    url: http://invalid.com
    driverClassName: com.mysql.jdbc.Driver
---
spring: