From cf4c6b77dbbe04cfa9f86d7b6cf6d65218b3df70 Mon Sep 17 00:00:00 2001 From: 201206030 <1179705413@qq.com> Date: Tue, 12 Jul 2022 20:03:23 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cbb099..ffeb29f 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ git clone https://gitee.com/novel_dev_team/novel-front-web.git - 回复「**笔记**」获取`Spring Boot 3 学习笔记` -![xxyopen](https://youdoc.gitee.io/img/qrcode_for_gh.jpg) +![xxyopen](https://youdoc.github.io/img/qrcode_for_gh.jpg) ## 赞赏支持 From 657c8a22863d867e72bb0ae7f4ce2ceb4837f1e1 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Fri, 15 Jul 2022 06:25:44 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ffeb29f..b73e131 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![index]( https://s1.ax1x.com/2022/05/17/O5tgbR.png )]( https://curl.qcloud.com/kgMaOjoq ) - +[![index]( https://youdoc.github.io/img/tencent.jpg )]( https://cloud.tencent.com/act/cps/redirect?redirect=2446&cps_key=736e609d66e0ac4e57813316cec6fd0b&from=console )

Java 17 Spring Boot 3 From 8ba670cebb764f715de1d620b27f86625dc5693d Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Thu, 21 Jul 2022 22:03:36 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b73e131..4fb1f76 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ git clone https://gitee.com/novel_dev_team/novel-front-web.git ## 项目教程 -[手把手教你从零开始开发上线一个生产级别的小说系统](https://youdoc.github.io/course/novel/3.html) +[手把手教你从零开始开发上线一个生产级别的小说系统](https://docs.xxyopen.com/course/novel/3.html) ## 公众号 From 8b43851955ce0c179085a7906e980f3f7027e56b Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Fri, 22 Jul 2022 21:16:54 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4fb1f76..c204c70 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ io - 下载后端源码 -``` +```bash git clone https://gitee.com/novel_dev_team/novel.git ``` @@ -208,7 +208,7 @@ git clone https://gitee.com/novel_dev_team/novel.git 1. 修改`src/resources/application.yml`配置文件中的数据源配置 - ``` + ```yaml spring: datasource: url: jdbc:mysql://localhost:3306/novel_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai @@ -218,7 +218,7 @@ git clone https://gitee.com/novel_dev_team/novel.git 2. 修改`src/resources/application.yml` 和 `src/resources/redisson.yml` 配置文件中的`redis`连接配置 - ``` + ```yaml spring: redis: host: 127.0.0.1 @@ -226,7 +226,7 @@ git clone https://gitee.com/novel_dev_team/novel.git password: 123456 ``` - ``` + ```yaml singleServerConfig: address: "redis://127.0.0.1:6379" password: 123456 @@ -236,7 +236,7 @@ git clone https://gitee.com/novel_dev_team/novel.git 4. 项目根目录下运行如下命令来启动后端服务(有安装 IDE 的可以导入源码到 IDE 中运行) - ``` + ```bash mvn spring-boot:run ``` 5. 接口文档访问地址:`http://server:port/swagger-ui/index.html` @@ -244,7 +244,7 @@ git clone https://gitee.com/novel_dev_team/novel.git - 下载前端前台门户系统源码 -``` +```bash git clone https://gitee.com/novel_dev_team/novel-front-web.git ``` @@ -254,18 +254,18 @@ git clone https://gitee.com/novel_dev_team/novel-front-web.git 2. `yarn`安装 - ``` + ```bash npm install -g yarn ``` 3. 项目根目录下运行如下命令来安装项目依赖 - ``` + ```bash yarn install ``` 4. 项目根目录下运行如下命令启动 - ``` + ```bash yarn serve ``` 5. 浏览器通过`http://localhost:1024`来访问 From 1614e79106336407fe1c3d53854bf79a7215a2bb Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 3 Aug 2022 19:11:04 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c204c70..9eae568 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ novel 是一套基于时下**最新** Java 技术栈 Spring Boot 3 + Vue 3 开 ## 项目地址 +- 网站:[项目官网](https://novel.xxyopen.com) | [演示站点](http://47.106.243.172:8888/) | [技术博客](https://www.xxyopen.com) | [在线文档](https://docs.xxyopen.com) - 后端项目(更新中):[GitHub](https://github.com/201206030/novel) | [码云](https://gitee.com/novel_dev_team/novel) - 前端项目(更新中):[GitHub](https://github.com/201206030/novel-front-web) | [码云](https://gitee.com/novel_dev_team/novel-front-web) -- 线上应用版:[GitHub](https://github.com/201206030/novel-plus) | [码云](https://gitee.com/novel_dev_team/novel-plus) |[演示地址](http://47.106.243.172:8888/) +- 线上应用版:[GitHub](https://github.com/201206030/novel-plus) | [码云](https://gitee.com/novel_dev_team/novel-plus) - 微服务版:[GitHub](https://github.com/201206030/novel-cloud) | [码云](https://gitee.com/novel_dev_team/novel-cloud) ## 开发环境 From ada179053c1e8932b26a75c21d99edf8c5fe07f0 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Thu, 4 Aug 2022 12:36:29 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eae568..9e95339 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,9 @@ novel 是一套基于时下**最新** Java 技术栈 Spring Boot 3 + Vue 3 开 ## 项目地址 -- 网站:[项目官网](https://novel.xxyopen.com) | [演示站点](http://47.106.243.172:8888/) | [技术博客](https://www.xxyopen.com) | [在线文档](https://docs.xxyopen.com) - 后端项目(更新中):[GitHub](https://github.com/201206030/novel) | [码云](https://gitee.com/novel_dev_team/novel) - 前端项目(更新中):[GitHub](https://github.com/201206030/novel-front-web) | [码云](https://gitee.com/novel_dev_team/novel-front-web) -- 线上应用版:[GitHub](https://github.com/201206030/novel-plus) | [码云](https://gitee.com/novel_dev_team/novel-plus) +- 线上应用版:[GitHub](https://github.com/201206030/novel-plus) | [码云](https://gitee.com/novel_dev_team/novel-plus) | [演示站点](http://47.106.243.172:8888/) - 微服务版:[GitHub](https://github.com/201206030/novel-cloud) | [码云](https://gitee.com/novel_dev_team/novel-cloud) ## 开发环境