feat: compilation now occurs in docker

This commit is contained in:
Pierre Tellier
2025-02-04 15:47:06 +01:00
parent 90b5ba3efb
commit 9ec2791bcb
13 changed files with 19 additions and 264 deletions

View File

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