Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
Spring: MVC 패턴 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
Spring: MVC 패턴
yjyuwisely 2023. 6. 8. 07:00
https://sgc109.github.io/2020/07/18/compound-pattern-feat-mvc/
- Model : data. data를 만드는 과정까지 포함. = 최종적으로 data를 만들어내는 것
- View : data를 사람한테 보여주는것
- Controller : 사용자의 요청을 받아서 요청에 맞는 모델을 실행
참고: https://velog.io/@vgo_dongv/Java-MVC
그림 출처: https://blog.naver.com/zxxne/222482502102
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
SQL: using SET, END (0) | 2023.06.15 |
---|---|
채쌤의 스프링 부트 프로젝트) 포스트 상세 조회 (0) | 2023.06.08 |
스프링부트 쇼핑몰 프로젝트 with JPA) 상품 상세 페이지 (0) | 2023.06.08 |
오류 해결) No mapping found for HTTP request with URI 에러 Project > Clean, Maven > Update Project (0) | 2023.06.05 |
Comments