From cce905aa8f22aced3e5a2ffeb7fb97f2d576bcc3 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 17:00:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20git=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= 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, 2 insertions(+) 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 86a606f..296971c 100644 --- a/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java +++ b/src/main/java/com/hanaro/triptogether/common/firebase/FirebaseConfig.java @@ -21,12 +21,14 @@ public class FirebaseConfig { @Bean public FirebaseApp firebaseApp() throws IOException { + System.out.println("fcm"); InputStream resource = new ClassPathResource("triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json").getInputStream(); // JsonReader jsonReader = new JsonReader(new InputStreamReader(resource)); // jsonReader.setLenient(true); byte[] jsonBytes = resource.readAllBytes(); + System.out.println("fcm"); String jsonString = new String(jsonBytes, StandardCharsets.UTF_8); System.out.println("fcm"+jsonString);