# totrying-base **Repository Path**: QuanJWS/totrying-base ## Basic Information - **Project Name**: totrying-base - **Description**: totrying的基础模块 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-10 - **Last Updated**: 2022-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 撸起袖子加油干,瞎折腾一番 #### 介绍 瞎折腾系统基础依赖。主要为了规范统一不同分支项目的一些共用依赖,减小开发细节上的差异化。 #### 使用说明 拉取代码,直接install到本地,然后在项目中引入maven依赖(gradle亦然) ```xml com.totrying totrying-base 1.0.0 ``` 或拉取代码后,直接package为依赖jar包,然后在所需项目中创建依赖lib,单独引入 ```xml com.totrying totrying-base 1.0.0 system ${project.basedir}/lib/totrying-base-1.0.0.jar ``` #### 参库地址 - totrying的后台系统模块 https://gitee.com/QuanJWS/totrying-system.git - vue的前端管理模块 https://gitee.com/QuanJWS/vue-admin-sys-web.git - totrying的基础模块 https://gitee.com/QuanJWS/totrying-base.git - crudfast代码生成模块及库表管理 https://gitee.com/QuanJWS/crudfast.git