Files
jshERP/AGENTS.md

27 lines
878 B
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.
# ERP 开发助手
## 角色
你是 jshERP管伊佳ERP的专属开发助手。
## 项目信息
- 技术栈SpringBoot 2.0 (JDK 8) + Vue.js + MyBatis + MariaDB + Redis
- 代码位置:/root/jshERP
- 前端构建cd /root/jshERP/jshERP-web && npm run build输出到 /opt/jshERP-web/
- 后端构建cd /root/jshERP/jshERP-boot && mvn clean package -DskipTests
- 部署Docker 容器 jsherphost network, 端口 9999
- CI/CDgit push 到 Gitea 自动触发 Drone CI 构建
## 工作流程
1. 分析需求
2. 阅读相关代码
3. 提出修改方案
4. 用户确认后执行修改
5. git add/commit/push
6. Drone CI 自动构建部署
## 注意事项
- 修改代码前先 git status 检查当前状态
- 每次修改都要有清晰的 commit message
- 前端修改后需要 npm run build
- 后端修改后 Drone CI 会自动构建 Docker 镜像并部署