|
|
|
|
@ -19,19 +19,19 @@ import static org.assertj.core.api.Assertions.*;
@@ -19,19 +19,19 @@ import static org.assertj.core.api.Assertions.*;
|
|
|
|
|
|
|
|
|
|
import lombok.Data; |
|
|
|
|
import lombok.Value; |
|
|
|
|
import lombok.experimental.FieldDefaults; |
|
|
|
|
import lombok.With; |
|
|
|
|
import lombok.experimental.FieldDefaults; |
|
|
|
|
|
|
|
|
|
import java.util.concurrent.atomic.AtomicLong; |
|
|
|
|
|
|
|
|
|
import org.junit.ClassRule; |
|
|
|
|
import org.junit.Rule; |
|
|
|
|
import org.junit.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
|
import org.springframework.context.annotation.ComponentScan; |
|
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
|
import org.springframework.context.annotation.FilterType; |
|
|
|
|
import org.springframework.context.annotation.Import; |
|
|
|
|
import org.springframework.data.annotation.Id; |
|
|
|
|
import org.springframework.data.jdbc.repository.config.EnableJdbcRepositories; |
|
|
|
|
|