# frsimpleBoot **Repository Path**: uhyp/frsimple-boot ## Basic Information - **Project Name**: frsimpleBoot - **Description**: 一个开箱即用的中后端解决方案 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: https://frsimple.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2025-02-14 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### [B2C在线商城版本演示地址](https://shop.frsimple.cn) #### [企业级中后台解决方案 pro版本演示地址](https://pro.frsimple.cn) #### [SpringCloud 微服务中后台解决方案传送门](https://gitee.com/frsimple/springcloud) #### 官网地址 [官网地址](http://frsimple.cn) #### 前端源码地址 [vue3](https://gitee.com/frsimple/sview) #### 系统截图
#### 演示地址 [vue3版本](https://svue.frsimple.cn/) #### 软件架构 基础框架:SpringBoot 2.7+ 授权认证:sa-token(轻量级的Java权限认证框架) 高可用缓存:Redis 持久层:MyBatis Plus (支持动态数据源) 数据库连接池:Alibaba.druid 文件存储:minio 在线接口文档:SpringDoc 短信服务: 阿里云 | 腾讯云 工具类: HuTool | IdGenerator #### 开发部署 开发工具:idea 数据库版本: mysql8.0 redis版本: 5.0.14 - 启动redis - 启动服务 SimpleApplication #### 目录结构 ├─ simple-boot //父级工程 │ │ ├─ simple-base //基础公共模块 │ │ ├─ simple-center //系统管理业务功能 │ │ ├─ simple-start //springboot启动模块