From 30ea73f5359faa0847eb100a93dd1ee511df9c15 Mon Sep 17 00:00:00 2001 From: anthonyraymond Date: Wed, 7 Jun 2017 23:09:55 +0200 Subject: [PATCH] Change spring's default port --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b6b497c..56819c1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,2 @@ -spring.main.banner-mode=off \ No newline at end of file +spring.main.banner-mode=off +server.port=5081 \ No newline at end of file