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.
어떤 내용에 대한 PR인가요?
프로젝트 환경 세팅입니다.
redis, batch ...은 담당자가 세팅하셔서 개발하시면 될 것 같습니다!
변경 사항
도커 이용한 로컬 개발 환경 구축
에 가시면 README 파일로 실행 방법을 작성해두었습니다.
git hooks를 이용한 spoltess 자동화
기존에는
./gradlew spotlessCheck
를 통해 lint에 컨벤션에 맞지 않는 코드가 있다면/gradlew spoltlessApply
를 통해 린트를 적용했어야 하는데요해당 과정에 번거롭기도 하고, 자동화를 하면 편리하기 때문에
git hooks를 통해 git commit시에 자동으로
/gradlew spoltlessApply
를 실행하도록 설정해놓았습니다.appplication.yml 파일 관련
추가적으로 로컬 개발 환경과 현 프로젝트를 연동하고 싶으신 분은 application.yml 을 이용하시면 됩니다!
무엇을 위주로 보면 좋을까요?
프로젝트 세팅에 추가되면 좋을 사항 있으면 알려주세요!
관련된 이슈
closes (#6 )
테스트 방법