refactord RestMusicAdminAPI.java as per spring MVC 60/76060/1
authorSandeep J <sandeejh@in.ibm.com>
Mon, 21 Jan 2019 10:13:09 +0000 (15:43 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Mon, 21 Jan 2019 10:13:53 +0000 (15:43 +0530)
commitd8c44ad0273ee54d8ee94ab2be06330cac9c08f3
treefd4b5a28d42128b2de7a79d1d878096df7d6d431
parent0a1489a7f3103a290db8455fcce9b4391b19e053
refactord RestMusicAdminAPI.java as per spring MVC

refactored the class and updated unit test cases as per the code changes

Issue-ID: MUSIC-212
Change-Id: Id66854be3894d36e2c2b0a6d86c2f6bb29e48db6
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
pom.xml
src/main/java/org/onap/music/datastore/jsonobjects/JsonOnboard.java
src/main/java/org/onap/music/rest/RestMusicAdminAPI.java
src/main/java/org/onap/music/rest/repository/RestMusicAdminRepository.java [new file with mode: 0644]
src/main/java/org/onap/music/rest/repository/impl/RestMusicAdminRepositoryImpl.java [new file with mode: 0644]
src/main/java/org/onap/music/rest/service/RestMusicAdminService.java [new file with mode: 0644]
src/main/java/org/onap/music/rest/service/impl/RestMusicAdminServiceImpl.java [new file with mode: 0644]
src/main/java/org/onap/music/rest/util/RestMusicAdminAPIUtil.java [new file with mode: 0644]
src/main/resources/application.properties
src/test/java/org/onap/music/unittests/TestRestMusicAdminAPI.java [new file with mode: 0644]
src/test/java/org/onap/music/unittests/TestRestMusicData.java