# tile **Repository Path**: godcheese/tile ## Basic Information - **Project Name**: tile - **Description**: Tile 是一款自用的 Java 快速开发工具集依赖包,提供一些常用的实用类。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-08-26 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: utils **Tags**: None ## README # Tile
## 简介 Introduction Tile 是一款自用的 Java 快速开发工具集依赖包,提供一些常用的实用类。 ## 特性 Features - DatabaseUtil - [SQL 文件生成实体类、MyBatis Mapper、MyBatis Mapper XML 文件](/docs/DatabaseUtil.md) ## Install - Maven - ``` mvn clean install ``` ## Usage - 手动加入依赖包 访问 [Release](https://github.com/godcheese/tile/releases) 页面,下载最新版 Tile jar 包,放入项目根目录中的 ```lib``` 文件夹下,然后在 ```pom.xml``` ```