Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c59ccafcd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,3 @@ | |||
| DB_USER=bcy1234 | |||
There was a problem hiding this comment.
.env에 DB_USER/DB_PW가 포함된 상태로 커밋되면 저장소 접근자 누구나 접속 정보를 확인할 수 있고, Git 이력에 남아 비밀번호를 바꿔도 노출 흔적이 유지됩니다. Spring 학습 관점에서도 설정을 저장소에 고정하는 나쁜 습관이 생기므로 이 파일은 추적에서 제거(git rm --cached .env)하고, 샘플은 .env.example로 분리한 뒤 application.yml에서 ${DB_USER}처럼 외부 설정으로 바인딩하세요; 다음 학습 주제로 Externalized Configuration과 @ConfigurationProperties를 추천합니다.
Useful? React with 👍 / 👎.
| !**/src/test/**/build/ | ||
|
|
||
| ### 민감정보 ### | ||
| Chanyeol/.env |
There was a problem hiding this comment.
🔗 연관 이슈
#13
🛠 작업 내용
도메인형 아키텍처 형태로 member, mission, ask, review 도메인으로 나누어 프로젝트 세팅
🖼 스크린샷 (선택)
👀 리뷰 요구사항 (선택)
🤖 AI 활용
💬 나의 프롬프트
🧠 AI 응답
✅ 내가 최종 선택한 방법 (이유)
💡 나만의 Tip (선택)