mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
init service: base structure, some api-methods, migrations
This commit is contained in:
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() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user