java-tutorials/persistence-modules/spring-data-jpa
charlesgonzales 31858afca7 Bi-monthly test failure - fix (BAEL-10330) (#5736)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-11-22 05:49:54 +01:00
..
src How to limit query results (#5616) 2018-11-07 09:12:00 -08:00
README.md Bi-monthly test failure - fix (BAEL-10330) (#5736) 2018-11-22 05:49:54 +01:00
pom.xml [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30

README.md

=========

Spring Data JPA 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