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

[이예지] 2024 GDG Spring Novice Study - 3주차 #22

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

leeeyez
Copy link
Contributor

@leeeyez leeeyez commented Oct 13, 2024

📒 개요

  • 서버 템플릿 엔진과 머스테치
  • 머스테치로 페이지 만들기
    • 게시글 등록 화면
    • 게시글 전체 조회 화면
    • 게시글 수정, 삭제 화면
  • postaman 추가 실습

👀 새롭게 배운 점

교재로 스터디하며 배운 내용을 정리한 노션입니다.
https://knotty-battery-836.notion.site/11ae7cbb2321803f82bdee4d4b67639d?pvs=4

📍 추가적인 질문

추가적인 질문은 없습니다!

🙂 느낀점

서버 템플릿 엔진과 포스트맨으로 본격적인 프론트와의 연동 작업 전에 미리 테스트하고 확인해볼 수 있다는 점이 프로젝트 진행에 있어서 굉장히 효과적인 점이라는 생각이 들었습니다. 실제로 코드들의 작동을 확인해보니까 스프링에 더 가까워진 듯한 느낌도 들었습니다. 앞으로 남은 스터디를 진행하면서 더 익숙해질 수 있으면 좋을 것 같습니다!

@ouob123
Copy link
Contributor

ouob123 commented Oct 14, 2024

안녕하세요, 예지님!
교재 실습은 잘 동작하나 추가 실습 중 게시글 목록 조회 기능은 확인 되지 않습니다🥲🥲
image

PostsApiController.java 코드 중에서 GET 메소드 부분을 아래와 같이 수정 하신 후 다시 PR 날려주세요~!

@GetMapping("/api/v1/posts") public List<PostsListResponseDto> getPostsList(){ return postsService.findAllDesc(); }

@leeeyez
Copy link
Contributor Author

leeeyez commented Oct 16, 2024

추가실습한 부분을 빼먹고 PR 날렸었네요..! 지금 추가했습니다 감사합니다!

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.

2 participants