1
0
forked from PGL/Clyde

base of backend

Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Reviewed-on: PGL/Clyde#29
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
This commit is contained in:
2024-02-23 12:00:36 +01:00
committed by Debucquoy Anthony
parent b9fec5e7b4
commit fb6527afd5
18 changed files with 610 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package ovh.herisson.Clyde;
import org.junit.jupiter.api.Test;
// import org.springframework.boot.test.context.SpringBootTest;
// @SpringBootTest
class ClydeApplicationTests {
@Test
void contextLoads() {
}
}