# wrench **Repository Path**: shanch/wrench ## Basic Information - **Project Name**: wrench - **Description**: 小工具 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2023-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🔧 拧螺丝的好扳手 | 模块名称 | 描述(点击链接查看具体文档) | |--------------------------------------|---------------------------------------------------------| | wrench-spring-boot-starter | 所有模块 | | wrench-auth-spring-boot-starter | [权限处理](/wrench-auth-spring-boot-starter/README.md) | | wrench-common-spring-boot-starter | [通用包](/wrench-common-spring-boot-starter/README.md) | | wrench-file-spring-boot-starter | [文件处理](/wrench-file-spring-boot-starter/README.md) | | wrench-pager-spring-boot-starter | [分页处理](/wrench-pager-spring-boot-starter/README.md) | | wrench-sysconfig-spring-boot-starter | [系统配置](/wrench-sysconfig-spring-boot-starter/README.md) | | wrench-tree-spring-boot-starter | [树结构](/wrench-tree-spring-boot-starter/README.md) | ## 安装 [最新版本](https://mvnrepository.com/artifact/io.github.maodua/wrench-spring-boot-starter) Gradle: ```groovy dependencies { compile "io.github.maodua:wrench-spring-boot-starter:版本号" } ``` Maven: ```xml io.github.maodua wrench-spring-boot-starter 版本号 ```