# example **Repository Path**: iispeily/example ## Basic Information - **Project Name**: example - **Description**: 架子:SpringBoot-MyBatis-Redis-Security - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # example #### 介绍 架子:SpringBoot-MyBatisPlus-Redis-Security > MyBatisPlus代码生成器: GenerateCode.java #### 基于ruoyi-vue改造,http://www.ruoyi.vip > 项目结构: ``` ...java |-- common 通用模块(常量、枚举、工具类...) |-- framework 项目依赖的相关框架配置(mybatis、Redis...) |-- entity 实体 |-- service 接口 |-- impl 接口实现 |-- mapper mapper层 |-- controller 前端控制器层 ...resources |-- i18n 国际化 |-- mapper xml层 |-- temp 代码生成模板 ```