MicroservicesTutorial/eureka-service/src/test/java/com/example/eurekaservice/EurekaServiceApplicationTes...

14 lines
224 B
Java

package com.example.eurekaservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EurekaServiceApplicationTests {
@Test
void contextLoads() {
}
}