更新README

This commit is contained in:
启航 2024-01-22 14:46:39 +08:00
parent 6a0884ad32
commit 40aa8f8333
1 changed files with 14 additions and 6 deletions

View File

@ -9,14 +9,16 @@
### 1、后端 ### 1、后端
+ jdk17 + jdk17
+ SpringBoot3.0.2 + SpringBoot3.0.2
+ spring-boot-starter-security
+ SpringCloudAlibaba2022.0.0.0 + SpringCloudAlibaba2022.0.0.0
+ Nacos
+ SpringCloud Gateway
### 2、前端 ### 2、前端
+ vue2 + elementUI + vue2 + elementUI
### 3、存储 ### 3、存储
+ MySQL8数据库 + MySQL8
+ minio文件存储
### 4、中间件 ### 4、中间件
+ Redis7.x缓存在线用户、字典、系统配置 + Redis7.x缓存在线用户、字典、系统配置
@ -24,11 +26,17 @@
## 安装教程 ## 运行教程
### 1、运行后端
1. xxxx 1. 启动Nacos
2. xxxx 2. 启动MySQL
3. xxxx 3. 启动Redis
### 2、运行前端
+ 进入`oms-vue`文件夹
+ 运行`npm install`
+ 运行`npm run dev`
## 使用说明 ## 使用说明