Update README.md
This commit is contained in:
parent
dec56b6d0f
commit
8e60ff6b5d
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring 3 and JPA with Hibernate](http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/)
|
- [A Guide to JPA with Spring](https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa)
|
||||||
- [Transactions with Spring 3 and JPA](http://www.baeldung.com/2011/12/26/transaction-configuration-with-jpa-and-spring-3-1/)
|
- [Transactions with Spring and JPA](https://www.baeldung.com/transaction-configuration-with-jpa-and-spring)
|
||||||
- [The DAO with JPA and Spring](http://www.baeldung.com/spring-dao-jpa)
|
- [The DAO with JPA and Spring](http://www.baeldung.com/spring-dao-jpa)
|
||||||
- [JPA Pagination](http://www.baeldung.com/jpa-pagination)
|
- [JPA Pagination](http://www.baeldung.com/jpa-pagination)
|
||||||
- [Sorting with JPA](http://www.baeldung.com/jpa-sort)
|
- [Sorting with JPA](http://www.baeldung.com/jpa-sort)
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
- [Use Criteria Queries in a Spring Data Application](https://www.baeldung.com/spring-data-criteria-queries)
|
- [Use Criteria Queries in a Spring Data Application](https://www.baeldung.com/spring-data-criteria-queries)
|
||||||
- [Many-To-Many Relationship in JPA](https://www.baeldung.com/jpa-many-to-many)
|
- [Many-To-Many Relationship in JPA](https://www.baeldung.com/jpa-many-to-many)
|
||||||
|
|
||||||
|
|
||||||
### Eclipse Config
|
### Eclipse Config
|
||||||
After importing the project into Eclipse, you may see the following error:
|
After importing the project into Eclipse, you may see the following error:
|
||||||
"No persistence xml file found in project"
|
"No persistence xml file found in project"
|
||||||
|
|
Loading…
Reference in New Issue