From 1af2f9645a2d6c3ae01958c3ef65ee1a7e622123 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sat, 8 Sep 2018 10:19:21 +0400 Subject: [PATCH] change ports --- src/main/resources/application.properties | 4 ++-- src/main/resources/templates/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a2821bd..7ec8173 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=443 -server.http.port=80 +server.port=8443 +server.http.port=8080 spring.http.multipart.maxFileSize=20MB spring.http.multipart.maxRequestSize=20MB # Thymeleaf Settings diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index f6e03e6..658e5d8 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -102,7 +102,7 @@
- +