계정/정산 업무 규칙과 전환 불변식 추출 (codex-bais-final3-20260713-192718-BAIS-SPRING-ANA-ACCOUNT-001)
This commit is contained in:
parent
cb0bce269f
commit
69ba2b0548
1 changed files with 36 additions and 0 deletions
36
account-migration/src/test/resources/application-test.yml
Normal file
36
account-migration/src/test/resources/application-test.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue