From 294db74a1a46f979d3d6f9eea89634b1f4c47640 Mon Sep 17 00:00:00 2001 From: Valerii Fedorovych Date: Tue, 9 Jan 2024 10:53:55 +0200 Subject: [PATCH] migrated tests from H2 base to MySQL --- src/test/resources/application.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 60f3ea4..ed34f6a 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -1,8 +1,6 @@ -spring.datasource.url=jdbc:h2:mem:testdb -spring.datasource.driverClassName=org.h2.Driver +spring.datasource.url=jdbc:tc:mysql:8:///book_store_db spring.datasource.username=sa spring.datasource.password=password -spring.jpa.database-platform=org.hibernate.dialect.H2Dialect jwt.expiration=30000 jwt.secret=t34un89gjmnirej3235h935gipakkgvhee3435533hrddsbcoliq