카드 매입 승인 경로 Spring Boot 3 전환 (ACX-E2E-1785394564819)
Some checks are pending
Verify / source-contract (push) Waiting to run
Some checks are pending
Verify / source-contract (push) Waiting to run
This commit is contained in:
parent
b379184b90
commit
3f84c54d3b
1 changed files with 27 additions and 0 deletions
27
src/main/resources/application.yml
Normal file
27
src/main/resources/application.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
spring:
|
||||||
|
application:
|
||||||
|
name: proj-acquirex
|
||||||
|
datasource:
|
||||||
|
url: jdbc:h2:mem:acquirex;DB_CLOSE_DELAY=-1
|
||||||
|
driver-class-name: org.h2.Driver
|
||||||
|
username: sa
|
||||||
|
password:
|
||||||
|
h2:
|
||||||
|
console:
|
||||||
|
enabled: true
|
||||||
|
path: /h2-console
|
||||||
|
jpa:
|
||||||
|
hibernate:
|
||||||
|
ddl-auto: create-drop
|
||||||
|
show-sql: true
|
||||||
|
properties:
|
||||||
|
hibernate:
|
||||||
|
format_sql: true
|
||||||
|
|
||||||
|
server:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
|
logging:
|
||||||
|
level:
|
||||||
|
com.acquirex: DEBUG
|
||||||
|
org.hibernate.SQL: DEBUG
|
||||||
Loading…
Add table
Add a link
Reference in a new issue