From 0955388f277095bc08017cbc1466f58b572f7f8f Mon Sep 17 00:00:00 2001 From: T-Midnight Date: Thu, 2 May 2019 22:00:53 +0400 Subject: [PATCH] #117 fix port --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 64194c9..038ddcf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Server Settings spring.main.banner-mode=off server.port=8443 -server.http.port=8888 +server.http.port=8080 spring.http.multipart.maxFileSize=20MB spring.http.multipart.maxRequestSize=20MB # Thymeleaf Settings