init service: base structure, some api-methods, migrations

This commit is contained in:
Denis Savosin
2024-09-25 10:08:52 +07:00
commit 6cfc4382d4
33 changed files with 787 additions and 0 deletions

View 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() {
}
}