java-tutorials/persistence-modules/spring-persistence-simple
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
..
src removing extra 'jdbc:' 2023-03-07 12:20:41 -03:00
.gitignore [JAVA-10626] Move jta module to spring-persistence 2022-04-03 23:12:29 +01:00
README.md [JAVA-10626] Move jta module to spring-persistence 2022-04-03 23:12:29 +01:00
pom.xml JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00

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