From 169428df02d3b29d6603366ebbee5f5c51022dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A1=E1=86=AB=E1=84=82=E1=85=A1=E1=84=8B?= =?UTF-8?q?=E1=85=A7=E1=86=BC?= Date: Fri, 7 Jun 2024 16:18:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EA=B2=BD=EB=A1=9C=EB=AA=85=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hanaro/triptogether/common/firebase/FirebaseConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java b/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java index 6f731eb..693eefa 100644 --- a/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java +++ b/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java @@ -21,7 +21,7 @@ public class FirebaseConfig { @Bean public FirebaseApp firebaseApp() throws IOException { - InputStream resource = new ClassPathResource("triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream(); + InputStream resource = new ClassPathResource("src/main/resources/triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream(); // JsonReader jsonReader = new JsonReader(new InputStreamReader(resource)); // jsonReader.setLenient(true);