Browse Source

Merge branch 'dev' of linaz/ehr.config into dev

sand 8 years ago
parent
commit
6dc72cc3e5
1 changed files with 10 additions and 0 deletions
  1. 10 0
      svr-health-profile.yml

+ 10 - 0
svr-health-profile.yml

@ -38,6 +38,16 @@ spring:
    validation-query: SELECT 1
    validation-query: SELECT 1
    test-on-borrow: true
    test-on-borrow: true
data-source:
  driver-class-name: com.mysql.jdbc.Driver
  initialize-size: 1
  max-total: 20
  max-idle: 10
  min-idle: 1
  validation-query: SELECT 1
  test-on-borrow: true
  remove-abandoned-timeout: 55
fast-dfs:
fast-dfs:
  pool:
  pool:
    init-size: 5
    init-size: 5