proxy-backend-global
Installation
SKILL.md
后端全局编码规范
技术栈
- JDK 8 + Spring Boot 2.7 + MyBatis Plus + MySQL
- 基础包:
cn.xm.partner - 工具库:Hutool、Lombok、MapStruct、Swagger (Springfox 3)
- 多模块 Maven:
xm-framework(框架层) /xm-module-*(业务模块) /xm-server(启动入口)
分层架构
Related skills
More from kevinqpeng/proxy-skills
proxy-backend-api-design
>-
6proxy-backend-database
>-
5proxy-backend-impl-workflow
>-
4frontend-api
前端 API 对接规范,包含文件存放结构、requestClient 请求封装、namespace 类型定义、接口方法命名约定。适用于基于 vue-vben-admin v5 + @vben/request 的项目。当需要新建或修改 API 文件、定义接口类型、调用后端接口时使用此技能。
2proxy-app-global
Proxy2.0 移动端全局编码规范:uni-app + Vue 3 项目结构、命名规范、组件规范、API 封装、Store 管理、页面路由、多端适配。Use when: (1) Creating or modifying any code in proxy2.0-app project, (2) Writing pages, components, API files, or store modules, (3) Configuring pages.json or manifest.json, (4) Working with uni-app multi-platform features (H5/小程序/App), (5) Following project structure and coding standards.
2frontend-store
前端数据状态流转规范,包含 Pinia Setup Store 与 Options Store 两种范式、持久化配置、状态边界约束。适用于基于 vue-vben-admin v5 + Pinia 的项目。当需要新建或修改 Store、管理全局状态、配置状态持久化时使用此技能。
2