Application de gestion de projets. Un projet doit affecté à un utilisateur et une société qui existent

EurekaDiscoveryServerApplicationTests.java 251B

12345678910111213
  1. package fr.natan.microservices.eurekadiscoveryserver;
  2. import org.junit.jupiter.api.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class EurekaDiscoveryServerApplicationTests {
  6. @Test
  7. void contextLoads() {
  8. }
  9. }

Powered by TurnKey Linux.