Skip to content
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

[5기 이유정] Shorten-URL 과제 제출합니다. #73

Open
wants to merge 24 commits into
base: letskuku
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6d407d1
init: 초기 환경 세팅
letskuku Dec 11, 2023
3c793ad
feat: BaseEntity 구현
letskuku Dec 14, 2023
d517cd3
feat: Url 엔티티 및 커스텀 예외 구현
letskuku Dec 14, 2023
b814cf1
feat: EncodeType enum 및 커스텀 예외 구현
letskuku Dec 14, 2023
5210ee1
feat: ExceptionController 구현
letskuku Dec 14, 2023
6f18b92
feat: ShortUrlEncoder 인터페이스 생성 및 구현체 구현
letskuku Dec 14, 2023
5d60d96
feat: UrlRepository 생성
letskuku Dec 14, 2023
97730f4
feat: EncodeType에 해당하는 encoder 생성하는 ShortUrlEncoderMapper 구현
letskuku Dec 14, 2023
a5e45ba
feat: UrlService 구현
letskuku Dec 14, 2023
e0b4b3d
feat: 계층 간 데이터 이동 담당하는 dto 구현
letskuku Dec 14, 2023
c60993b
feat: UrlRestController 구현
letskuku Dec 14, 2023
5000fd3
feat: short url 인코딩 결과 형식 수정
letskuku Dec 17, 2023
9b2a411
feat: dto에 builder 추가
letskuku Dec 17, 2023
3747840
feat: thymeleaf로 프론트 구현 및 viewController 구현
letskuku Dec 17, 2023
a118f9e
chore: ExceptionHandler 어노테이션 추가
letskuku Dec 17, 2023
9805d36
refactor: TOKENS_SIZE 상수 초기화 방식 리팩토링
letskuku Dec 17, 2023
43ed06e
refactor: UrlNotFoundException 에러 메시지 수정
letskuku Dec 17, 2023
8719af4
feat: 동일한 original Url에 대한 short Url 인코딩 요청 처리 로직 추가
letskuku Dec 17, 2023
6bfab5f
feat: url 검증 로직 추가 및 커스텀 예외 구현
letskuku Dec 17, 2023
587c537
feat: 커스텀 예외 구현 방식 변경
letskuku Dec 17, 2023
cbc13d5
chore: 필요없는 파일 삭제
letskuku Dec 17, 2023
52234fe
test: EncodeType, Url 테스트 추가
letskuku Dec 17, 2023
802b322
chore: 필요없는 주석 삭제
letskuku Dec 17, 2023
49ca73a
test: UrlService 테스트 추가
letskuku Dec 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: 필요없는 파일 삭제
letskuku committed Dec 17, 2023
commit cbc13d5ed6517f189bdec6f6d380210e716bf1a2

This file was deleted.

This file was deleted.

This file was deleted.