Skip to content

Commit

Permalink
feat: application-test.yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Nov 8, 2024
1 parent 16bc7d7 commit 2e329e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
spring:
datasource:
url: jdbc:h2:mem:testdb
driver-class-name: org.h2.Driver
username: sa
password: password
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.H2Dialect

0 comments on commit 2e329e1

Please sign in to comment.