Add ncmp endpoints to swagger-ui 94/123694/11
authorRenu Kumari <renu.kumari@bell.ca>
Mon, 30 Aug 2021 15:50:43 +0000 (11:50 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Wed, 1 Sep 2021 12:35:15 +0000 (08:35 -0400)
commit4d520016514834bef903401518be5989b390874a
tree83fa301d088792431ce1c99f0f313083078a0b25
parent7edbeb6d5853206cc1d3b4cadd7ba50e96f4f04d
Add ncmp endpoints to swagger-ui

- added ncmp-enpoints to swagger-ui
- removed springfox dependencies
- removed Docket configuration as we are loading ui from openapi.yml
- removed endpoints which are not implemented
- Fixed ncmp basepath as per CPS-616

Issue-ID: CPS-601
Issue-ID: CPS-616
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I03c7789f48a12d3ffd5fcb934d7ba6347d4044e4
22 files changed:
cps-application/src/main/resources/application.yml
cps-ncmp-rest/docs/openapi/ncmproxy.yml
cps-ncmp-rest/docs/openapi/openapi.yml
cps-ncmp-rest/pom.xml
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/config/NetworkCmProxyConfig.java [deleted file]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/config/NetworkCmProxyConfigSpec.groovy [deleted file]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy
cps-ncmp-rest/src/test/resources/application.yml
cps-ncmp-service/src/test/resources/application.yml [deleted file]
cps-parent/pom.xml
cps-rest/docs/openapi/components.yml [moved from cps-rest/src/main/resources/static/components.yml with 98% similarity]
cps-rest/docs/openapi/cpsAdmin.yml [moved from cps-rest/src/main/resources/static/cpsAdmin.yml with 90% similarity]
cps-rest/docs/openapi/cpsData.yml [moved from cps-rest/src/main/resources/static/cpsData.yml with 90% similarity]
cps-rest/docs/openapi/cpsQuery.yml [moved from cps-rest/src/main/resources/static/cpsQuery.yml with 100% similarity]
cps-rest/docs/openapi/openapi.yml [moved from cps-rest/src/main/resources/static/openapi.yml with 92% similarity]
cps-rest/pom.xml
cps-rest/src/main/java/org/onap/cps/config/CpsConfig.java
cps-rest/src/main/java/org/onap/cps/rest/controller/AdminRestController.java
cps-rest/src/main/java/org/onap/cps/rest/controller/DataRestController.java
cps-rest/src/test/groovy/org/onap/cps/config/CpsConfigSpec.groovy
docker-compose/README.md
docs/api/swagger/openapi.yml