Skip to content
forked from HimitZH/vueblog

前后端分离的简易博客项目(vue+springboot)

Notifications You must be signed in to change notification settings

JCBernie/vueblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vueblog

前后端分离的简易博客项目(vue+springboot)

一个超简洁的个人博客系统

账号: admin,密码: 123456

技术

前端 :

  • element-ui
  • axios
  • vue

后端 :

  • hibernate validatior
  • mybatis plus
  • springboot
  • mysql
  • shiro
  • redis
  • jwt

截图

登录

在这里插入图片描述

博客主页

在这里插入图片描述

文章内容

在这里插入图片描述

编辑或发表

在这里插入图片描述

功能

  • 登录验证
  • 文章展示
  • 文章添加
  • 文章删除
  • 文章修改

本地运行该项目

  1. 前端 : 进入blog-vue,打开cmd窗口,使用npm运行该项目 npm run serve

  2. 后端 :

  • 使用sql脚本生成对应的数据库
  • 用java的idea打开blog-springboot
  • 配置application.yml
  • 修改对应的数据库连接参数,redis的端口号

About

前后端分离的简易博客项目(vue+springboot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.5%
  • Vue 23.2%
  • JavaScript 7.2%
  • TSQL 5.1%
  • HTML 1.0%