Skip to content
lyw3447 edited this page Jan 22, 2021 · 11 revisions

웹 서비스 개발 계획

  1. 계획 1/6
  2. Spring MVC 프로젝트 생성 1/7
  3. Database table 생성 (members, csee, popular, hot, class) 1/8
  4. root-context.xml 설정 1/11
  5. mybatis-config.xml 파일 생성 1/11
  6. mapper 파일 생성 1/12
  7. VO class 생성 1/13
  8. DAO class 생성 1/14
  9. interface 생성 1/15
  10. ServiceImpl class 생성 1/15
  11. Controller class 생성 1/18
  12. 웹 페이지 layout, css, javascript 적용 1/19-21

---로그인기능 추가---

  1. MyBatis Mapper XML file 생성 1/22
  2. VO class 생성 1/22
  3. DAO class 생성 1/22
  4. ServiceImpl class 생성 1/25
  5. Controller class 생성 1/25
  6. 로그인 페이지 layout, css, javascript 적용 1/26-27
  7. 로그인 interceptor class 생성 1/28
  8. interceptor 설정 (xml file) 1/28
Clone this wiki locally