카드 매입 승인 경로 Spring Boot 3 전환 #14
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