소스 검색

no message

reset-do-picking-order
Fai Luk 1 주 전
부모
커밋
db9ed17fbf
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      src/main/resources/application-prod.yml

+ 10
- 0
src/main/resources/application-prod.yml 파일 보기

@@ -3,6 +3,16 @@ spring:
jdbc-url: jdbc:mysql://127.0.0.1:3306/fpsmsdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
username: root
password: secret
hikari:
max-lifetime: 1740000 # 29 minutes (1740000 ms) — safe below typical 8-hour default
# Or if your wait_timeout is lower (e.g. 10 min), set to e.g. 540000 (9 min)
# Other helpful settings:
idle-timeout: 600000 # 10 min — evict idle sooner
minimum-idle: 5 # Adjust based on your traffic
maximum-pool-size: 20 # Tune to your needs
connection-test-query: SELECT 1 # Explicit test (good for MySQL)
validation-timeout: 5000 # 5 sec


scheduler:
postCompletedDnGrn:


불러오는 중...
취소
저장