From ddf2a6a1ebda7c7751b35d34b9d417e9f3a72743 Mon Sep 17 00:00:00 2001 From: Jitender Date: Fri, 4 Jan 2019 08:15:51 +0530 Subject: [PATCH 1/2] added server http port in yaml config. --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d41b90a..d1885ed 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,7 @@ server: context-path: /nynja + http: + port: 8080 spring: mvc: async: -- GitLab From cde4d33ac0ca9ee187dcc3525778ab9537cd8791 Mon Sep 17 00:00:00 2001 From: Oleg Zhymolokhov Date: Tue, 8 Jan 2019 13:25:03 +0200 Subject: [PATCH 2/2] server-port-config: Updated port config. --- src/main/resources/application.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d1885ed..c0cf212 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,6 @@ server: context-path: /nynja - http: - port: 8080 + port: 8080 spring: mvc: async: -- GitLab