Skip to content
View wb04307201's full-sized avatar

Block or report wb04307201

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
wb04307201/README.md

👋 Hi, I'm wb04307201

Java / Spring 生态后端工程师,专注于中间件、分布式系统与 AI 应用开发。

Java Spring Boot Spring AI Database Cache MQ React|Vue Docker

图1 图2

🔧 开源项目

# 项目 简介 Gitee GitHub
1 File View
文件在线预览
轻量级文件在线预览 Starter,开箱即用支持 docx/xlsx/pptx/PDF/BPMN/图片/视频/代码/3D 模型/CAD 等 20+ 种格式 star star
2 Spring AI LoomAgent
灵梭
为 Spring AI 应用一键注入 RAG 知识库、MCP 工具调用与 Skill 技能库,附开箱即用聊天 UI star star
3 Flexible Lock
灵锁
分布式锁 Starter,支持 Redis/ZooKeeper 等多种实现,提供注解声明式与编程式两种使用方式 star star
4 Smart Router
巧路由
轻量级智能路由框架,支持动态路由规则、灰度发布与流量染色,实现请求灵活分发与负载均衡 star star
5 SQL Forge
SQL 工坊
基于 Spring Boot 的数据库操作框架,集成 JSON CRUD、类型安全实体、SQL 模板、Calcite 跨库联邦查询、Amis 低代码可视化管理与 MCP AI 工具服务 star star
6 Method Trace Log
方法追踪日志
Spring Boot Starter,提供方法调用链路追踪、性能监控、日志文件管理与 CFR 反编译,附独立 MCP 服务通过 stdio 开放给 AI Agent star star
7 FlexSchedule
灵动调度
基于 Spring Boot 的轻量化动态调度线程池,支持运行时动态添加、移除、替换定时任务 star star
8 Dynamic Loader Utility
动态加载器
运行时动态加载 JAR/Class 的工具库,支持热部署场景下的类隔离与资源管理 star star
9 pretty-log
美化日志
浏览器 console.log 美化工具,支持分级日志、彩色高亮与结构化输出,提升前端调试体验 star star
10 CHMCache
缓存
基于 ConcurrentHashMap 与 LRU 策略的轻量级缓存,支持自动过期、大小限制、LRU 淘汰与后台清理 star star
11 CHMRLock
基于 ConcurrentHashMap + ReentrantLock 的细粒度单机锁库,每个 key 独立加锁,支持重入、租约与监控统计 star star
12 dynamo-spring
动态加载 Spring 工具包
动态加载和管理 Java 类的工具库,支持动态编译、AOP 代理、Spring Bean 管理。会话模型 ClassLoader、ByteBuddy 代理、子类化 Spring MVC、自动配置 star star

📓 技术笔记

基于 Obsidian 维护的体系化技术知识库,涵盖以下方向 → 进入笔记

分类 内容概要
Java 集合、JVM、并发、反射、序列化、I/O 与零拷贝、版本新特性 (8→26)、Kotlin
Spring IoC、AOP、事务、Spring Cloud、Batch、Retry、Cache、Reactor
数据库 MySQL、索引、SQL 优化、ACID、事务隔离、MVCC、Redis、缓存一致性、连接池
系统设计 DDD、GoF 设计模式、微服务、API 设计、C4 架构模型、云设计模式
分布式 CAP、Paxos、Raft、分布式锁/事务/ID、RPC (Dubbo)、API 网关
高可用 限流、熔断、弹性架构、冗余设计、代码质量
AI 神经网络、LLM 技术栈、多模态、Prompt 工程、RAG、MCP、Agent 架构、16 节培训课程
工具链 Git、Docker、Nginx/Pingora、Monorepo、常用 Java 库
计算机基础 算法与复杂度、网络协议 (HTTP/TCP)、Linux、WCAG 无障碍
阿明餐厅 以餐厅经营为叙事主线的技术系列,43 篇覆盖架构演进、流量治理、AI Agent 转型等

📬 联系方式

平台 链接
Gitee wb04307201
GitHub wb04307201

Pinned Loading

  1. spring-ai-loom-agent spring-ai-loom-agent Public

    A Spring Boot auto-configuration library that injects RAG knowledge base, MCP tool calling, and Skill library into Spring AI applications with an out-of-the-box chat UI.

    Java 144 2

  2. sql-forge sql-forge Public

    SQL Forge — a Spring Boot database framework providing JSON CRUD API, type-safe entity operations, SQL template engine, Apache Calcite cross-database federated queries, and Amis low-code visual man…

    Java 221 2

  3. file-view file-view Public

    A lightweight file preview Starter component for Spring Boot that supports online preview of 20+ file formats (docx/xlsx/pptx/PDF/BPMN/images/videos/code/3D models/CAD, etc.) with a simple Maven de…

    JavaScript 340 22

  4. http-mcp http-mcp Public

    A generic HTTP client service based on Model Context Protocol (MCP).

    Java

  5. flexible-lock flexible-lock Public

    一个基于Spring Boot的锁starter,提供了统一的锁接口和多种实现方式,包括Redis单点、Redis集群、Redis哨兵、Zookeeper和本地锁。通过简单的配置即可在项目中使用锁功能。

    Java 2

  6. smart-router smart-router Public

    A Spring Boot-based intelligent routing and rate limiting component that supports multiple rate limiting strategies and routing rule management, enabling simple grayscale publishing.

    Java