java-tutorials/persistence-modules/spring-data-jpa-enterprise
collaboratewithakash 9dea75d8a1 Update README.md 2022-09-23 16:07:05 +05:30
..
src [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
README.md Update README.md 2022-09-23 16:07:05 +05:30
pom.xml [JAVA-8691] 2022-07-26 08:14:19 +03:00

README.md

Spring Data JPA - Enterprise

This module contains articles about Spring Data JPA used in enterprise applications such as transactions, sessions, naming conventions and more

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