java-tutorials/persistence-modules/spring-data-jpa
Krzysiek 5917c9027a BAEL-20663: Fix usage of org.springframework.data.domain.Sort 2020-01-07 21:41:00 +01:00
..
src BAEL-20663: Fix usage of org.springframework.data.domain.Sort 2020-01-07 21:41:00 +01:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +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