gs-accessing-data-jpa
gs-accessing-data-jpa copied to clipboard
Cannot access com.example.accessingdatajpa.Customer
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.
OS: Windows 10 64bit
Intellij IDEA version: Intellij IDEA ultimate 2021.1
Apache-maven version: Apache-maven-3.8.1