0 Star 0 Fork 0

kuang_wu / mnxz

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

spring boot集合为一体的博客网站


[TOC]

引言

该项目最开始只是作为个人java工程脚手架,集成后台各个功能和插件像redis、jwt等,后来添加了前端框架layui/bootstrap。于是有了博客网站,目的是学习交流。其中有用到的框架不能进行商用的自行删除。由于使用本项目而产生的商业纠纷或侵权行为一概与本项目及开发者无关,请自行承担法律风险。 在使用本项目代码时,也应该在授权协议中同时表明本项目依赖的第三方库的协议

后端框架/插件介绍

目前已使用但不包括,后续会陆续添加其他插件

  • springboot2/java1.8
  • 登录:jwt
  • 数据库持久化:mybaits-plus (page)
  • 文件存储工具:fastdfs/ftp/阿里云oss
  • 日志、告警:钉钉监控、logback
  • 队列:rabbitmq
  • 缓存插件:redis
  • pdf插件:itextpdf
  • word插件:dom4j
  • api文档: swagger2

前端框架/插件介绍

由于是后端,对前端不怎么了解。所以前端代码并不规范,如果发现bug和优化建议可以直接联系

后台管理

  • layui/layuimini
  • 图表插件:echarts
  • markdown编辑器: editor.md
  • 富文本编辑器:wangEditor

博客

  • bootstrap5

已实现功能

系统管理基本功能

  • 资源管理
  • 角色管理
  • 用户管理
  • 用户动态接口权限

博客基本功能

  • 文章分类
  • 文章标签
  • 文章内容
  • 关于我动态修改
  • RSS订阅

工程模块介绍

系统采用前后端分离结构,遵循RESTful 风格的API接口

后端

  • springboot-business [业务模块]

    • springboot-business-manager 【系统管理、博客管理】
    • springboot-business-webmagic 【爬虫:网易云音乐、知乎】
    • springboot-dao-entity 【实体类、持久化层】
  • springboot-common 【公共模块】

    • springboot-common-config 【公共配置文件:swagger2等】
    • springboot-common-datasource 【数据库配置:引入后可实现动态切库】
    • springboot-common-filedown 【文件下载:fastdfs、ftp、oss阿里云】
    • springboot-common-jwt 【jwt登录】
    • springboot-common-monitor 【钉钉实时监控】
    • springboot-common-rabbitmq 【rabbitmq工具】
    • springboot-common-redis【redis工具】
    • springboot-common-returndata 【controller层实体:dto、vo】
    • springboot-common-util 【其他工具类:word、pdf、时间工具】

前端

  • springboot-three 【前端模块】
    • cv-admin 【管理系统前端】
    • cv-coder 【博客前端】

网站地址

http://blog.mnxz.fun/

系统截图

博客页

输入图片说明

系统管理

输入图片说明

输入图片说明

微信公众号

输入图片说明

MIT License Copyright (c) 2024 kuang_wu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

个人博客网站 spring boot 基础框架集合,bootstrap 5 展开 收起
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/kuang_wu/mnxz.git
git@gitee.com:kuang_wu/mnxz.git
kuang_wu
mnxz
mnxz
master

搜索帮助