java-tutorials/persistence-modules/spring-persistence-simple
chaos2418 000dcdf966 JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30
..
src Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
.gitignore [JAVA-2306] Moved articles from spring-persistence-simple-2 2020-09-02 20:22:44 +02:00
README.md Update README.md 2020-10-28 17:15:12 +08:00
pom.xml JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30

README.md

=========

Spring Persistence 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