awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesJava Web

Building web applications in Java with a lightweight, fast MVC framework that handles routing, request processing, and response generation.

Distinct from MVC Frameworks: Distinct from general MVC Frameworks: specifically targets Java-based web MVC frameworks, not the general architectural pattern.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Java Web. Refine with filters or upvote what's useful.

Awesome Java Web GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lets-blade/bladelets-blade 的头像

    lets-blade/blade

    5,878在 GitHub 上查看↗

    Blade is a lightweight Java MVC web framework built on an embedded Netty server. It packages the entire web application into a single executable JAR that starts the server on launch, following the MVC pattern with fast request routing and minimal configuration. The framework supports plugin-based extensibility, allowing third-party modules to add features like template rendering and static asset serving. The framework distinguishes itself through lambda-style route registration, where routes are defined using lambda expressions that map HTTP methods and URL patterns directly to handler functi

    Provides a lightweight Java MVC framework for building web applications with fast request routing and minimal configuration.

    Java
    在 GitHub 上查看↗5,878
  • codingdocs/springboot-guideCodingDocs 的头像

    CodingDocs/springboot-guide

    5,256在 GitHub 上查看↗

    该项目是一个全面的教育资源和技术指南,旨在利用 Spring Boot 框架构建企业级后端应用和 RESTful 服务。它作为分步教程,指导如何在 Java 生态系统中开发服务端逻辑、API 路由和分布式系统。 该文档提供了微服务架构的具体实现指南,重点在于协调分布式服务和事件驱动通信。它包含 Spring 生态系统的实用参考,并详细介绍了安全实现和数据持久化章节。 该材料涵盖了多个核心功能领域,包括 RESTful Web 服务开发、数据库持久化管理,以及用于解耦通信的消息代理集成。它还通过基于令牌的身份验证、使用隔离模拟(mocks)的自动化后端测试以及异步任务处理管理,解决了应用安全问题。

    Provides a structured guide to developing RESTful services and distributed systems using Spring.

    Javaasynchronousdubbomybatis
    在 GitHub 上查看↗5,256
  • zhanglei-workspace/shopping-management-systemzhanglei-workspace 的头像

    zhanglei-workspace/shopping-management-system

    5,209在 GitHub 上查看↗

    This project is a Java-based e-commerce management system and educational project suite. It serves as a backend framework for building online shopping platforms, utilizing a model-view-controller architecture to decouple user interfaces from business logic and data models. The system implements a structured web application framework that integrates relational databases to track product inventories, user accounts, and customer purchase transactions. It features a layered architecture that separates presentation, business logic, and data access. The codebase covers several core capability area

    Implements a Java-based web application using an MVC framework to manage retail and library data.

    Javajavamavenmybatis
    在 GitHub 上查看↗5,209
  • xiaoymin/knife4jxiaoymin 的头像

    xiaoymin/knife4j

    4,552在 GitHub 上查看↗

    Knife4j 是一个增强型 Web 界面,用于可视化和交互 OpenAPI 和 Swagger 规范。它作为一个文档 UI 和调试工具,自动从 Java 源代码和 Web 框架生成技术参考。 该项目通过其将来自多个分布式微服务的 API 定义聚合到一个统一文档门户的能力脱颖而出。它使用 OAuth2 身份验证流程保护此门户,并提供网关以限制对技术规范和测试工具的访问。 该平台包括具有动态参数测试和基于代理的请求转发的请求调试功能。它还支持通过集成外部 Markdown 文件进行内容管理以获取补充技术指南,并提供用于前端界面定制的工具。

    Generates visual API documentation for applications using standard Java MVC specifications across various web frameworks.

    HTMLknife4jopenapi2openapi3
    在 GitHub 上查看↗4,552
  • helloworld521/javaHelloWorld521 的头像

    HelloWorld521/Java

    3,768在 GitHub 上查看↗

    This repository is a collection of Java backend projects, encompassing a web application suite, a real-time chat server, a web crawler, and an authentication system. It provides implementations for building server-side logic and business rules to process data and handle web requests. The project includes a networked messaging system for instant bidirectional communication and an automated web scraping engine that parses HTML to aggregate data into local storage. It also features a security framework for managing user permissions and generating visual captchas to prevent automated bot access.

    Uses a Java-based MVC approach with servlets and controllers to route requests and generate dynamic responses.

    Javajava
    在 GitHub 上查看↗3,768
  1. Home
  2. Software Engineering & Architecture
  3. MVC Frameworks
  4. Java Web

探索子标签

  • Automated MVC DocumentationAutomatic generation of visual API documentation specifically for Java MVC-based web frameworks. **Distinct from Java Web:** Focuses on the generation of documentation for MVC frameworks rather than the frameworks themselves.
  • Framework TutorialsInstructional content for using specific web frameworks to build RESTful services and distributed systems. **Distinct from Java Web:** Focuses on the educational walkthrough of the framework rather than just the framework's technical implementation.
  • Security ImplementationsSecurity layers specifically for Java web MVC applications. **Distinct from Java Web:** Focuses on the security implementation within a Java web context rather than the framework itself