chore: apply spring java format#338
Merged
Merged
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.
Summary
Spring Java Format을 도입하고 전체 Java 소스에 포맷을 적용했습니다.
Problem
기존 Spotless google-java-format AOSP 설정은 Spring 코드 스타일과 맞지 않는 포맷 결과를 만들 수 있었고, 포맷 기준도 프로젝트 문서와 CI에 분산되어 있었습니다.
Solution
Spring 공식 포맷터인
io.spring.javaformat으로 교체하고, CI와 문서의 포맷 명령을checkFormat/format기준으로 정리했습니다.Changes
./gradlew format적용./gradlew checkFormat test로 변경.editorconfig,AGENTS.md, repository convention 문서를 Spring Java Format 기준으로 갱신Example
Validation:
Related Issues
없음