Skip to content

Fix: Jackson 버전에 맞지 않는 코드 수정#12

Merged
dungbik merged 1 commit intomainfrom
refactor/project-structure
Apr 3, 2026
Merged

Fix: Jackson 버전에 맞지 않는 코드 수정#12
dungbik merged 1 commit intomainfrom
refactor/project-structure

Conversation

@dungbik
Copy link
Copy Markdown
Contributor

@dungbik dungbik commented Apr 3, 2026

Summary by CodeRabbit

릴리스 노트

  • Chores
    • 날짜/시간 형식 설정을 프로그래매틱 구성으로 재구성했습니다.

@dungbik dungbik requested a review from stoneTiger0912 April 3, 2026 05:06
@dungbik dungbik self-assigned this Apr 3, 2026
@dungbik dungbik added the bug Something isn't working label Apr 3, 2026
@dungbik dungbik merged commit 97095e7 into main Apr 3, 2026
1 of 3 checks passed
@dungbik dungbik deleted the refactor/project-structure branch April 3, 2026 05:06
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 3, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e58d8a6b-a899-4a31-a28c-aba036338ae4

📥 Commits

Reviewing files that changed from the base of the PR and between a6a7427 and 08a875f.

📒 Files selected for processing (2)
  • src/main/java/flipnote/user/infrastructure/config/AppConfig.java
  • src/main/resources/application.yml

개요

Jackson의 LocalDateTime 직렬화 설정을 애플리케이션 구성에서 프로그래매틱 Bean 정의로 마이그레이션했습니다. YAML 파일에서 날짜 포맷 설정(yyyy-MM-dd HH:mm:ss)을 제거하고 AppConfig 클래스에 jacksonCustomizer() Bean 메서드를 추가했습니다.

변경사항

Cohort / File(s) 요약
Jackson 설정 마이그레이션
src/main/java/flipnote/user/infrastructure/config/AppConfig.java
JsonMapperBuilderCustomizer Bean을 추가하여 LocalDateTime 직렬화 패턴(yyyy-MM-dd HH:mm:ss)을 프로그래매틱으로 등록합니다.
YAML 설정 정리
src/main/resources/application.yml
spring.jackson.date-formatspring.jackson.serialization.write-dates-as-timestamps 속성을 제거합니다.

코드 리뷰 예상 소요 시간

🎯 2 (Simple) | ⏱️ ~10분

🐰 Jackson의 설정을 옮겨주며,
날짜 포맷은 Bean 안에 깃들고,
YAML은 한 줄 더 가벼워졌네.
날짜를 깔끔하게 yyyy-MM-dd HH:mm:ss

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/project-structure

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant