Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FCM] FCM Account Key 주입 방식 변경(#84) #85

Merged
merged 3 commits into from
May 16, 2024

Conversation

Minjae-An
Copy link
Contributor

작업 대상

  • FCM Account Key 주입 방식 변경

📄 작업 내용

  • 기존 로직에선 classpath:~ 형식의 경로로 resources/ 하에 존재하는 fcm account key 파일에 접근
  • IDE에선 잘 실행되나 배포 시 해당 경로를 인식하지 못해 File Not Found 에러가 발생
  • 접근 경로를 fcm/fcm-account-key.json으로 변경하고 spring에서 제공하는 ClassPathResource를 활용하도록 수정
  • 이외 기타 잘못된 일부 명세 수정

🙋🏻 주의 사항

📎 관련 이슈

레퍼런스

Minjae-An added 3 commits May 15, 2024 15:40
- 기존에는 'classpath:~' 를 루트로 하는 경로를 이용해 fcm account key를 접근
- 배포시에 해당 경로를 인식하지 못해 리소스를 접근하지 못하는 에러 발생
- spring에서 제공하는 ClassPathResource를 이용하여 접근하는 방식으로 변경
@Minjae-An Minjae-An added the 🐞 fix 버그 수정 label May 15, 2024
@Minjae-An Minjae-An requested a review from acceptor-gyu May 15, 2024 06:59
@Minjae-An Minjae-An self-assigned this May 15, 2024
@Minjae-An Minjae-An linked an issue May 15, 2024 that may be closed by this pull request
@Minjae-An Minjae-An merged commit 8bbaade into dev May 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] fix : FCM Account Key 주입 방법 수정
2 participants