# bolog system **Repository Path**: birdwhite/bolog-system ## Basic Information - **Project Name**: bolog system - **Description**: 软件设计的期末大作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/birdwhite/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-20 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlogSystem #### 介绍 个人搭建的CSGO讯息小博客 #### 安装说明 1. Mysql导入 doc/blog_system.sql 2. 解压安装 redis-server 3. 运行 主程序 ### 开发环境 操作系统 : windows Java环境 : JDK1.8 开发工具 : Idea 2021 数据库: mysql 5.5以上 spring boot : 2.1.7 Release #### 效果展示 1. http://localhost:8080/ ![博客首页图](doc/img/1.jpg) 2. 登录页面 管理员登录 用户名:admin 密码 123456 ![输入图片说明](doc/img/2.jpg) 3. 后台界面 ![输入图片说明](doc/img/3.png) 4. 文章的增删改查 ![输入图片说明](doc/img/5.png) 5. 文章编辑页 ![输入图片说明](doc/img/4.png) 6. 文章修改页 ![输入图片说明](doc/img/6.png) 7. 评论区功能 ![输入图片说明](doc/img/8.png) 8. 文章详情页 ![输入图片说明](doc/img/7.png) 9. 数据库表图 ![输入图片说明](doc/img/9.png) ## 数据库E-R图 ![输入图片说明](doc/img/10.png)