Adding new sub repo and modules, along with rest endpoint, test case and Spring Appli... 73/121673/15
authorDylanB95EST <dylan.byrne@est.tech>
Wed, 2 Jun 2021 18:45:46 +0000 (19:45 +0100)
committerDylanB95EST <dylan.byrne@est.tech>
Fri, 11 Jun 2021 10:04:17 +0000 (11:04 +0100)
commitb5a238326e5fc5e240acb11f52748774c2f6da40
tree1dd5657c59efa00dd98d39d813e10446d498c585
parent429f06a7e721b88b495921f9853ea2f7f827f925
Adding new sub repo and modules, along with rest endpoint, test case and Spring Application class

Issue-ID: CPS-431

Change-Id: I6fd4379df6133108c1f8f2a5339f990f16773ad6
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
.gitignore [new file with mode: 0644]
docs/openapi/components.yml [new file with mode: 0644]
docs/openapi/openapi.yml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/Application.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/rest/controller/DmiRestController.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/service/DmiService.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/service/DmiServiceImpl.java [new file with mode: 0644]
src/main/resources/application.yml [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/rest/controller/DmiRestControllerSpec.groovy [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/service/DmiServiceImplSpec.groovy [new file with mode: 0644]