issues
search
JNU-econovation
/
contents-proxy-blog-team1
스프링 스터디 그룹의 해커톤 프로젝트 저장소 (1팀 - 이창환, 위제현, 정민석)
2
stars
0
forks
source link
PostController Post글 보기 관련 Controller 구현
#24
Closed
wijehyeon
closed
5 years ago
wijehyeon
commented
5 years ago
[x] PostService를 통해 PostRepository사용하기
[x] PostController에서 /show로 이동시 해당하는 id의 post를 찾아 model로 넘겨주기
[x] 해당하는 id의 Post를 찾을 수 없는경우 PostNotFoundException 발생 resolved : #21