2 Star 15 Fork 5

fangcaicoding/fangcai-coding-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
5个月前
Loading...
README
Apache-2.0

本文转载自-方才coding的博客,原文链接:https://fangcaicoding.cn/course/11/3

Hello 我是方才,8人后端研发leader、7年后端经验、4年团队管理&架构经验。

专注于分享成体系的编程知识、职场经验、个人成长历程等!

文末,方才送你一份优质的技术资料,记得领取哟!

关于本站

本站的研发文档,包括设计思路、业务架构说明、技术架构说明、部署手册、开发教程等等,均在 https://fangcaicoding.cn/course/11/3 专栏持续更新。该地址也是本开源项目的在线体验地址。

本站代码已全部开源:

本站整体采用前后端分离的架构:

后端:

技术栈 版本 备注
SpringBoot 3.3.2 https://docs.spring.io/spring-boot/index.html
oracle-jdk21 21.0.4 https://www.oracle.com/java/technologies/downloads/#jdk21-windows
maven 3.8.8 https://maven.apache.org/
git 2.43.0 https://git-scm.com/
knife4j 4.4.0 https://doc.xiaominfo.com/docs/quick-start
mybatis-plus 3.5.7 https://baomidou.com/getting-started/
Mysql 5.7.44 https://dev.mysql.com/doc/refman/5.7/en/
Hutool-all 5.8.26 https://doc.hutool.cn/pages/index/

前端:

技术栈 版本 备注
Vue 3.4.37 https://cn.vuejs.org/guide/quick-start.html
vue-router 4.4.3 https://router.vuejs.org/zh/guide/
element-plus 2.8.1 https://element-plus.org/zh-CN/
axios 1.7.7 https://axios-http.com/docs/api_intro
pinia 2.2.2 https://pinia.vuejs.org/introduction.html
md-editor-v3 4.19.2 https://imzbf.github.io/md-editor-v3/en-US/index
node v20.18.0(LTS) https://nodejs.org/en/download/prebuilt-installer

关于“我”

From Zero To Hero!是我写博客以来,一直坚信的铭言。

只要我在走,哪怕很慢,也终将能积跬步以至千里!

加油少年!

更新日志

todo

  • vip机制实现;
  • 文章限制功能优化,增加vip阅读限制功能;
  • 实现内容收藏功能,支持 文章 + 题目;
  • 题库模块支持选择题类型的题目;
  • 评论系统-低优先级;

20250309

  • 实现题库功能,包括前台刷题功能+后台的基础管理功能;

  • 调整广告位的实现,改为插槽机制;

  • 前台文章编辑等按钮实现权限控制,动态控制按钮;

  • 移动端整体适配优化,包括导航栏、专栏的目录、刷题模块的适配等;

  • 日志starter组件优化,日志内容增加动态变量,增加可读性;

  • 版本截图:

    • 刷题模块

    image-20250310210309139

    image-20250310210344962

    • 题库管理功能:

      image-20250310210914597

    • 前端的动态权限控制:

    image-20250310210743747

    • 日志组件完善:

      image-20250310211115226

    • 移动端适配结果:

      image-20250310211424003

20250118

  • 增加用户基础信息编辑功能:头像和昵称;

  • 后台管理:教程管理批量添加文章时,增加搜索功能;

  • 版本截图:

    image-20250310205606923

    image-20250310205657832

20241129

  • 增加API日志记录功能,按需记录用户操作;

  • 前端用户上下文初始化机制更新,实现clientId标记;

  • 调整后端项目包结构,便于后续扩展和维护;

  • 持续调整前端ApiService.js封装,对API按业务类型管理,便于维护;

  • 版本截图:

    image-20241202223651897

    image-20241202223724532

20241107

  • 优化首页布局,增加固定广告栏;

  • 教程详情页UI优化,增加基础信息展示;

  • 优化文章详情页的目录树样式;

  • 教程增加视频链接地址功能;

  • 解决文章详情,从搜索列表点击文章无效bug;

  • 解决pinia多实例导致登录状态无法响应式更新bug;

  • 版本截图

    • 样式优化

      image-20241107202346621

20241030

  • 阅读限制功能,实现登录阅读限制;
  • 前端代码优化,抽象文章详情基础组件;
  • 版本截图
    • image-20241107201949297

20241027

  • 实现微信公众号扫码登录;
  • 实现微信关键字回复功能,支持数据库配置,后台界面-todo;
  • 实现RBAC权限管理-鉴权部分,后台管理页面-todo;
  • 版本截图:
    • image-20241027212109588
    • image-20241027212123630
    • image-20241027212253994
    • image-20241027211920646
    • image-20241027212441097

20241024

  • 优化教程路由,增加文章id,支持刷新后保持路由定位;
  • 版本截图:

image-20241025000222476

20241020

  • 文章模板编辑功能-文章内容保存时支持维护文章模板;
  • 网站导航;包括分类展示、访问量、后台管理等;
  • 网页UI样式调整;
  • 版本截图:

image-20241021001157943

image-20241021000748480

20241003

  • 接入百度统计(0913就接入了,忘了记录日志);

  • 实现文章搜索功能;

  • 教程列表增加封面展示;

  • 后台管理功能实现:

    • 文章管理:curd+排序;
    • 教程管理:curd+教程文章列表维护;
  • 版本截图:

    • 百度统计后台数据:

      image-20241004203542097

    • 全局搜索功能:

      image-20241004203057435

      image-20241004203128588

    • 后台文章管理:

      image-20241004203151010

      image-20241004203205919

    • 后台教程管理功能:

      image-20241004203233841image-20241004203253486

      image-20241004203319227image-20241004203339973

20240928

  • 完成网站的公安备案;

  • 实现文章通用模板功能,统一增加了自我介绍内容;

  • 版本截图:

    image-20241004203754123

20240920

  • 增加阅读数记录和展示;

  • 统一封装前端css样式文件;

  • 优化文章title展示样式;

  • 更新专栏《从零到一,入门级编程指南》,增加文章1篇;

  • 教程详情-版本截图:

image-20240920224918822

20240917

  • 增加导航栏;

  • 实现(专栏)教程功能;

  • 新增 ElasticSearch 系列文章;

  • 优化前端组件的封装;

  • 版本截图:

image-20240918225145150

image-20240918225159732

20240912

  • 20240114 基于halo2.x 网站上线;

  • 2020817 计划更新文章,halo出现bug,后台账号无法登陆,决定自研博客系统;

  • 2020819 开始研发设计,至20240912上线第一个版本;

  • 版本功能说明:

    • 首页-博客列表;
    • 博客详情页;
    • 登录功能;
    • 博客新增和编辑功能;
  • 以下为版本截图:

image-20240913125116895

image-20240913125140294

image-20240913125434184


交流群

相遇即是缘分,方才送你一份优质的资料(包括方才自己输出的ES、前端、Mysql系列的知识图谱,软考架构师资料,方才阅读过的优质书籍等等资料)

也可备注加群,方才拉你进入优质的技术交流群(日常分享高质量的技术文章、优质的资料、实时资讯共享等)

技术资料

知识星球

“学编程,一定要系统化”——若你也是系统学习的践行者,或不知道该如何系统学习,欢迎加入方才兄的知识星球,期待与你一起 From Zero To Hero!

(ps:方才兄的知识星球开始试运营啦!后续会持续输出完整的编程技术系列(详情见知识图谱)目前试运营阶段,只要38!!一杯奶茶钱,不仅可以学到知识,还可以围观方才兄的自媒体之路!)

星球优惠卷

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

基于Springboot 3.3.2 + vue 3.x 前后端分离的开源博客 展开 收起
Java 等 5 种语言
Apache-2.0
取消

发行版

暂无发行版

贡献者 (4)

全部

近期动态

2天前推送了新的提交到 dev-250405-vip 分支,44ed224...c22068d
2天前推送了新的提交到 dev-250405-vip 分支,c4e974d...44ed224
2天前推送了新的提交到 dev-250405-vip 分支,c3655ac...c4e974d
5天前推送了新的提交到 dev-250405-vip 分支,5505bd0...c3655ac
5天前推送了新的提交到 dev-250405-vip 分支,b2e253e...5505bd0
加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fangcaicoding/fangcai-coding-blog.git
git@gitee.com:fangcaicoding/fangcai-coding-blog.git
fangcaicoding
fangcai-coding-blog
fangcai-coding-blog
master

搜索帮助