# AlaTool 工具框架
**Repository Path**: wl4837/alatool
## Basic Information
- **Project Name**: AlaTool 工具框架
- **Description**: 🐶 Java工具类库 更加快速的开发项目 便捷优雅的使用类库
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://gitee.com/wl4837
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-07-06
- **Last Updated**: 2025-05-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
AlaTool 工具框架
中文 |
[English](./README.en.md)
## 简介
🐶 Java工具类库 更加快速的开发项目 便捷优雅的使用类库
## 功能模块
| 模块 | 介绍 |
|---|---|
| alatool-core | 核心 |
| alatool-orm | 数据库 |
## 安装
### Maven
```
io.gitee.wl4837.alatool
alatool-all
0.0.6
```
## 使用文档
1. [表单数据验证工具](./alatool-core/src/test/java/io/gitee/wl4837/alatool/core/util/FormValidateUtilTest.java)
2. [树结构工具](./alatool-core/src/test/java/io/gitee/wl4837/alatool/core/util/TreeUtilTest.java)
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request