gs-accessing-data-jpa icon indicating copy to clipboard operation
gs-accessing-data-jpa copied to clipboard

Cannot access com.example.accessingdatajpa.Customer

Open RshStone opened this issue 3 years ago • 0 comments

I use maven to open the file pom.xml to build the project. And everything is ok but Cannot access com.example.accessingdatajpa.Customer It seems that interface CustomerRepository extends CrudRepository<Customer, Long> can not access com.example.accessingdatajpa.Customer. Screenshot 2021-12-01 201640

OS: Windows 10 64bit

Intellij IDEA version: Intellij IDEA ultimate 2021.1

Apache-maven version: Apache-maven-3.8.1

RshStone avatar Dec 01 '21 12:12 RshStone