How to H2 into Spring Boot
Mar 1, 2023 · 2 min read · Add the following dependencies in pom.xml: Spring Data JPA dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> In order to use one of these databases, it's i...
Join discussion