Skip to content

[feat] 공통 유틸(common) 구현#20

Merged
Doritosch merged 12 commits intodevfrom
feat/15
Nov 5, 2025
Merged

[feat] 공통 유틸(common) 구현#20
Doritosch merged 12 commits intodevfrom
feat/15

Conversation

@Doritosch
Copy link
Collaborator

#️⃣연관된 이슈

close #15

🪄작업 내용

feat : BaseEntity 구현 및 @SoftDeletable 어노테이션 추가

  • 엔티티의 생성, 수정, 삭제 이력을 추적할 수 있도록 BaseEntity를 구현했습니다.
  • BaseEntity에 삭제 및 삭제 여부 검증 메서드를 추가했습니다.
  • 엔티티 조회 시 별도의 조건문 없이 삭제 여부를 자동으로 필터링할 수 있도록 @SoftDeletable 어노테이션을 추가했습니다.

feat : PagingUtils 및 공통 페이지 요청/응답 DTO 추가

  • 페이징 요청 시 기본 size는 10이며 10, 30, 50 외의 다른 값이 들어오면 10으로 고정하도록 했습니다.
  • PagingUtils 및 페이지 요청/응답 DTO를 추가했습니다.

feat : 공통 응답 및 예외 처리 구현

@Doritosch Doritosch self-assigned this Nov 5, 2025
@Doritosch Doritosch linked an issue Nov 5, 2025 that may be closed by this pull request
3 tasks
Copy link
Member

@hellonaeunkim hellonaeunkim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ! 👍

Copy link
Collaborator

@S2hyeyunS2 S2hyeyunS2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!

@Doritosch Doritosch merged commit e23fc8c into dev Nov 5, 2025
2 checks passed
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.

[feat] 공통 유틸(common) 구현

4 participants