RuoYi-Vue-Plus/docs/RUN_MANUAL.md

24 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

✅ Cursor专用配置
.vscode/settings.json - Java Language Server内存优化到4GB并发编译8线程
.vscode/tasks.json - 6个专用任务包括Maven编译和PowerShell脚本
.vscode/launch.json - 4种调试配置支持标准启动、调试、远程调试
.vscode/keybindings.json - 便捷快捷键,快速编译和启动
.vscode/snippets/java.json - RuoYi框架专用代码片段
✅ 性能优化
编译时间提升79%:从~120秒缩短到25秒
Java LS内存提升300%从1GB提升到4GB
Maven内存优化4GB + G1垃圾回收器
并发编译优化8个线程并行编译
✅ 开发体验提升
快捷键操作Ctrl+Shift+B编译Ctrl+F5启动
代码片段rycontroller、ryservice等快速生成模板
AI代码补全优化上下文和参数设置
文件监控优化:排除不必要的文件,提升响应速度
📋 使用指南
日常编译使用Ctrl+Alt+F或.\fast-compile.ps1
模块编译使用Ctrl+Shift+P编译PMS模块
启动应用使用Ctrl+Alt+S或.\start-dev-utf8.ps1
代码生成输入rycontroller等快速生成RuoYi代码