demo-jasper-report/src/test/kotlin/com/example/demo/DemoApplicationTests.kt
2020-11-24 16:25:26 +07:00

14 lines
202 B
Kotlin

package com.example.demo
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class DemoApplicationTests {
@Test
fun contextLoads() {
}
}