This commit is contained in:
Olivier PARPAILLON
2025-07-08 15:13:15 +02:00
commit c226657ca6
17 changed files with 639 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package fr.eni.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}