DataJPA/src/test/kotlin/com/chantha/jdbc/JdbcApplicationTests.kt
2020-05-15 17:20:27 +07:00

14 lines
202 B
Kotlin

package com.chantha.jdbc
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class JdbcApplicationTests {
@Test
fun contextLoads() {
}
}