generating swagger-ui and controller interface using openapi.yml 25/122825/4
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 22 Jul 2021 15:53:53 +0000 (11:53 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Fri, 23 Jul 2021 12:39:12 +0000 (08:39 -0400)
commit22fe2165bed771fdd4c452891646076aecb22ac3
treec40ba41a039ae4f275b6eea0ff62dbc77f76d50d
parent092d4a0b4eb6011b16d223f0c1d5072fdb5f6abb
generating swagger-ui and controller interface using openapi.yml

Issue-ID: CPS-387
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I3e9742407148efcb16d8d79411e4de6738796f86
README.md
docs/api/swagger/openapi.yml
pom.xml
src/main/java/org/onap/cps/temporal/controller/rest/QueryController.java [new file with mode: 0644]
src/main/java/org/onap/cps/temporal/controller/web/QueryController.java [deleted file]
src/main/resources/application.yml
src/test/groovy/org/onap/cps/temporal/controller/rest/QueryControllerSpec.groovy [new file with mode: 0644]
src/test/groovy/org/onap/cps/temporal/controller/web/QueryControllerSpec.groovy [deleted file]
src/test/resources/application.yml