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 阿明餐厅叙事。→ 进入笔记

🔄 笔记库 CI 状态(实时)

5 维校准 结构链接

3 个 workflow 每月 1 日串行跑(02:00/03:00/06:00),PR 触发即时反馈。 URL 校验 link-check.yml 已删除(Session 9:外部链接是动态不可控,长期失败无意义)。

📚 13 主模块导航

# 模块 主题
01 java-and-jvm Java 基础 + JVM + 并发 + 设计模式
02 cs-foundations 算法 + OS + 网络 + 数学
03 data-stack 数据库 + 缓存 + 大数据
04 spring-backend Spring + 后端框架
05 frontend 前端
06 distributed-systems 分布式 + 微服务 + 云原生
07 devops-and-tools CI/CD + 监控 + 工具
08 ai-foundations ML + DL + Transformer + LLM 基础
09 ai-applications RAG + Agent + Prompt + LLM 推理
10 business-systems 电商 + 社交 + 金融
11 product-and-pm 产品 + PM + 流程
12 interview 高频面试题(227 篇,10 主题子目录)
13 story 「阿明餐厅」技术系列(50 篇叙事层)

完整健康度指标、主模块 depth 分布、L5 Top 30 标杆文章 → 见 note/README.mdv18-sampling-report.md

📬 联系方式

平台 链接
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 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 250 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