An open API service indexing awesome lists of open source software.

https://github.com/integerous/spring_mybatis_webprj

:trollface: Spring Framework와 MyBatis를 이용한 웹프로젝트 실습
https://github.com/integerous/spring_mybatis_webprj

Last synced: about 1 year ago
JSON representation

:trollface: Spring Framework와 MyBatis를 이용한 웹프로젝트 실습

Awesome Lists containing this project

README

          

>Spring Framework와 MyBatis를 이용한 웹프로젝트 실습

## 구현 목표
- 게시물 등록, 조회, 수정, 삭제, 목록
- 예외처리, 페이징 처리
- 검색, 동적SQL
- Ajax 댓글 (REST방식)
- 게시물 관리 구현
- AOP 구현
- 트랜잭션 처리
- 파일 업로드, 저장, 삭제
- 로그인 처리(Interceptor, HttpSession)
- 자동 로그인/로그아웃