admin管理员组

文章数量:1616416

 基于spring boot 的个人博客系统

摘要

随着社会上计算机行业的发展,记录知识的手段就不仅限于笔记,逐渐由纸质衍生到电子笔记,继而随着电子记录文档方式的多样性发展,大家将所学的知识进行回顾总结时发现,text、md等格式已无法满足需求,大家需要将整个知识体系从头到尾贯穿起来,对于从事计算机行业的学生和社会人士来说,记录博客就是一个很好的选择,比如CSDN、博客园、牛客等等,本人也在其中几个网站中发表过一些文章来分享自己的学习成果,因此想拥有一个属于自己的博客。

本文设计了一套后端技术基于Spring Boot + Spring Data JPA + thymeleaf模板,前端技术基于Semantic UI框架的个人博客系统,该系统的平台开发语言是基于面向对象思想的Java语言,并使用MySql作为本项目的后台数据库,开发出游客及管理者使用的博客网站。该系统的开发可以帮助计算机学习者和工作者记录知识并分享的需求,及实现了自己的学习记录,完善了自己的学习系统,还可以向大家分享。同时也能做到安全、保密地保存用户信息。这系统的开发带给了代价一个更加开放的平台。

关键词:Spring Boot;知识体系Spring Data JPA

Design and implementation of flower sales management system based on SSM

Abstract

With the development of the computer industry in society, the means of recording knowledge is not limited to notes, but gradually derived from paper to electronic notes. Then, with the diversified development of electronic recording methods, when reviewing and summarizing the knowledge learned, it is found that text, MD and other formats can not meet the needs, and you need to run through the whole knowledge system from beginning to end, For students and social personages engaged in the computer industry, recording blog is a good choice, such as CSDN, blog Garden, Niuke, etc. I have also published some articles on several websites to share my learning achievements, so I want to have a blog of my own.

This paper designs a personal blog system with back-end technology based on spring boot + spring data JPA + thymeleaf template and front-end technology based on semantic UI framework. The platform development language of the system is java language based on object-oriented thinking, and MySQL is used as the background database of the project to develop the blog website used by tourists and managers. The development of the system can help computer learners and workers record knowledge and share their needs, realize their own learning records, improve their own learning system, and share with you. At the same time, it can also save user information safely and confidentially. The development of this system brings a more open platform.

Key words:Spring Boot; Knowledge system;Spring Data JPA

 

1 概述

1.1 课题背景及意义

1.2 国内外研究现状

1.3 系统设计目标

2 需求分析

2.1 系统需求分析

2.2 可行性分析

2.2.1 技术可行性

2.2.2 经济可行性

2.2.3 操作可行性

2.3 开发及运行环境

2.3.1 计算机的硬件配置

2.3.2 软件需求

3 总体设计

3.1 系统功能结构图

3.1.1 数据库表概要

3.2 数据库表设计

3.3 配置文件详情

4 系统详细设计

4.1 登录界面

4.2 游客操作

4.2.1 博客查看

4.2.2 分类查看

4.2.3 标签查看

4.2.4 关键词搜索

4.2.5 归档查看

4.2.6 查看作者

4.3 管理员操作

4.3.1 博客管理

4.3.1.1 添加博客

4.3.1.2 查询博客

4.3.1.3 编辑博客

4.3.1.4 删除博客

4.3.2 分类管理

4.3.2.1 显示分类

4.3.2.2 添加分类

4.3.2.3 编辑分类

4.3.2.4 删除分类

4.3.3 标签管理

4.3.3.1 显示标签

4.3.3.2 添加标签

4.3.3.3 编辑标签

4.3.3.4 删除标签

5 系统测试

5.1 测试的必要性

5.2 测试环境

5.3 测试结果

5.4 测试总结

6 总结

参考文献

致谢

附录

  1. 概述
    1. 课题背景及意义

     社会进入二十一世纪以来,现代的网络和通信技术均以互联网作为核心,各种类型的网络通信工具得到强大的发展。其中受广大互联网人欢迎的就包括公众号、社区、博客、论坛等,他们也都是现在流行程度较高的个人信息交流的工具。

     在博客等工具未发展到此阶段时,大家可以通过写日志,现在我们的博客也属于一种日志,俗称“网络日志”。我们可以通过博客来记录生活与学习,用来分享身边的美好事物并加上自己的理解与感言,同时还能和大家一起交流讨论结交朋友,各取所长。我们以新浪、头条作为代表来说,国内很多互联网公司都相继推出自己的博客服务,技术上也随着用户量的增加在不断的进步和完善,然而,现有的第三方博客网站也存在着通用的问题,那就是网站的广告、弹窗等等都很多,藉此,开发一个属于个人的网站博客是一个既能提升自己也能够记录日志生活的方式。

    1. 国内外研究现状

在网络技术逐渐渗入社会生活各个层面的今天,传统的交流方式也面临着变革,而网络博客则是一个很重要的方向。博客在现如今这个飞速发展的网络时代已经成为人们不可或缺的一部分,博客,又译为网络日志、部落格或部落阁等,是一种通常由个人管理、不定期张贴新的文章的网站[1]。博客上的文章通常根据张贴时间,以倒序方式由新到旧排列[2]。许多博客专注在特定的课题上提供自己的观点或消息,其他则被作为比较个人的日志。一个典型的博客结合了文字、图像、其他博客或网站的链

本文标签: 管理系统论文范文博客SpringBoot