Added license header and other review comments 45/9745/2
authorvirajput <vijendra_rajput@infosys.com>
Thu, 31 Aug 2017 19:19:58 +0000 (00:49 +0530)
committerVijendra Rajput <vijendra_rajput@infosys.com>
Fri, 1 Sep 2017 05:21:09 +0000 (05:21 +0000)
commitae4b66d2e236855929313c6b2b4cbfe448ee4184
tree1edcee5a4e277f1ca353c5e82e7ee3abdd3762a5
parente638628b22fef6f480fa104cd696834dddf6c030
Added license header and other review comments

Issue-Id: MSB-23
Change-Id: I58ac54a53d8fb281c6284139ba5323732f3ec773
Signed-off-by: virajput <vijendra_rajput@infosys.com>
example-spring-boot/pom.xml
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/ContextRefreshedListener.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/EmployeeServiceClient.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/ExampleClient.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/SpringBootApp.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/common/MsbHelper.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/controller/EmployeeController.java [new file with mode: 0644]
example-spring-boot/src/main/java/org/onap/msb/sdk/example/springboot/model/Employee.java [new file with mode: 0644]