java-tutorials/spring-data-jpa
Eugen Paraschiv 9241c94f0a minor import cleanup 2018-09-09 19:11:11 +03:00
..
src minor import cleanup 2018-09-09 19:11:11 +03: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