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 1,030 public repositories matching this topic...

涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。

  • Updated May 29, 2024
  • Java

This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration

  • Updated May 15, 2024
  • Java

Created by Rod Johnson, Pivotal Software

Released October 2002

Latest release 10 days ago

Followers
76 followers
Repository
spring-projects/spring-framework
Website
spring.io/projects/spring-framework
Wikipedia
Wikipedia

Related Topics

java rest spring-framework web-development