[Feat] MySQL RDS 연결 및 WAS Profile 분리 실행환경 구성 #70
Merged
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.
🚀 Related Issue
close: #61 #68
📌 Tasks
📝 Details
WAS 내
application.yml
은 아래와 같이 관리합니다.${ProfileName}
: "subProfile1, subProfile2, subProfile3, ... "Group
도메인을 참조하는Member
,RollingPaper
엔티티의 외래키 참조 테이블명 파싱 문제가 발생합니다.group_id
로 등록된 기존 필드명을 수정했습니다. (MySQL group 예약어 참조에 의한 오류)📚 Remarks