카드 매입 승인 경로 Spring Boot 3 전환 #4
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
logging.level.com.acquirex=DEBUG
|
||||
Loading…
Add table
Add a link
Reference in a new issue