From 8d2fa537ff6c4ba1bfa741913e864a0f1d993e60 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Fri, 10 Nov 2023 00:36:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 72d3ef34..c69d2a69 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Github

-# 项目简述 +## 项目简述 项目基于 JDK 17、SpringBoot3、SpringSecurity6 、 JWT 、 Redis 、 Mybatis-Plus 、 Knife4j 等技术栈搭建的前后端分离开源权限管理系统。 @@ -31,7 +31,7 @@ - 基于 RBAC 模型的权限设计,细粒度接口方法、按钮级别权限控制。 -# 项目结构 +## 项目结构 ``` youlai-boot ├── sql # SQL脚本 @@ -70,37 +70,37 @@ youlai-boot └── end ``` -# 前端工程 +## 前端工程 | 项目名称 | Gitee | Github | |------|-------|------| | 前端 | [vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) | [vue3-element-admin](https://github.com/youlaitech/vue3-element-admin) | -# 接口文档 +## 接口文档 - `knife4j` 接口文档:[http://localhost:8989/doc.html](http://localhost:8989/doc.html) - `swagger` 接口文档:[http://localhost:8989/swagger-ui/index.html](http://localhost:8989/swagger-ui/index.html) -# 项目启动 +## 项目启动 -- 1. **数据库初始化** +1. **数据库初始化** 执行 [youlai_boot.sql](sql/mysql8/youlai_boot.sql) 脚本完成数据库创建、表结构和基础数据的初始化。 -- 2. **修改配置** +2. **修改配置** [application-dev.yml](src/main/resources/application-dev.yml) 修改MySQL、Redis连接配置; -- 3. **启动项目** +3. **启动项目** 执行 [SystemApplication.java](src/main/java/com/youlai/system/SystemApplication.java) 的 main 方法完成后端项目启动; 访问接口文档地址 [http://localhost:8989/doc.html](http://localhost:8989/doc.html) 验证项目启动。 -# 💖加交流群 +## 💖加交流群 > 关注公众号【有来技术】,获取交流群二维码,二维码过期请或不想关注公众号可加我微信(`haoxianrui`)备注“有来”,拉你进群。