Skip to content

## shorturl MVC 구조 설계 및 단축 URL 생성 기능 구현#1

Open
kdongd wants to merge 1 commit into
mainfrom
step1
Open

## shorturl MVC 구조 설계 및 단축 URL 생성 기능 구현#1
kdongd wants to merge 1 commit into
mainfrom
step1

Conversation

@kdongd
Copy link
Copy Markdown
Owner

@kdongd kdongd commented Apr 16, 2026

  • shorturl 패키지 내부에서 MVC 구조 설계
  • Controller, Service, Repository, View 역할 분리
  • Base62 기반 short code 생성 규칙 적용
  • HashMap<String, String> 저장 구조 구현
  • 단축 URL 생성 및 원본 URL 조회 흐름 구성

- shorturl 패키지 내부에서 MVC 구조 설계
- Controller, Service, Repository, View 역할 분리
- Base62 기반 short code 생성 규칙 적용
- HashMap<String, String> 저장 구조 구현
- 단축 URL 생성 및 원본 URL 조회 흐름 구성
- 패키지 내부 Main/Client 실행 구조 정리
- 불필요한 루트 템플릿 Main 제외
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