From e638628b22fef6f480fa104cd696834dddf6c030 Mon Sep 17 00:00:00 2001 From: virajput Date: Thu, 31 Aug 2017 15:46:27 +0530 Subject: added spring boot example using msb java sdk Issue-Id: MSB-23 Change-Id: Ic3caf7d63a4588aab73df1b07da3d15d6edfa485 Signed-off-by: virajput --- example-spring-boot/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 example-spring-boot/src/main/resources/application.properties (limited to 'example-spring-boot/src/main/resources/application.properties') diff --git a/example-spring-boot/src/main/resources/application.properties b/example-spring-boot/src/main/resources/application.properties new file mode 100644 index 0000000..001e1f0 --- /dev/null +++ b/example-spring-boot/src/main/resources/application.properties @@ -0,0 +1 @@ +server.contextPath=/api/v1 \ No newline at end of file -- cgit 1.2.3-korg