diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bd4ac6430c1088191b91ddcaafeee47bc8b5e506..53bea654c76f75f869864d53bf2b4041e5b4eb1a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,4 @@ spring.application.name=libarry -# H2 databáze (in-memory) spring.datasource.url=jdbc:h2:mem:librarydb spring.datasource.driver-class-name=org.h2.Driver spring.datasource.username=sa diff --git a/src/test/java/com/example/library/LibarryApplicationTests.java b/src/test/java/com/example/library/LibraryApplicationTests.java similarity index 84% rename from src/test/java/com/example/library/LibarryApplicationTests.java rename to src/test/java/com/example/library/LibraryApplicationTests.java index 1fe8204daf7af8a02a8ecf88d5563e2dbaa641c4..7501964fb2e4b7281e198a160acb21f4a7cf9e31 100644 --- a/src/test/java/com/example/library/LibarryApplicationTests.java +++ b/src/test/java/com/example/library/LibraryApplicationTests.java @@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest -class LibarryApplicationTests { +class LibraryApplicationTests { @Test void contextLoads() {