'package org.springframework.data.jpa does not exist using maven and IntelliJ
I have been having a problem with downloading a dependency for my spring boot project.
What have I tried: I have tried adding this
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
to my pom.xml file. I have also tried looking up the dependency in IntelliJ to no avail. I need this so I can import org.springframework.data.jparepository to work thanks in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
