# common **Repository Path**: YuanLicc/common ## Basic Information - **Project Name**: common - **Description**: 一些公共接口以及默认实现及辅助实现工具(*Util) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Common [![Build Status](https://travis-ci.org/YuanLicc/common.svg?branch=master)](https://travis-ci.org/YuanLicc/common) [![codecov.io](https://codecov.io/gh/YuanLicc/common/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/YuanLicc/common?branch=master) [![GitHub version](https://badge.fury.io/gh/YuanLicc%2Fcommon.svg)](https://badge.fury.io/gh/YuanLicc%2Fcommon) 写代码的过程中,总会遇见一些反复书写的代码块或是逻辑处理,这个 demo 就是对我遇见的重复代码的封装。 #### 注意 部分功能未实现,emm。