MicroservicesTutorial/config-service/src/test/java/com/example/configservice/ConfigServiceApplicationTes...

14 lines
224 B
Java

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