-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BE4] 김해찬 #3
Open
k-haechan
wants to merge
28
commits into
jhs512:main
Choose a base branch
from
k-haechan:main
base: main
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
[BE4] 김해찬 #3
Conversation
This file contains 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
- 1-02 스프링부트 개발환경 준비하기
- 2-02 스프링 부트 프로젝트의 구조 이해하기
- 2-04 엔터티로 테이블 매핑하기
- 2-05 리포지터리로 데이터베이스 관리하기
- 2-06 도메인별로 분류하기 - 2-07 질문 목록 만들기 - 2-08 루트 URL 사용하기
- 2-09 서비스 활용하기
- 2-10 상세 페이지 만들기
- 2-11 URL 프리픽스 알아 두기
- 2-12 답변기능 만들기
- 2-13 웹 페이지 디자인하기
- 2-14 부트스트랩으로 화면 꾸미기
- 2-15 표준 HTML 구조로 변경하기
- 2-16 질문 등록 기능 추가하기
- 3-01 네비게이션 바 추가하기
- 3-02 페이징 기능 추가하기
- 3-03 게시물에 번호 지정하기
- 3-04 답변 개수 표시하기
- 3-05 스프링 시큐리티란?
- 3-06 회원 가입 기능 구현하기
- 3-07 로그인과 로그아웃 기능 구현하기
- 3-08 글쓴이 항목 추가하기
- 3-09 수정과 삭제 기능 추가하기
- 3-10 추천 기능 추가하기
- 3-11 앵커 기능 추가하기
- 3-12 마크다운 적용하기
- 3-13 검색 기능 추가하기
refactor : 복잡한 정렬 및 페이징 쿼리 JPQL->QueryDSL 변경
-3-14 SBB 추가기능 구현하기 1. 답변 페이징과 정렬 기능 추가하기
baekminjin
added a commit
to baekminjin/2024-12-sbb-part-2-and-3
that referenced
this pull request
Jan 2, 2025
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.
아직 3-14 추가 기능 구현은 하지 않았습니다.