Skip to content

Commit

Permalink
Create application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SSUHYUNKIM authored Jan 3, 2025
1 parent c5a2285 commit 0471d73
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:testdb
username: sa
password:
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.H2Dialect
config:
activate:
on-profile: test

0 comments on commit 0471d73

Please sign in to comment.