backend-sample-config-client/src/test/java/com/cubetiqs/example/configclient/BackendConfigClientApplicat...

14 lines
238 B
Java
Raw Normal View History

2020-06-24 09:59:10 +07:00
package com.cubetiqs.example.configclient;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BackendConfigClientApplicationTests {
@Test
void contextLoads() {
}
}