Skip to content
View Mr-zuo's full-sized avatar

Block or report Mr-zuo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • hutool Public

    Forked from dromara/hutool

    🍬A set of tools that keep Java sweet.

    Java Other Updated Nov 12, 2024
  • xxl-job Public

    Forked from xuxueli/xxl-job

    A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)

    Java GNU General Public License v3.0 Updated Sep 26, 2024
  • springcloud Public

    Java Apache License 2.0 Updated Sep 24, 2024
  • mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。

    Java Apache License 2.0 Updated Jun 11, 2024
  • mini-spring-cloud是简化版的spring-cloud框架,能帮助你快速熟悉spring-cloud源码及掌握其核心原理。在保留spring cloud核心功能的的前提下尽量精简代码,核心功能包括服务注册、服务发现、负载均衡、集成Feign简化调用、流量控制、熔断降级、API网关等。

    Java Updated Jun 11, 2024
  • Spring Framework

    Java Apache License 2.0 Updated Mar 28, 2023
  • Java SDK for Facebook Ads APIs

    Java Other Updated Mar 9, 2023
  • Generated Java code for Google APIs

    Apache License 2.0 Updated Jan 5, 2023
  • mybatis-3 Public

    Forked from mybatis/mybatis-3

    MyBatis SQL mapper framework for Java

    Java Apache License 2.0 Updated Oct 22, 2022
  • 🔥 强大的动态线程池,附带监控报警功能(没有依赖中间件),完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.

    Java Apache License 2.0 Updated Jun 7, 2022
  • dynamic-tp Public

    Forked from dromara/dynamic-tp

    🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul,可通过SPI自定义实现)。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (alre…

    Java Apache License 2.0 Updated Jun 6, 2022
  • Google Ads API Client Library for Java

    Java Apache License 2.0 Updated May 11, 2022
  • draw Public

    Updated Dec 13, 2021
  • liteflow Public

    Forked from dromara/liteflow

    a lightweight and practical micro-process framework

    Java Apache License 2.0 Updated Nov 12, 2021
  • lombok Public

    Forked from projectlombok/lombok

    Very spicy additions to the Java programming language.

    Java Other Updated Oct 20, 2021
  • cglib Public

    Forked from cglib/cglib

    cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept f…

    Java Apache License 2.0 Updated Aug 30, 2021
  • easyexcel Public

    Forked from alibaba/easyexcel

    快速、简单避免OOM的java处理Excel工具

    Java Apache License 2.0 Updated Aug 17, 2021
  • easydoc Public

    HTML 1 Apache License 2.0 Updated Jul 16, 2021
  • mini-rpc Public

    Forked from wangyapu/mini-rpc

    一个简易版 RPC 框架

    Java Updated May 29, 2021
  • demo Public

    HTML Updated May 19, 2021
  • genDoc Public

    Forked from easycodingnow/genDoc

    Help you to generate API documents

    HTML Apache License 2.0 Updated May 18, 2021
  • Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13

    Java Other Updated May 16, 2021
  • dubbo Public

    Forked from apache/dubbo

    Apache Dubbo is a high-performance, java based, open source RPC framework.

    Java Apache License 2.0 Updated Mar 1, 2021
  • coder2gwy Public

    Forked from coder2gwy/coder2gwy

    互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。

    Updated Jan 16, 2021
  • netty Public

    Forked from netty/netty

    Netty project - an event-driven asynchronous network application framework

    Java Apache License 2.0 Updated Dec 31, 2020
  • apollo Public

    Forked from apolloconfig/apollo

    Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。

    Java Apache License 2.0 Updated Jun 7, 2020
  • mall学习教程,架构、业务、技术要点全方位解析。mall项目(25k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。

    Java Apache License 2.0 Updated Mar 28, 2020
  • mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。

    Java Apache License 2.0 Updated Mar 26, 2020
  • mall Public

    Forked from macrozheng/mall

    mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

    Java Apache License 2.0 Updated Mar 2, 2020
  • Sentinel Public

    Forked from alibaba/Sentinel

    A lightweight powerful flow control component enabling reliability and monitoring for microservices. (面向云原生微服务的流量控制、熔断降级组件)

    Java Apache License 2.0 Updated Feb 21, 2020