Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaniel authored Nov 27, 2017
1 parent 5338c63 commit ec86dea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Java-mvc-framwork
간단하게 사용할 수 있는 MVC pattern의 Java Web Server

# 플로우
## 플로우
index.jsp link => com.servlet.text => testAction()

com.db.dao => testDao => getUserList()

create DBSession => DBSession.selectList() => com.db.mappers => test_SQL => execute #selectUser => close DBSession

# 취지
## 취지
스프링 3.0 세팅과 다른 사람에게 설명해주는 게 너무 싫어서 만들었다.
이젠 스프링 부트가 있어서 괜찮을 듯 (다시보니 DI가 없어 coupling이 심해보인다.)

## 스택
* java >= 1.6
* mybatis
* jstl

0 comments on commit ec86dea

Please sign in to comment.