java-tutorials/spring-data-jpa
sachin29aug dd273f664c BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 15 more modules.. work in progress..) 2018-09-16 10:15:18 -04:00
..
src BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 15 more modules.. work in progress..) 2018-09-16 10:15:18 -04:00
README.md BAEL-8287 (#5180) 2018-09-07 13:56:13 +03:00
pom.xml Add BAEL-2067 DomainEvents examples 2018-09-08 02:40:24 +02:00

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