12 lines
222 B
Kotlin
12 lines
222 B
Kotlin
package io.visus.demos.kotlinapi
|
|
|
|
import org.junit.jupiter.api.Test
|
|
import org.springframework.boot.test.context.SpringBootTest
|
|
|
|
@SpringBootTest
|
|
class KotlinApiApplicationTests {
|
|
@Test
|
|
fun contextLoads() {
|
|
}
|
|
}
|