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.

Content in all repositories owned by your account will be closed.
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 非侵入式 AOP 方法追踪、调用链与告警。附带独立 MCP server(methodTraceLog-mcp),通过 stdio 向 AI agent 暴露同等能力 star star
7 FlexSchedule
灵动调度
基于 Spring Boot 的轻量化动态调度线程池,支持运行时动态添加、移除、替换定时任务 star star
8 dynamo-spring
动态加载 Spring 工具包
动态加载和管理 Java 类的工具库,支持动态编译、AOP 代理、Spring Bean 管理。会话模型 ClassLoader、ByteBuddy 代理、子类化 Spring MVC、自动配置 star star
9 pretty-log
美化日志
浏览器 console.log 美化工具,支持分级日志、彩色高亮与结构化输出,提升前端调试体验 star star
10 CHMCache
缓存
基于 ConcurrentHashMap 与 LRU 策略的轻量级缓存,支持自动过期、大小限制、LRU 淘汰与后台清理 star star
11 CHMRLock
基于 ConcurrentHashMap + ReentrantLock 的细粒度单机锁库,每个 key 独立加锁,支持重入、租约与监控统计 star star

📓 技术笔记

基于 Obsidian 维护的体系化技术笔记:13 主模块 + 12.interview 高频面试题 + 13.story 阿明餐厅叙事。

📦 2026-09 已拆分为独立仓库wb04307201/note(Gitee 同名镜像)

本仓库回归纯个人主页 + 开源项目展示;笔记内容、meta-skills、校验脚本与 CI 全部随迁至新仓库(内容平铺在其仓库根)。

📬 联系方式

平台 链接
Gitee wb04307201
GitHub wb04307201

Pinned Loading

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

    Spring Boot AI Agent — an out-of-the-box solution that makes your app converse, remember, think, and act.

    Java 328 3

  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 251 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 333 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