-
Notifications
You must be signed in to change notification settings - Fork 0
Home
lyw3447 edited this page Jan 22, 2021
·
11 revisions
- 계획 1/6
- Spring MVC 프로젝트 생성 1/7
- Database table 생성 (members, csee, popular, hot, class) 1/8
- root-context.xml 설정 1/11
- mybatis-config.xml 파일 생성 1/11
- mapper 파일 생성 1/12
- VO class 생성 1/13
- DAO class 생성 1/14
- interface 생성 1/15
- ServiceImpl class 생성 1/15
- Controller class 생성 1/18
- 웹 페이지 layout, css, javascript 적용 1/19-21
---로그인기능 추가---
- MyBatis Mapper XML file 생성 1/22
- VO class 생성 1/22
- DAO class 생성 1/22
- ServiceImpl class 생성 1/25
- Controller class 생성 1/25
- 로그인 페이지 layout, css, javascript 적용 1/26-27
- 로그인 interceptor class 생성 1/28
- interceptor 설정 (xml file) 1/28