Initial cps-nf-proxy-rest module setup in CPS project 64/117064/9
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Fri, 22 Jan 2021 10:53:01 +0000 (12:53 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 26 Jan 2021 05:53:27 +0000 (07:53 +0200)
commit9f52f60a2e70f2344c671af28e62fe2315ee8e02
treee02fff6a25ad49e177522e14ed3cc646d7ffd06f
parenta2f384de843c3c3f68d2d371d185c71a900e9810
Initial cps-nf-proxy-rest module setup in CPS project

Issue-ID: CPS-171
Change-Id: I8998dc2818b6bc07fc4fe25a2d735b4ab8b4b817
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
15 files changed:
cps-bom/pom.xml
cps-nf-proxy-rest/docs/openapi/components.yaml [new file with mode: 0644]
cps-nf-proxy-rest/docs/openapi/openapi.yml [new file with mode: 0755]
cps-nf-proxy-rest/docs/openapi/xnfProxy.yml [new file with mode: 0644]
cps-nf-proxy-rest/pom.xml [new file with mode: 0755]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/Application.java [new file with mode: 0644]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/config/NfProxyConfig.java [new file with mode: 0755]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/rest/controller/NfProxyController.java [new file with mode: 0644]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/rest/exceptions/NfProxyRestExceptionHandler.java [new file with mode: 0644]
cps-nf-proxy-rest/src/main/resources/application.yml [new file with mode: 0644]
cps-nf-proxy-rest/src/main/resources/openapi-configuration.json [new file with mode: 0644]
cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/config/NfProxyConfigSpec.groovy [new file with mode: 0644]
cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/rest/controller/NfProxyControllerSpec.groovy [new file with mode: 0644]
cps-parent/pom.xml
pom.xml