소스 검색

Merge remote-tracking branch 'origin/saas-inner-dev' into saas-inner-dev

wangrui 4 달 전
부모
커밋
3873887bc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platomix-gmetry-system-api/src/main/resources/application-test.yml

+ 1 - 1
platomix-gmetry-system-api/src/main/resources/application-test.yml

@@ -15,7 +15,7 @@ spring:
         max-active: 10
         min-idle: 5
         max-wait: 60000
-        test-on-borrow: false
+        test-on-borrow: true
         test-on-return: false
         test-while-idle: true
         time-between-eviction-runs-millis: 60000