-
Notifications
You must be signed in to change notification settings - Fork 16
[김대호] Sprint11 #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kdfasdf
wants to merge
56
commits into
codeit-bootcamp-spring:김대호
Choose a base branch
from
kdfasdf:sprint11
base: 김대호
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[김대호] Sprint11 #153
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
- BasicUserService - BasicChannelService - BasicMessageService - BasicBinaryContentService
- add @Length annotation to request dtos - handle bean validation failures at globalExceptionHandler
refactor : refactoring Mappers
- remove UserStatus domain - invalidate session when user role changed
spring-kang
reviewed
Nov 5, 2025
| @Configuration | ||
| @EnableRetry | ||
| @EnableScheduling | ||
| public class AppConfig { |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppConfig로 빼서 진행하신 부분 너무 잘하셨습니다. 이렇게하면 컨피그 파일에 대한 책임분리가 잘 이루어집니다.
Collaborator
|
대부분의 기능을 잘 구현하셨습니다. 고생하셨습니다. |
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.
Spring Event - 파일 업로드 로직 분리하기
Spring Event - 알림 기능 추가하기
비동기 적용하기
비동기 실패 처리하기
캐시 적용하기
심화
유의사항
Spring Kafka 도입하기
60f20el76-image.png
Redis Cache 도입하기
대용량 트래픽을 감당하기 위해 서버의 인스턴스를 여러 개로 늘렸다고 가정해봅시다.
Caffeine과 같은 로컬 캐시는 서로 다른 서버에서 더 이상 활용할 수 없습니다.
따라서 Redis를 통해 전역 캐시 저장소를 구성합니다.
주요 변경사항
스크린샷
[image](https://github.com/codeit-bootcamp-spring/4-sprint-mission/pull/%EC%9D%B4%EB%AF%B8%EC%A7%80url)
멘토에게