Skip to content
#

springmvc

spring-mvc logo

Spring MVC (Model-View-Controller) is a framework for building web applications within the larger Spring Framework. Introduced by Rod Johnson and Pivotal Software, Spring MVC provides a comprehensive programming and configuration model for modern Java-based enterprise applications. It offers a flexible way to create and manage web components, integrating seamlessly with other Spring modules. This topic covers the architecture of Spring MVC, its core components such as controllers, views, and models, as well as best practices for building robust and scalable web applications.

Here are 28 public repositories matching this topic...

이 저장소는 Spring Boot를 활용한 백엔드 개발 실습 예제를 모아둔 저장소입니다. 각 예제는 실무에서 자주 사용되는 패턴과 기술 요소를 직접 적용해보는 목적을 가지고 구성되었으며, **Spring MVC, JPA, REST API, 파일 업로드, 시큐리티, JSP** 등 다양한 주제를 다룹니다.

  • Updated Jun 30, 2025
  • CSS

Created by Rod Johnson, Pivotal Software

Released October 2002

Latest release 18 days ago

Followers
82 followers
Repository
spring-projects/spring-framework
Website
github.com/topics/spring-mvc
Wikipedia
Wikipedia

Related Topics

java rest spring-framework web-development