Initial Commit

This commit is contained in:
Florian RICHER 2024-01-02 19:29:16 +01:00
commit 75a73ad16a
11 changed files with 459 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() {
}
}