liuyongxin b412799260 fix0114 1 ay önce
..
cloud-common-bom ddf7c30dd8 upd 8 ay önce
cloud-common-core 5eae3ae3d1 fix0106 5 ay önce
cloud-common-data ddf7c30dd8 upd 8 ay önce
cloud-common-datasource ddf7c30dd8 upd 8 ay önce
cloud-common-entity 3d6f8b9521 fix0114 5 ay önce
cloud-common-excel ddf7c30dd8 upd 8 ay önce
cloud-common-feign ddf7c30dd8 upd 8 ay önce
cloud-common-gateway ddf7c30dd8 upd 8 ay önce
cloud-common-gray ddf7c30dd8 upd 8 ay önce
cloud-common-job ddf7c30dd8 upd 8 ay önce
cloud-common-log b412799260 fix0114 1 ay önce
cloud-common-mqtt ddf7c30dd8 upd 8 ay önce
cloud-common-oss ddf7c30dd8 upd 8 ay önce
cloud-common-security b412799260 fix0114 1 ay önce
cloud-common-sequence ddf7c30dd8 upd 8 ay önce
cloud-common-swagger ddf7c30dd8 upd 8 ay önce
cloud-common-test ddf7c30dd8 upd 8 ay önce
cloud-common-transaction ddf7c30dd8 upd 8 ay önce
cloud-common-xss ddf7c30dd8 upd 8 ay önce
cloud-mqtt-codec ddf7c30dd8 upd 8 ay önce
cloud-mqtt-spring-boot-starter ddf7c30dd8 upd 8 ay önce
cloud-upms-api ddf7c30dd8 upd 8 ay önce
README.md ddf7c30dd8 upd 8 ay önce
pom.xml 5eae3ae3d1 fix0106 5 ay önce

README.md

项目简介

介绍项目主要功能:cloud-common 系统服务常用封装工具模块

代码结构说明

├─cloud-common-core         系统配置、系统常量、异常处理、以及其他设置
├─cloud-common-data         数据库链接封装
├─cloud-common-datasource   数据库资源封装
├─cloud-common-excel        excel操作封装(easyExcel)
├─cloud-common-feign        服务调用封装
├─cloud-common-gateway      网关封装
├─cloud-common-gray         灰度路由
├─cloud-common-job          定时任务
├─cloud-common-log          日志
├─cloud-common-security     安全工具类
├─cloud-common-sequence     分布式发号器
├─cloud-common-swagger      接口文档
├─cloud-common-transaction  分布式事务
├─cloud-common-xss          xss 安全过滤插件 基于 JSOUP
└─cloud-upms-api            通用用户权限管理系统公共api模块

构建指南

项目构建命令:

mvn clean package install 

部署指南

作为公共jar使用,构建后引用即可

运行指南

项目运行命令

注意事项