
pom : 다운로드 할 파일 양식을 적어놓는 파일(Dependencies를 등록한다)servlet-context : 서블릿을 사용하기 위한 파일root-context : 스프링에서 bean에 클래스를 담기 위한 파일web : 웹에 관련된 설정을 하는 파일
root-context-xml bean 작성하는 방법 class = 패키지이름.파일이름.클래스이름 property 작성 mysql(DB)와 연결

web.xml 문서에 해당 코드를 추가해준다
MemberService와 MemberMapper Interface

LoginInterceptor AuthInterceptor

pageing 이클립스에서 작성했던 boardList와 BoardVo, Criteria, PageMaker, SearchCriteria를 가져와서 아래와 같이 코드를 작성한다 BoardController BoardService(Interface) BoardServiceImpl

로그인을 해야 글을 작성 할 수 있게 interceptor를 걸어준다파일도 업로드 할 수 있게 util 패키지를 만들어준다

boardDelete BoardController BoardService(Interface) BoardServiceImpl BoardMapper(Interface) 
boardContents html commentContents 부분에 morebtn을 추가해준다ajax boardCommentList 메서드의 success 부분에 if(result.moreView == "N") 부터 추가해준다commentList 부분을 해당 코드와




1. 설정 2. 깃 레포 만들어서 프로젝트와 연결 > #### 프로젝트 폴더에서 git Bash 열고 아래 코드 입력 git init git remote add origin 레포 주소 git add . git commit -m "커밋메세지" git push origi

https://github.com/LEEINAH/lombok_practice_02

https://github.com/LEEINAH/Short_url_project_02