Refactored the packages.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.tx;
|
||||
package com.baeldung.model;
|
||||
|
||||
import javax.persistence.*;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.baeldung.tx;
|
||||
|
||||
import com.baeldung.model.Payment;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
Reference in New Issue
Block a user