From 496689199c0b799a1f66b44c6299dbc493d527f4 Mon Sep 17 00:00:00 2001 From: zaien24 Date: Wed, 26 Aug 2020 10:53:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=ED=8A=B8=20=EB=B3=80=EA=B2=BD=20:=208?= =?UTF-8?q?081?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4d4784e36..0ca707684 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,3 +23,6 @@ logging.level.org.springframework=INFO # Maximum time static resources should be cached spring.resources.cache.cachecontrol.max-age=12h + +#port +server.port=8081