Published
- 1 min read
springboot starter jpa
The solution for this is noted below
springboot starter jpa
Solution
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>2.4.1</version>
</dependency>
Try other methods by searching on the site. That is if this doesn’t work