From 1a789399e9b0e1182cd1e534d1eef635341b3d0f Mon Sep 17 00:00:00 2001 From: HwanGonJang Date: Fri, 2 Feb 2024 19:11:18 +0900 Subject: [PATCH] fix: workflow --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 33447880..b25b6961 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -53,4 +53,6 @@ logging: filter: CommonsRequestLoggingFilter: DEBUG hibernate: - SQL: DEBUG \ No newline at end of file + SQL: DEBUG +server: + port: 5000