Add ShadowJar compatibility and Query file can be define name with comment
Add Migration and Query definition class Add Docker DB for tests
This commit is contained in:
@@ -9,7 +9,7 @@ import java.io.File
|
||||
|
||||
@TestInstance(PER_CLASS)
|
||||
abstract class TestAbstract {
|
||||
protected val connection = Connection(database = "test_json", username = "test", password = "test")
|
||||
protected val connection = Connection(database = "json_test", username = "test", password = "test", port = 5555)
|
||||
|
||||
@BeforeEach
|
||||
fun beforeAll() {
|
||||
|
||||
Reference in New Issue
Block a user