From 9f883274d0df9b2ea578dd9665dabd92fad15eaa Mon Sep 17 00:00:00 2001 From: forge-bot Date: Thu, 30 Jul 2026 09:33:51 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=EB=A7=A4=EC=9E=85=20?= =?UTF-8?q?=EC=8A=B9=EC=9D=B8=20=EA=B2=BD=EB=A1=9C=20Spring=20Boot=203=20?= =?UTF-8?q?=EC=A0=84=ED=99=98=20(ACX-E2E-1785394564819)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proj-acquirex/src/test/resources/application-test.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 proj-acquirex/src/test/resources/application-test.properties diff --git a/proj-acquirex/src/test/resources/application-test.properties b/proj-acquirex/src/test/resources/application-test.properties new file mode 100644 index 0000000..a7e7b77 --- /dev/null +++ b/proj-acquirex/src/test/resources/application-test.properties @@ -0,0 +1,4 @@ +spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1 +spring.datasource.driverClassName=org.h2.Driver +spring.jpa.hibernate.ddl-auto=create-drop +logging.level.com.acquirex=DEBUG \ No newline at end of file