diff --git a/README.md b/README.md index 6a0492b7..0eb47055 100644 --- a/README.md +++ b/README.md @@ -38,21 +38,6 @@ - 了解一个真实的 Web 项目从开发到部署的整个流程(本项目配套有大量图例和详细教程,以帮助小伙伴快速上手) - 掌握本项目中涉及的核心技术点以及常见面试题和解析 -## 🏄‍ 在线体验与文档地址 - -- **在线体验**:项目已经部署到腾讯云服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/) - - 已内置三种不同身份的用户: - - | | username | password | 特殊权限 | - | :------: | :------: | :------: | :----------------: | - | 管理员 | admin | admin | 数据统计、删除帖子 | - | 版主 | master | master | 置顶帖子、加精帖子 | - | 普通用户 | user | user | | - - -- **文档地址**:文档通过 Docsify + Gitee Pages 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo) - ## 💻 核心技术栈 后端: diff --git a/docs/README.md b/docs/README.md index e08542ea..844d480f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,21 @@ --- +**源码链接**:已托管在 Github 和 Gitee: + +- Github:[https://github.com/Veal98/Echo](https://github.com/Veal98/Echo) +- Gitee:[https://gitee.com/veal98/Echo](https://gitee.com/veal98/Echo) + +**在线体验**:项目已经部署到腾讯云服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/)。已内置三种不同身份的用户: + +| | username | password | 特殊权限 | +| :------: | :------: | :------: | :----------------: | +| 管理员 | admin | admin | 数据统计、删除帖子 | +| 版主 | master | master | 置顶帖子、加精帖子 | +| 普通用户 | user | user | | + +**文档地址**:文档通过 Docsify + Gitee Pages 生成,国内访问速度较快,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo) + ## 📚 从本项目你能学到什么 - 学会主流的 Java Web 开发技术和框架(Spring、SpringBoot、Spring MVC、MyBatis、MySQL、Redis、Kafka、Elasticsearch、Spring Security 等) @@ -13,21 +28,6 @@ - Gitee:[https://gitee.com/veal98/Echo](https://gitee.com/veal98/Echo) - Github:[https://github.com/Veal98/Echo](https://github.com/Veal98/Echo) -## 🏄‍ 在线体验与文档地址 - -- **在线体验**:项目已经部署到腾讯云服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/) - - 已内置三种不同身份的用户: - - | | username | password | 特殊权限 | - | :------: | :------: | :------: | :----------------: | - | 管理员 | admin | admin | 数据统计、删除帖子 | - | 版主 | master | master | 置顶帖子、加精帖子 | - | 普通用户 | user | user | | - - -- **文档地址**:文档通过 Docsify + Gitee Pages 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo) - ## 💻 核心技术栈 后端: