# rain-commons **Repository Path**: rainycoding/rain-commons ## Basic Information - **Project Name**: rain-commons - **Description**: rain-commons 为沐雨系列项目的公共模块项目,同时使用 rain-generator 生成的代码也需要依赖这个项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rain-commons #### 介绍 `rain-commons` 为沐雨系列项目的公共模块项目,同时使用 `rain-generator` 生成的代码也需要依赖这个项目 #### 项目结构 ``` lua rain-commons ├── constant -- 常量类 ├── dto -- Controller 统一返回 DTO ├── exception -- 自定义异常类 ├── util -- 工具类 └── xss -- XSS 攻击过滤器 ``` #### 安装教程 1. git 下载源码 2. 按个人项目习惯修改包名 3. 在其他模块引入该公共模块 #### 使用说明 1. 此项目仅众多项目公共模块的参考