Fix/잘못된 db를 바라보던 문제 수정#6
Merged
GoGradually merged 2 commits intomasterfrom Dec 21, 2025
Hidden character warning
The head ref may contain hidden characters: "fix/\uc798\ubabb\ub41c-db\ub97c-\ubc14\ub77c\ubcf4\ub358-\ubb38\uc81c-\uc218\uc815"
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
이 PR은 데이터베이스 연결 설정 오류를 수정합니다. 인증 서비스가 잘못된 데이터베이스(pinit_notification)를 참조하고 있던 문제를 올바른 데이터베이스(pinit_auth)로 수정하였습니다.
- dev 및 prod 환경의 데이터베이스 URL을
pinit_notification에서pinit_auth로 변경 - SecurityConfig의 @value 어노테이션을 간결하게 정리
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/main/resources/application-prod.yml | 프로덕션 환경의 데이터베이스 이름을 pinit_notification에서 pinit_auth로 수정 |
| src/main/resources/application-dev.yml | 개발 환경의 데이터베이스 이름을 pinit_notification에서 pinit_auth로 수정 |
| src/main/java/me/gg/pinit/authenticate/config/SecurityConfig.java | @value 어노테이션을 전체 경로에서 이미 import된 간단한 형식으로 변경 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경된 점