From f9cbd1edb84c4d9aa4cb38b777fb78080dc48fc0 Mon Sep 17 00:00:00 2001 From: suhaoh Date: Mon, 2 Sep 2024 11:05:11 +0900 Subject: [PATCH] =?UTF-8?q?[16]=20server-url=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 158de86..b855bf8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -28,4 +28,5 @@ springdoc: api-docs: path: /api-docs/json default-produces-media-type: application/json;charset=UTF-8 - default-consumes-media-type: application/json;charset=UTF-8 \ No newline at end of file + default-consumes-media-type: application/json;charset=UTF-8 + server-url: http://localhost:8080 \ No newline at end of file