06-28 Security

Ruinak·2021년 7월 6일
0

Spring Lesson

목록 보기
17/23
post-custom-banner

list

  • HomeController에 list 경로 수정
  • count도 받을 수 있게 추가
  • BoardServiceimpl에 count 함수 수정
  • BoardMapper.xml에 count를 받는 SQL 쿼리 작성
  • list.jsp 내용에 부트스트랩 적용 후 코드 수정
  • 결과 확인

view

  • HomeController에 view 경로 추가
  • BoardServiceimpl에 findByNum 함수 수정
  • BoardMapper.xml에 findByNum을 받는 SQL 쿼리 작성
  • 수정할 수 있는 form으로 넘어감
  • @RequestBody 이걸 포함 안해주면 JSON 형태로 받아올 수 없음

흐름을 잘 봐둬야함

list,

controller → service → mapper → jsp

profile
Nil Desperandum <절대 절망하지 마라>
post-custom-banner

0개의 댓글