-
08. SimpleBoard Setting [Spring]Spring 2016. 11. 7. 13:04반응형
새로운 프로젝트를 하나 생성한다 프로젝트 이름은SimpleBoard 이고 세팅은
기본의 HelloMVC 에서 했던 porm.xml 을 복사 붙여넣기 한다.
또한 WEB-INF에 있는 resources, spring, view폴더를 복사 붙여넣기 한다.
Setting 하기
indexContext.xml 을 아직 사용하지 않으므로 지운다
applicationContext.xml 에서는
<!-- Interceptor 등록 -->
<!-- Exception Handler -->
<!-- IndexController 등록 -->
밑에 있는 코드들은 전부 사용 하지 않으므로 지운다
src/main/resources에
logback.xml
mybatis.xml
indexDao.xml 을 복사 붙여넣기 한 후
indexDao.xml -> sampleMapper.xml로 이름을 바꾼다.
SimpleBoard 만들기
Cookie
Point
FileUpload
Mypage -> 내정보수정, 내가 쓴글
Admin -> history
SimpleBoard 만들기전
Setting되어있는 sample이다
↓↓↓↓
반응형'Spring' 카테고리의 다른 글
08-2. SimpleBoard (게시판만들기) [Spring] (0) 2016.11.08 08-1. SimpleBoard (Cookie, signUp) [Spring] (0) 2016.11.07 07. 조인하기 [Spring] (0) 2016.11.07 06. ReturnType, Junit [Spring] (0) 2016.11.04 05. 예외처리, File Upload [Spring] (0) 2016.11.04