我的博客站点

一个ruoyi+bootstrap的博客站点程序

Posted by Gjx on 2024-03-14

基于ruoyi-vue的博客管理系统
考虑到安全性问题,分了展示端和管理端,展示端只负责展示和seo,管理端负责维护博客内容数据,两端都拥有独立的端口访问。

简介

本项目基于若依开发。

  • 前端采用Vue、Element UI。
  • 后端采用Spring Boot、Spring Security、Redis & Jwt。

功能

  1. 博客文章
  2. 友情链接
  3. 导航分类
  4. 导航链接
  5. 作品展示

代码

image.png

演示图

管理端

博客文章

image.png
文章编辑

image.png
友情链接

image.png
导航管理

image.png

展示端

我的文章

localhost_8081_.png
我的导航

localhost_8081_nav.png
我的作品

localhost_8081_works.png

讨论

自用项目。