Initial Commit
This commit is contained in:
commit
75a73ad16a
11 changed files with 459 additions and 0 deletions
13
src/test/kotlin/com/example/demo/DemoApplicationTests.kt
Normal file
13
src/test/kotlin/com/example/demo/DemoApplicationTests.kt
Normal file
|
@ -0,0 +1,13 @@
|
|||
package com.example.demo
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
|
||||
@SpringBootTest
|
||||
class DemoApplicationTests {
|
||||
|
||||
@Test
|
||||
fun contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue