Skip to content

基于springboot,前端通过thymleaf模板展示的博客系统

License

Notifications You must be signed in to change notification settings

tanbinh123/Springboot-blog-13

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot博客

介绍:

基于springboot的博客项目

软件架构

1. 此博客基于springboot,前端页面通过thymleaf进行渲染。

2. 博客前端可以展示博客内容,分类标签,作者信息以及评论等功能。

3. 在博客编辑页面加入了markdown插件,可在线编辑markdown内容。

3. 博客后台可以实现登录功能,对博客的增删改查功能,以及管理评论,管理标签和分类等等。

4. 配置了日志监控,在生产环境下可以输出相关的日志。

启动教程

1. 配置数据库

2. 创建数据库中相应的表

3. 启动服务即可

功能展示

登录页面

登录.png

首页

首页.png

博客编辑页面

博客编辑.png

个人页面

关于我.png

About

基于springboot,前端通过thymleaf模板展示的博客系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.1%
  • CSS 22.9%