카드 매입 승인 경로 Spring Boot 3 전환 (ACX-E2E-1785394564819)
Some checks failed
Verify / source-contract (push) Has been cancelled
Some checks failed
Verify / source-contract (push) Has been cancelled
This commit is contained in:
parent
8b0e39d260
commit
0cf60a9880
1 changed files with 20 additions and 0 deletions
20
src/main/resources/application.yml
Normal file
20
src/main/resources/application.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue