jeecgboot/JeecgBoot: README-based editorial guide
A guide grounded in the README, repository metadata, and license for installing and checking jeecgboot/JeecgBoot.
Project scope
jeecgboot/JeecgBoot describes itself in the README as "【低代码迈入v2.0时代,一句话即可生成整个系统】企业级AI低代码平台,一键生成前后端代码甚至整个系统。 AI Skills 一句话画流程、设计表单、生成报表、大屏。内置 AI应用平台涵盖:AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领AI低代码「Skills 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,解决 Java 项目 90% 重复工作,提高效率又不失灵活。". This article keeps to facts that can be checked in the repository. Stars, forks, and promotional badges are signals of attention, not proof of quality. Under "README", the README says: 🚀 低代码迈入 v2.0 时代,AI Skills 自然语言编程全新发布 , 一句自然语言即可生成整个系统,一句话生成完整代码、一句话画流程、一句话设计表单、一句话出报表与大屏,覆盖 JeecgBoot 低代码全场景。. That establishes the project's stated boundary, not a production test.
Suitable use cases
The README's "README" section gives a useful starting point for deciding whether the project fits: Skills能力: 全面支持skills能力,支持一句话生成完整系统,提供零代码模式(一句话搭建系统,无需编写代码)和代码生成模式(基于 jeecg-codegen,自动生成完整代码和建表SQL)两种选择。同时支持一句话自动绘制流程图、设计表单,省去手工绘制繁琐步骤。. If that problem is not yours, popularity is a poor reason to adopt it. Project names, commands, and component names are kept as written so a reader can return to the primary source without guessing at terminology. Another checkable README item is: 零代码能力: 国内首个"低代码+零代码"双模驱动的AI低代码平台!同时支持低代码和零代码; 让开发者用低代码,让业务人员在同一个平台上用零代码!. It can shape a first test, but it does not replace testing in the intended environment.
How it works
The operating model is spread across sections such as "README". The source evidence includes: 采用最新的前后端分离技术栈(Ant Design&Vue3,SpringBoot4,SpringCloud Alibaba,Mybatis-plus,具备强大且颗粒化的权限控制,支持按钮权限和数据权限设置,满足大型业务系统需求。功能涵盖在线表单、表单设计、流程设计、门户设计、报表与大屏设计、OA办公、AI应用、AI知识库、大模型管理、AI流程编排、AI聊天,支持ChatGPT、DeepSeek、Ollama等多种AI大模型。. This article does not turn missing architecture, performance, or security details into claims. A real deployment still needs a look at the repository layout, configuration files, and release history.
Installation and first run
Start installation from the README's documented entry point. A command that can be checked in the source is: ├─AI应用平台 │ ├─AI模型管理 │ ├─AI应用管理 │ ├─AI知识库 │ ├─AI流程编排 │ ├─AI聊天助手(支持图片、文件) │ ├─AI聊天助手支持嵌入第三方、支持移动端 │ ├─MCP插件管理 │ ├─提示词管理 │ ├─支持各种常见模型ChatGPT和DeepSeek、ollama等 ├─AI应用门户 │ ├─ Chat2BI 图表生成智能体 │ ├─ AI绘图智能体 │ ├─ 看图说话 │ ├─ 图像识别 │ ├─ 帮我写作 ├─工具箱 │ ├─OCR识别 │ ├─AI 海报 │ ├─AI 写作 │ ├─AI 简历 ├─AI辅助功能 │ ├─AI建表(Online表单) │ ├─AI生成报表(Online报表) │ ├─AI生成大屏 ├─系统管理 │ ├─用户管理 │ ├─角色管理 │ ├─菜单管理 │ ├─首页配置 │ ├─权限设置(支持按钮权限、数据权限) │ ├─表单权限(控制字段禁用、隐藏) │ ├─部门管理 │ ├─我的部门(二级管理员) │ └─字典管理 │ └─分类字典 │ └─系统 When the README contains no runnable command, this article does not invent one. Open its "后端" section and confirm system dependencies, default ports, and first-run initialization before using a public server.