계정/정산 업무 규칙과 전환 불변식 추출 #3

Open
forge-bot wants to merge 9 commits from forge/codex-bais-final3-20260713-192718-BAIS-SPRING-ANA-ACCOUNT-001-attempt-1-run-a2485546e101 into main
Showing only changes of commit 69ba2b0548 - Show all commits

View file

@ -0,0 +1,36 @@
spring:
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
driver-class-name: org.h2.Driver
username: sa
password:
jpa:
hibernate:
ddl-auto: create-drop
show-sql: true
properties:
hibernate:
format_sql: true
data:
redis:
host: localhost
port: 6379
settlement:
cancellation:
min-reason-length: 10
min-remaining-amount: 1000
dispute:
window-days: 90
response-deadline-days: 7
chargeback-threshold: 100000
max-inquiry-page-size: 50
payout:
min-amount: 1000
max-daily-amount: 10000000
max-daily-count: 5
processing-hours:
start: 9
end: 17
fraud-threshold: 0.8