# 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

GitHub Last Commit Build Status Quality Gate Status Codacy Badge license

## 简介 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``` `````` 中加入依赖代码,如下: ``` com.godcheese tile 1.0.0 system ${libPath}/tile-1.0.0.jar jar ``` 然后在 ``` - ``` 下加入打包依赖包代码,如下: ``` ${libPath} BOOT-INF/lib **/*.jar ``` - 从 Maven 仓库中安装依赖包 GitHub Maven Repository: https://github.com/godcheese/maven-repository Maven:将 tile-1.0.0.jar 拷贝只项目根目录下的 lib 目录下,然后再 pom.xml 文件下添加以下依赖代码: ``` com.godcheese tile 1.0.0 jar ``` ## 捐赠 Donation If you find Tile useful, you can buy us a cup of coffee [Paypal Me](https://www.paypal.me/godcheese)