java-tutorials/persistence-modules/spring-data-jpa-5
Josh Cummings d7c98c56db Merge pull request #9535 from amit2103/JAVA-1830
Java 1830
2020-06-25 19:39:28 -06:00
..
src Renamed test methods 2020-06-01 11:09:35 +02:00
README.md Update README.md 2020-06-18 14:21:37 +08:00
pom.xml extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30

README.md

Relevant Articles:

Eclipse Config

After importing the project into Eclipse, you may see the following error:
"No persistence xml file found in project"

This can be ignored:

  • Project -> Properties -> Java Persistance -> JPA -> Error/Warnings -> Select Ignore on "No persistence xml file found in project" Or:
  • Eclipse -> Preferences - Validation - disable the "Build" execution of the JPA Validator