카드 매입 승인 경로 Spring Boot 3 전환 #14

Merged
forge-bot merged 8 commits from forge/ACX-E2E-1785394564819-attempt-15-run-1519df48912e into main 2026-07-30 14:15:50 +00:00
Showing only changes of commit 0cf60a9880 - Show all commits

View file

@ -0,0 +1,20 @@
spring:
application:
name: proj-acquirex
datasource:
url: jdbc:h2:mem:acquirex;DB_CLOSE_DELAY=-1
driver-class-name: org.h2.Driver
username: sa
jpa:
hibernate:
ddl-auto: create-drop
show-sql: true
properties:
hibernate:
format_sql: true
h2:
console:
enabled: true
path: /h2-console
server:
port: 8080