Skip to content
Snippets Groups Projects
Unverified Commit 4ec6424f authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

rename

parent 3814d4e0
Branches master
No related merge requests found
spring.application.name=libarry spring.application.name=libarry
# H2 databze (in-memory)
spring.datasource.url=jdbc:h2:mem:librarydb spring.datasource.url=jdbc:h2:mem:librarydb
spring.datasource.driver-class-name=org.h2.Driver spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa spring.datasource.username=sa
......
...@@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test; ...@@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest @SpringBootTest
class LibarryApplicationTests { class LibraryApplicationTests {
@Test @Test
void contextLoads() { void contextLoads() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment