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

[Feat] MySQL RDS 연결 및 WAS Profile 분리 실행환경 구성 #70

Merged
merged 5 commits into from
Sep 26, 2024

Conversation

loveysuby
Copy link
Contributor

🚀 Related Issue

close: #61 #68

📌 Tasks

  • AWS RDS | MySQL DB 연결
  • profile 별 실행환경 구성

📝 Details

  • WAS 내 application.yml은 아래와 같이 관리합니다.

    • ${ProfileName} : "subProfile1, subProfile2, subProfile3, ... "
  • Group 도메인을 참조하는 Member, RollingPaper 엔티티의 외래키 참조 테이블명 파싱 문제가 발생합니다.

    • group_id로 등록된 기존 필드명을 수정했습니다. (MySQL group 예약어 참조에 의한 오류)

📚 Remarks

Points or opinions to share teams

@loveysuby loveysuby added ✨ feat Improve performance or feature 🥵 hart labels Sep 26, 2024
@loveysuby loveysuby self-assigned this Sep 26, 2024
@loveysuby loveysuby linked an issue Sep 26, 2024 that may be closed by this pull request
2 tasks
@loveysuby loveysuby merged commit de427c4 into develop Sep 26, 2024
1 check passed
@loveysuby loveysuby deleted the feat/68 branch September 26, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat Improve performance or feature 🥵 hart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] WAS 배포 환경 Profile 분리 구성 [Feat] MySQL RDS 연동 및 데이터 이전
1 participant