diff --git a/README.md b/README.md index 4518577c7..d60ad94b2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,24 @@ -![](https://img.shields.io/badge/youlai--mall-v2.0.0-blue) ![](https://img.shields.io/badge/SpringBoot-2.6.3-brightgreen.svg) ![](https://img.shields.io/badge/SpringCloud-2021-green.svg) [![](https://img.shields.io/github/stars/youlaitech/youlai-mall.svg?style=social&label=Stars)](https://github.com/youlaitech/youlai-mall) [![](https://gitee.com/youlaitech/youlai-mall/badge/star.svg)](https://gitee.com/youlaiorg/youlai-mall) [![](https://img.shields.io/badge/Author-有来开源组织-orange.svg)](https://gitee.com/youlaiorg) [![](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://gitee.com/youlaitech/youlai-mall/blob/master/LICENSE) +
-+
# 📚️ 项目介绍 @@ -20,23 +33,23 @@ - 项目使用皆是当前主流的技术栈,无过度自定义封装,易理解学习和二次扩展; - SpringBoot 2.6、SpringCloud 2021 & Alibaba 2021 一站式微服务开箱即用的解决方案; -- Spring Security OAuth2 、 Spring Cloud Gateway 、 JWT 统一认证鉴权逻辑和常用授权模式扩展; +- Spring Security OAuth2 、 Spring Cloud Gateway 、 JWT 统一认证鉴权和常用 OAuth2 授权模式扩展; - 移动端采用终极跨平台解决方案 uni-app, 一套代码编译iOS、Android、H5和小程序等多个平台; -- Jenkins、Docker、K8s实现微服务持续集成与交付(CI/CD)。 +- Jenkins、K8s、Docker实现微服务持续集成与交付(CI/CD)。 ### 🗀 在线预览 -- Vue3: [www.youlai.tech](http://www.youlai.tech) -- Vue2: [www.youlai.tech:9527](http://www.youlai.tech:9527) -- H5:[www.youlai.tech:81](http://www.youlai.tech:9527) -- 小程序: 加我微信申请体验 +| Vue3| Vue2 | H5| 微信小程序| +| --- | --- | --- |--- | +| [www.youlai.tech](http://www.youlai.tech) | [www.youlai.tech:9527](http://www.youlai.tech:9527) | [www.youlai.tech:81](http://www.youlai.tech:9527)| 加我微信申请体验| + ### 🗀 预览截图 -| 【App】Spring Security OAuth2 手机短信验证码模式 | 【小程序】Spring Security OAuth2 微信授权模式 | -| ------------------------------------------------------------ | :----------------------------------------------------------- | +|「App」Spring Security OAuth2 手机短信验证码模式 | 「小程序」Spring Security OAuth2 微信授权模式 | +| ------------------------------------------------------------ |----------------------------------------------------------- | | | | -| **【管理系统】Spring Security OAuth2 密码模式** | **【管理系统】Spring Security OAuth2 验证码模式** | +| **「管理前端」Spring Security OAuth2 密码模式** | **「管理前端」Spring Security OAuth2 验证码模式** | | | | # ⛺ 源码地址 @@ -50,7 +63,7 @@ # 🚤 项目启动 -### 🗀 后端启动 +### 🗀 后端 > `极速启动` 是方便快速启动查看效果的启动方式,其中的数据库和Redis等中间件使用的是有来提供的云环境,切勿修改数据,有时间条件建议`本地启动`。 @@ -114,11 +127,11 @@ 进入 `middleware/nacos/conf/application.properties` 文件修改 Nacos 配置的数据连接,需要修改配置如下: ```properties - spring.datasource.platform=mysql - db.num=1 - db.url.0=jdbc:mysql://localhost:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC - db.user.0=root - db.password.0=123456 + spring.datasource.platform=mysql + db.num=1 + db.url.0=jdbc:mysql://localhost:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC + db.user.0=root + db.password.0=123456 2. **启动Nacos** @@ -130,7 +143,11 @@ 输入用户名/密码:nacos/nacos ; - 进入管控台,点击左侧菜单 `配置管理` → `配置列表` 进入列表页面,点击 `导入配置` 选择项目中的 `doc/nacos/DEFAULT_GROUP.zip` 文件 。 + 进入管控台,点击左侧菜单 `配置管理` → `配置列表` 进入列表页面,点击 `导入配置` 选择项目中的 `doc/nacos/DEFAULT_GROUP.zip` 文件 ; + + 4. **修改Nacos配置** + + 进入共享配置 `youlai-common.yaml` ,修改 MySQL、Redis、RabbitMQ等中间件信息为您自己本地环境,默认为有来云环境。 4. **服务启动** @@ -147,14 +164,14 @@ 访问接口文档地址测试 [http://localhost:9999/doc.html](http://localhost:9999/doc.html) -### 🗀 管理前端启动 +### 🗀 管理前端 1. 本机安装 Node 环境 2. npm install 3. npm run dev 4. 访问 http://localhost:9527 -### 🗀 微信小程序启动 +### 🗀 微信小程序 1. 下载 `HBuilder X` 和 `微信开发者工具` ; 2. 导入 [mall-app](https://gitee.com/youlaitech/youlai-mall-weapp) 源码至 `HBuilder X` ; @@ -164,7 +181,7 @@ 6. Nacos控制台替换 `youlai-auth` 配置中的微信小程序 AppID 和 AppSecret 为自己申请的小程序 ; 7. `Hbuilder X` 工具栏点击 `运行` -> `运行到小程序模拟器` -> `微信开发者工具`。 -### 🗀 移动端启动 +### 🗀 H5/移动端 1. 下载 `HBuilder X` ; 2. 导入 [mall-app](https://gitee.com/youlaitech/youlai-mall-weapp) 源码至 `HBuilder X`;