Spring/Spring 공부

[spring] security 2. Board list 게시판 리스트

congs 2023. 6. 23. 13:35

 

1.  home.jsp에 list로 가는 버튼 생성

<a href="/board/list"><button type="button">글 목록</button></a>

 


 

2.  BoardController에서 list 관련 코드 작성 -> 연결해서 mapper까지 작성