Bael 7668 hotfix (#16349)
* BAEL-7490 read write file in separate thread * Change the to try resources * Update the code to sync with article * Rename * update class name
This commit is contained in:
parent
af3a000b1e
commit
c8bb1e301f
|
@ -20,7 +20,7 @@ import com.baeldung.jooq.jointables.public_.tables.Book;
|
||||||
import com.baeldung.jooq.jointables.public_.tables.Bookauthor;
|
import com.baeldung.jooq.jointables.public_.tables.Bookauthor;
|
||||||
import com.baeldung.jooq.jointables.public_.tables.Store;
|
import com.baeldung.jooq.jointables.public_.tables.Store;
|
||||||
|
|
||||||
public class JoinTablesIntegrationTest {
|
public class JoinTablesLiveTest {
|
||||||
|
|
||||||
static DSLContext context;
|
static DSLContext context;
|
||||||
|
|
Loading…
Reference in New Issue