Bael 7668 hotfix ()

* 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:
Wynn Teo 2024-04-11 08:03:45 +08:00 committed by GitHub
parent af3a000b1e
commit c8bb1e301f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.Store;
public class JoinTablesIntegrationTest {
public class JoinTablesLiveTest {
static DSLContext context;