BAEL-4642: Open API Server Implementation using OpenAPI Generator (#10598)

* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642: Open API Server Implementation using OpenAPI Generator

* BAEL-4642
This commit is contained in:
freelansam
2021-03-28 23:00:44 +05:30
committed by GitHub
parent b45902f460
commit 326d935107
5 changed files with 207 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.JobRunrSpringBootApp;
import java.net.URI;
import java.util.concurrent.TimeUnit;