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

SpringBoot和SSM实现基于协同过滤算法的个性化新闻推荐系统,使用了基于用户的协同过滤推荐算法,根据评分数据计算推荐,同时还使用了新用户喜好标签进行混合推荐,及将两种推荐结果全部输出,解决了冷启动和数据稀疏性问题。同时采用基于统计的热点推荐和相关推荐等。采用爬虫收集新闻数据实时更新新闻数据和推荐结果。

  • Updated Mar 7, 2026

基于协同过滤算法的个性化新闻推荐系统,SpringBoot实现了基于用户的协同过滤推荐算法,根据评分数据计算推荐,同时还使用了新用户喜好标签进行混合推荐,及将两种推荐结果全部输出,解决了冷启动和数据稀疏性问题。同时采用基于统计的热点推荐和相关推荐等。采用爬虫收集新闻数据实时更新新闻数据和推荐结果。 Java+SSM(Spring+SpringMVC+Mybatis)+Mysql基于用户的协同过滤算法个性化新闻推荐系统,采用基于用户、项目、内容、聚类、混合的协同过滤推荐算法。

  • Updated Mar 7, 2026

基于协同过滤算法的个性化新闻推荐系统的设计与实现(采用Java语言的SpringBoot和SSM框架实现基于用户和物品的协同过滤推荐算法)实现了UserCF和ItemCF的协同过滤推荐算法, Java语言(SSM框架)实现协同过滤算法的个性化新闻推荐系统,使用基于用户和物品的协同过滤推荐算法通过爬虫爬取环球日报新闻实现实时计算推荐。

  • Updated Mar 7, 2026

Book library with Onion (Hexagonal + DDD) Architecture, CQRS, Java Swing, Spring boot, Spring data, Spring security, H2, MYSQL, Openapi, Spring MVC, Thymeleaf & JDBC. Approaches such as password encryption, thread per request model and use of containerization with docker for the infrastructure has been realized.

  • Updated Feb 22, 2026
  • Java

Created by Rod Johnson, Pivotal Software

Released October 2002

Latest release 13 days ago

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

Related topics

java rest spring-framework web-development