Configure H2 database and add repositories

This commit is contained in:
2023-05-06 22:54:19 +02:00
parent a4be85620f
commit efc9f9c77c
10 changed files with 59 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<!-- <scope>runtime</scope>-->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>