From 94095dccf16b23b0e1d8da75c0053bcafb1aa117 Mon Sep 17 00:00:00 2001 From: mac_daehwan2yo Date: Mon, 11 Apr 2022 19:44:07 +0900 Subject: [PATCH] =?UTF-8?q?chore=20(#3)=20:=20h2=20datasource=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f016c76..9b9aaa8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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