aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorSandeep J <sandeejh@in.ibm.com>2018-12-11 19:59:13 +0530
committerTschaen, Brendan <ctschaen@att.com>2018-12-12 17:16:11 -0500
commite71ad4704a4a16874be65f40713009e13ce4eabf (patch)
treea78ef47ed3a14a2021b128d04b3b866ab8a05878 /src/main/resources/application.properties
parent24c82cbc9ccdcfab25b304bc4c1660dca304bdb9 (diff)
added files to convert project to spring boot
also made changes to pom to add required dependencies. fix junit cases, upgrading to mockito 2.x Issue-ID: MUSIC-212 Change-Id: Ieeeaa6d62e03e962534182183aae8ae838d93eba Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 00000000..cdeaa6e0
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,2 @@
+keyspace.name=VotingAppForMusic
+server.port=1010 \ No newline at end of file