Starred repositories
Vert.x is a tool-kit for building reactive applications on the JVM
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Java bytecode enhancement framework for traffic governance in multi-live (unit) scenarios. 基于字节码增强的面向应用多活和单元化的微服务流量治理框架。
high-performance, high-extensibility Java rpc framework.
A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis
😸一个快速开发脚手架,快速搭建企业级后台管理系统,并提供多种便捷starter进行功能扩展。主要功能包括前后台用户分离,菜单权限,数据权限,定时任务,访问日志,操作日志,异常日志,统一异常处理,XSS过滤,SQL防注入,国际化 等多种功能
An powerful enhanced toolkit of MyBatis for simplify development
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
X-SpringBoot是一个轻量级的Java快速开发平台,能快速开发项目并交付【接私活利器】
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
基于SpringMVC、Mybatis、Redis、Freemarker的Shiro管理Demo源码的升级版。
跟我学Shiro(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》)
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
mini-spring-cloud是简化版的spring-cloud框架,能帮助你快速熟悉spring-cloud源码及掌握其核心原理。在保留spring cloud核心功能的的前提下尽量精简代码,核心功能包括服务注册、服务发现、负载均衡、集成Feign简化调用、流量控制、熔断降级、API网关等。