AI학교

Application Architecture 본문

Servlet/Spring

Application Architecture

ai-world.tistory.com 2019. 10. 25. 09:18

N-tier

@Controller -> Pregentation

@Service -> Business Logic

@Repository -> Data(개별 테이블 C->Insert, R->select, V->update, D->delete)

 

 

'Servlet > Spring' 카테고리의 다른 글

myportal 프로젝트 DB 설계  (0) 2019.10.28
MyBatis 설정하기  (0) 2019.10.25
DispatcherServlet과 MVC  (0) 2019.10.24
Spring 시작하기  (0) 2019.10.24
Spring  (0) 2019.10.23
Comments