From 7fe6bf662cd50f78f0dd45d14d2b58cb428ec86f Mon Sep 17 00:00:00 2001 From: siniya70 Date: Wed, 2 Aug 2023 17:37:26 +0900 Subject: [PATCH] =?UTF-8?q?ssl=20yml=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b81f069b..7f69117d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ server: port: 18080 servlet: - context-path: / + context-path: /fims ssl: enabled: true