first commit
This commit is contained in:
commit
ec0dc019d8
29 changed files with 1458 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
package fr.cardon.simpleat;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class SimpleatApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue