BAEL-5545: fixed import organization

This commit is contained in:
Elmar Mammadov 2022-07-30 14:30:07 +02:00
parent 95211496d2
commit e4c941c0dd
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package com.baeldung.spring.jdbc.batch.service;
import com.baeldung.spring.jdbc.batch.model.Product;
import com.baeldung.spring.jdbc.batch.repo.ProductRepository;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;