Skip to content

chore: apply spring java format#338

Merged
SolfE merged 1 commit into
developfrom
chore/apply-java-formatting
Jun 23, 2026
Merged

chore: apply spring java format#338
SolfE merged 1 commit into
developfrom
chore/apply-java-formatting

Conversation

@SolfE

@SolfE SolfE commented Jun 23, 2026

Copy link
Copy Markdown
Member

Summary

Spring Java Format을 도입하고 전체 Java 소스에 포맷을 적용했습니다.

Problem

기존 Spotless google-java-format AOSP 설정은 Spring 코드 스타일과 맞지 않는 포맷 결과를 만들 수 있었고, 포맷 기준도 프로젝트 문서와 CI에 분산되어 있었습니다.

Solution

Spring 공식 포맷터인 io.spring.javaformat으로 교체하고, CI와 문서의 포맷 명령을 checkFormat/format 기준으로 정리했습니다.

Changes

  • Spotless google-java-format 설정을 제거하고 Spring Java Format Gradle plugin 적용
  • 전체 Java 소스에 ./gradlew format 적용
  • PR 테스트 워크플로를 ./gradlew checkFormat test로 변경
  • .editorconfig, AGENTS.md, repository convention 문서를 Spring Java Format 기준으로 갱신

Example

./gradlew checkFormat
./gradlew format

Validation:

./gradlew checkFormat
./gradlew check

Related Issues

없음

@SolfE SolfE marked this pull request as ready for review June 23, 2026 10:10
@SolfE SolfE merged commit f9f8182 into develop Jun 23, 2026
1 check passed
@SolfE SolfE deleted the chore/apply-java-formatting branch June 23, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant