Published
- 1 min read
starter data jpa maven dependency
The solution for this is noted below
starter data jpa maven dependency
Solution
<!-- Maven dependency-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- Gradle -->
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.2.0.RELEASE'
Try other methods by searching on the site. That is if this doesn’t work