# cloud-commons **Repository Path**: icegan/cloud-commons ## Basic Information - **Project Name**: cloud-commons - **Description**: 将公共组件抽离,方便其它项目引用和维护 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 将公共组件抽离,方便其它项目引用和维护,github和gitee同步更新 1、cloud-commons-base 常用底层基础类封装 2、cloud-commons-pay 支付、公众号相关工具类以及bean 3、cloud-commons-utils 常用底层工具类类封装 # 依赖方式 1、项目主工程增加 oss.sonatype 远程maven ~~~ sonatype-releases sonatype repository https://oss.sonatype.org/service/local/staging/deploy/maven2 sonatype-snapshots Nexus Snapshot Repository https://oss.sonatype.org/content/repositories/snapshots oss-snapshots https://oss.sonatype.org/content/repositories/snapshots false true ~~~ 2、版本号查看[https://oss.sonatype.org/content/repositories/snapshots/com/github/liuweijw/commons/](https://oss.sonatype.org/content/repositories/snapshots/com/github/liuweijw/commons/) 3、项目工程依赖 ~~~ com.github.liuweijw.commons cloud-commons-utils ${cloud-commons.version} com.github.liuweijw.commons cloud-commons-base ${cloud-commons.version} com.github.liuweijw.commons cloud-commons-pay ${cloud-commons.version} ~~~