java-tutorials/persistence-modules/spring-persistence-simple
Chirag Dewan f52e3c9e60 BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
..
src BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
.gitignore BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
README.md BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
pom.xml BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30

README.md

=========

Spring Persistence Example Project

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