hamlsy / forum-springBoot

personal study project by using SpringBoot, JPA
0 stars 0 forks source link

[FEAT] 상세 페이지 조회를 API 구조로 변경, Vue 작성 feat #29

Closed hamlsy closed 4 months ago

hamlsy commented 4 months ago

PR 타입

반영 브랜치

feat/28 -> main

변경 사항

기존 템플릿 엔진으로 사용하던 게시글 조회 Controller를 JSON API 응답으로 변경했습니다.

상세 페이지 Vue를 작성했습니다.

테스트 결과

API 응답 조회 image

상세페이지 Vue image

코멘트

다음은 axios API 통신과 페이지 연결을 구현하겠습니다.