From f4fd9505fc266b605aa3de057b0d735c21ad16c3 Mon Sep 17 00:00:00 2001 From: Ahn Su-gyeong <88311377+ahnsugyeong@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:47:59 +0900 Subject: [PATCH] =?UTF-8?q?[Hotfix]=20access=20key=20=EA=B5=90=EC=B2=B4=20?= =?UTF-8?q?(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Refactor/#81] teamMember link method change & test code check * [Refactor/#81] entity field setting refactoring * [refactor/#81] AuthenticationPrincipal custom set feat * [Refactor/#81] followApiController ref * [Feat/#82] oauth2 setting * [Feat/#82] google,naver,kakao ID&PW was issued(application-security.yml) * [Feat/#82] resolve issue problem in Notion * [Feat/#82] naver, google login test * [Hotfix] access key 교체 --------- Co-authored-by: hann --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d541510..a24c1f82 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ out/ ### Security ### application-security.yml +application-s3.yml ### DB ### application-real-db.yml