leniu-code-patterns
Installation
SKILL.md
leniu-tengyun-core 代码规范速查
leniu 项目特征
| 项目特征 | 说明 |
|---|---|
| 包名前缀 | net.xnzn.core.* |
| JDK 版本 | 21 |
| Validation | jakarta.validation.* |
| 工具库 | Hutool (CollUtil, ObjectUtil, BeanUtil) |
| 分页组件 | PageHelper (PageMethod) |
| 对象转换 | BeanUtil.copyProperties() |
| 异常类 | LeException |
| 国际化 | I18n |
| 租户上下文 | TenantContextHolder |
与 RuoYi-Vue-Plus 对比
Related skills