Ruoyi Code Generator
MCP Serverby alffei · Added 5mo ago
Claude
32
Install
git clone https://github.com/alffei/skill_shareAdd to Claude
claude mcp add ruoyi-code-generatorQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"ruoyi-code-generator": {
"command": "npx",
"args": [
"@modelcontextprotocol/ruoyi-code-generator"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
基于若依(RuoYi)框架规范生成 CRUD 代码。当用户需要为数据表生成后端Java代码(实体类、Mapper、Service、Controller)、 前端Vue代码(列表页、API封装)、MyBatis XML映射文件或菜单初始化SQL时使用此技能。 适用于: 创建新模块、添加业务功能、根据表结构生成代码等场景。
Tags
developmentgojavasqlvueskill