# fastdev **Repository Path**: luyunfengl/fastdev ## Basic Information - **Project Name**: fastdev - **Description**: 基于 SpringBoot 的快速开发平台 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastdev 快速开发平台 ## 简介 本项目旨在 SpringBoot 为基础构建的快速快发 ## 框架和功能 * SpringBoot 1.5.7 不多说 * Quartz 2.3.1 定时任务 * MyBatis + Druid * 日志系统,切面日志 * redis工具类 分布式锁 * 集群分布式环境下主键唯一性生成策略 * HttpClient 工具类 * 集成 swagger ## 使用详细介绍 ### 1. 如何引入? 详细见 online_music 项目 暂时没空写 #### #### 统一异常 ``` fastdev : CommonException lucode-for-all : LuCodeCommonException ``` #### 统一返回错误码 ``` ReturnCodeModel 例如:成功 9999 ``` #### 统一返回模型 CommonResponseModel #### 文章 ``` 增删改查 2017年12月1日 ``` #### 文件上传 ``` oss 存储完成 2017年12月23日 ```