java-tutorials/spring-data-jpa
xamcross 86d60237f4 BAEL-2095 CrudRepository save() method (#5223)
* BAEL-2095 CrudRepository save() method

* BAEL-2095 Enhanced the MerchandiseEntity with additional attributes; added unit-tests; removed spring boot runner

* BAEL-2095 Test renamed to end with IntegrationTest to make it past Travis's rules
2018-09-14 07:55:03 +02:00
..
src BAEL-2095 CrudRepository save() method (#5223) 2018-09-14 07:55:03 +02: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