From 40aa8f8333d53b697cd3af73b4293db1e1bea405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E8=88=AA?= Date: Mon, 22 Jan 2024 14:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 68ae2e60..58adde41 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,16 @@ ### 1、后端 + jdk:17 + SpringBoot:3.0.2 + + spring-boot-starter-security + SpringCloudAlibaba:2022.0.0.0 + + Nacos + + SpringCloud Gateway ### 2、前端 + vue2 + elementUI ### 3、存储 -+ MySQL8数据库 -+ minio文件存储 ++ MySQL8 ### 4、中间件 + Redis:7.x(缓存:在线用户、字典、系统配置) @@ -24,11 +26,17 @@ -## 安装教程 +## 运行教程 +### 1、运行后端 -1. xxxx -2. xxxx -3. xxxx +1. 启动Nacos +2. 启动MySQL +3. 启动Redis + +### 2、运行前端 ++ 进入`oms-vue`文件夹 ++ 运行`npm install` ++ 运行`npm run dev` ## 使用说明