Skip to content

Commit

Permalink
chore (#3) : h2 datasource 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
daehwan2yo committed Apr 11, 2022
1 parent d137bdf commit 94095dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
spring:
profiles:
include: env
datasource:
url: jdbc:h2:mem:test
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create
Expand Down

0 comments on commit 94095dc

Please sign in to comment.