JAVA-142: Migrate spring-data-eclipselink to com.baeldung
This commit is contained in:
parent
a372b7b2e6
commit
f2e0a7521c
|
@ -4,5 +4,5 @@ This module contains articles about Spring Data with EclipseLink.
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [A Guide to EclipseLink with Spring](http://www.baeldung.com/spring-eclipselink)
|
- [A Guide to EclipseLink with Spring](https://www.baeldung.com/spring-eclipselink)
|
||||||
- [Pessimistic Locking in JPA](https://www.baeldung.com/jpa-pessimistic-locking)
|
- [Pessimistic Locking in JPA](https://www.baeldung.com/jpa-pessimistic-locking)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.baeldung;
|
package com.baeldung;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
Loading…
Reference in New Issue