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...
zrubio.hashnode.dev2 min readNo responses yet.