From 8ee1c7cdd7e3a714f45fcdf7654930e30e5f61f4 Mon Sep 17 00:00:00 2001 From: selim Date: Fri, 5 Oct 2018 00:22:48 +0200 Subject: [PATCH] Switch back server port to 8080 --- src/main/resources/application.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c2d0ba9..813fe46 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,6 +11,4 @@ spring.datasource.driver-class-name=org.h2.Driver spring.jpa.hibernate.ddl-auto=create-drop # Log configuration -logging.level.com.coladay=DEBUG - -server.port = 8090 \ No newline at end of file +logging.level.com.coladay=DEBUG \ No newline at end of file