계정/정산 업무 규칙과 전환 불변식 추출 #3
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