Lists (7)
Sort Name ascending (A-Z)
Starred repositories
Cc-ETL 是一款基于 XXL-Job 深度改造的可视化定时任务调度平台,专为数据集成和任务编排而设计。平台通过可视化拖拽界面实现复杂任务流程的编排,支持多种任务类型,并深度集成 DataX 实现高效的数据同步能力。
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo…
Model Context Protocol Servers
Specification and documentation for the Model Context Protocol
Agentic AI Framework for Java Developers
Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsin…
Real - time non-invasive AOP framework container based on JVM
A Java server-side recording and playback solution based on JVM-Sandbox
GraalVM compiles applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
Awesome-LLM: a curated list of Large Language Model
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events
Simple benchmark comparing zuul and spring cloud gateway
🐫 This project hosts the source code for the examples of the Camel in Action 2nd ed book 📕 written by Claus Ibsen and Jonathan Anstey.
🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
This repository contains example applications to illustrate the different capabilities of GraalVM
SmartEngine is a lightweight business orchestration engine.
📋 A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
JavaCC - a parser generator for building parsers from grammars. It can generate code in Java, C++ and C#.
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern