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를 이용한 웹프로젝트 실습
- Host: GitHub
- URL: https://github.com/integerous/spring_mybatis_webprj
- Owner: Integerous
- Created: 2018-06-10T11:29:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T06:55:15.000Z (over 7 years ago)
- Last Synced: 2025-01-28T12:37:29.450Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
>Spring Framework와 MyBatis를 이용한 웹프로젝트 실습
## 구현 목표
- 게시물 등록, 조회, 수정, 삭제, 목록
- 예외처리, 페이징 처리
- 검색, 동적SQL
- Ajax 댓글 (REST방식)
- 게시물 관리 구현
- AOP 구현
- 트랜잭션 처리
- 파일 업로드, 저장, 삭제
- 로그인 처리(Interceptor, HttpSession)
- 자동 로그인/로그아웃