initial commit for CDT proxy Service 85/46985/4
authorKumar, Amaresh (ak583p) <ak583p@us.att.com>
Thu, 10 May 2018 09:05:25 +0000 (14:35 +0530)
committerPatrick Brady <pb071s@att.com>
Fri, 11 May 2018 02:14:16 +0000 (19:14 -0700)
commit4d2e296cb512550448d7b0114ffdbdc6f3174b19
treeed4fb3f81246734c5a4b64672685d562d78f1985
parent6c7ccba2b14dc4a552999a4d169d107c408fe661
initial commit for CDT proxy Service

Initial commit for CDT proxy server to fix CORS Issues.

Issue-ID: APPC-885
Change-Id: Idf2688dbca3fd6c25636544147ed5b23a5a4ed7f
Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>
14 files changed:
.gitignore
CdtProxyService/pom.xml [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/MainApplication.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/SwaggerConfig.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/controller/CdtController.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/domain/DesignRequest.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/domain/GetDesignRequest.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/domain/Input.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/domain/Payload.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/exceptions/ApiError.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/exceptions/GlobalExceptionHandler.java [new file with mode: 0644]
CdtProxyService/src/main/java/org/onap/appc/cdt/service/exceptions/ResourceNotFoundException.java [new file with mode: 0644]
CdtProxyService/src/main/resources/application.properties [new file with mode: 0644]
pom.xml