소스 검색

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

sand 8 년 전
부모
커밋
6dc72cc3e5
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      svr-health-profile.yml

+ 10 - 0
svr-health-profile.yml

@ -38,6 +38,16 @@ spring:
    validation-query: SELECT 1
    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:
  pool:
    init-size: 5