mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	完善项目 README 说明
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							@@ -25,7 +25,7 @@
 | 
			
		||||
 | 
			
		||||
* 管理后台的 Vue3 版本采用 [vue-element-plus-admin](https://gitee.com/kailong110120130/vue-element-plus-admin) ,Vue2 版本采用 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 
 | 
			
		||||
* 管理后台的移动端采用 [uni-app](https://github.com/dcloudio/uni-app) 方案,一份代码多终端适配,同时支持 APP、小程序、H5!
 | 
			
		||||
* 后端采用 Spring Boot、MySQL + MyBatis Plus、Redis + Redisson
 | 
			
		||||
* 后端采用 Spring Boot 多模块架构、MySQL + MyBatis Plus、Redis + Redisson
 | 
			
		||||
* 数据库可使用 MySQL、Oracle、PostgreSQL、SQL Server、MariaDB、国产达梦 DM、TiDB 等
 | 
			
		||||
* 权限认证使用 Spring Security & Token & Redis,支持多终端、多种用户的认证系统,支持 SSO 单点登录
 | 
			
		||||
* 支持加载动态权限菜单,按钮级别权限控制,本地缓存提升性能
 | 
			
		||||
@@ -37,11 +37,11 @@
 | 
			
		||||
* 集成报表设计器,支持数据报表、图形报表、打印设计等
 | 
			
		||||
 | 
			
		||||
| 项目名                  | 说明                     | 传送门                                                                                                                                 |
 | 
			
		||||
|--------------------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
 | 
			
		||||
|----------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
 | 
			
		||||
| `ruoyi-vue-pro`      | Spring Boot 多模块        | **[Gitee](https://gitee.com/zhijiantianya/ruoyi-vue-pro)**     [Github](https://github.com/YunaiV/ruoyi-vue-pro)     |
 | 
			
		||||
| `yudao-cloud`        | Spring Cloud 微服务       | **[Gitee](https://gitee.com/zhijiantianya/yudao-cloud)**     [Github](https://github.com/YunaiV/yudao-cloud)         |
 | 
			
		||||
| `Spring-Boot-Labs`   | Spring Boot & Cloud 入门 | **[Gitee](https://gitee.com/zhijiantianya/SpringBoot-Labs)**     [Github](https://github.com/YunaiV/SpringBoot-Labs) |
 | 
			
		||||
 | `ruoyi-vue-pro-mini` | 精简版 移除工作流 支付等模块| **[Gitee](https://gitee.com/zhijiantianya/ruoyi-vue-pro/tree/mini)**  |
 | 
			
		||||
 | `ruoyi-vue-pro-mini` | 精简版:移除工作流、支付等模块        | **[Gitee](https://gitee.com/zhijiantianya/ruoyi-vue-pro/tree/mini)**                                                                |
 | 
			
		||||
 | 
			
		||||
## 😎 开源协议
 | 
			
		||||
 | 
			
		||||
@@ -96,6 +96,7 @@
 | 
			
		||||
|     | 通知公告  | 系统通知公告信息发布维护                    |
 | 
			
		||||
| 🚀  | 敏感词   | 配置系统敏感词,支持标签分组                  |
 | 
			
		||||
| 🚀  | 应用管理  | 管理 SSO 单点登录的应用,支持多种 OAuth2 授权方式 |
 | 
			
		||||
| 🚀  | 地区管理  | 展示省份、城市、区镇等城市信息,支持 IP 对应城市      |
 | 
			
		||||
 | 
			
		||||
### 工作流程
 | 
			
		||||
 | 
			
		||||
@@ -168,7 +169,7 @@ ps:核心功能已经实现,正在对接微信小程序中...
 | 
			
		||||
## 🐨 技术栈
 | 
			
		||||
 | 
			
		||||
| 项目                           | 说明                 |
 | 
			
		||||
|-------------------------|-----------------------|
 | 
			
		||||
|------------------------------|--------------------|
 | 
			
		||||
| `yudao-dependencies`         | Maven 依赖版本管理       |
 | 
			
		||||
| `yudao-framework`            | Java 框架拓展          |
 | 
			
		||||
| `yudao-server`               | 管理后台 + 用户 APP 的服务端 |
 | 
			
		||||
@@ -181,11 +182,12 @@ ps:核心功能已经实现,正在对接微信小程序中...
 | 
			
		||||
| `yudao-module-infra`         | 基础设施的 Module 模块    |
 | 
			
		||||
| `yudao-module-bpm`           | 工作流程的 Module 模块    |
 | 
			
		||||
| `yudao-module-pay`           | 支付系统的 Module 模块    |
 | 
			
		||||
| `yudao-module-visualization` | 大屏报表 Module 模块     |
 | 
			
		||||
 | 
			
		||||
### 后端
 | 
			
		||||
 | 
			
		||||
| 框架                                                                                          | 说明               | 版本          | 学习指南                                                           |
 | 
			
		||||
|---------------------------------------------------------------------------------------------|-----------------------|-------------|----------------------------------------------------------------|
 | 
			
		||||
|---------------------------------------------------------------------------------------------|------------------|-------------|----------------------------------------------------------------|
 | 
			
		||||
| [Spring Boot](https://spring.io/projects/spring-boot)                                       | 应用开发框架           | 2.7.6       | [文档](https://github.com/YunaiV/SpringBoot-Labs)                |
 | 
			
		||||
| [MySQL](https://www.mysql.com/cn/)                                                          | 数据库服务器           | 5.7 / 8.0+  |                                                                |
 | 
			
		||||
| [Druid](https://github.com/alibaba/druid)                                                   | JDBC 连接池、监控组件    | 1.2.15      | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) |
 | 
			
		||||
@@ -230,7 +232,7 @@ ps:核心功能已经实现,正在对接微信小程序中...
 | 
			
		||||
### [管理后台 uni-app 跨端](./yudao-ui-admin-uniapp)
 | 
			
		||||
 | 
			
		||||
| 框架                                              | 说明                 | 版本     |
 | 
			
		||||
|----------------------------------------------------------------------|------------------|--------|
 | 
			
		||||
|-------------------------------------------------|--------------------|--------|
 | 
			
		||||
| [uni-app](hhttps://github.com/dcloudio/uni-app) | 跨平台框架              | 2.0.0  |
 | 
			
		||||
| [uni-ui](https://github.com/dcloudio/uni-ui)    | 基于 uni-app 的 UI 框架 | 1.4.20 |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user