Open
Conversation
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.
##사용한 프레임워크
##특이사항
엔티티 설정에서 DB 컬럼 명과 일치하지 않아 생기는 오류를 발견하여 해결할 수 있었습니다.
express와 같이 env로 환경변수 설정을 했었지만 스프링 부트 환경에서 여러 변수들로 인해 applicaion.yml 방식으로 변경 했습니다.
프로젝트 개발하는 것처럼 진행해야 했는데 모르는게 너무 많아서 공부 위주로 진행한것 같습니다. 아쉽지만 그래도 주말 동안 스프링 부트를 공부에 집중할 수 있어 좋았습니다!
아래 이미지와 같은 순서로 공부 하면서 프로젝트 진행 했습니다.