Skip to content

weimin96/spring-boot-wiblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于spring boot的博客网站

maven license Spring%20Boot Author

界面效果

线上地址:https://www.wiblog.cn/

  • 首页

首页

  • 文章页

文章页

  • 个人中心

个人中心

  • 登录页

登录页

  • 注册页

注册页

管理界面:

  • 概览页

image

  • 用户管理

image

  • 文章列表

image

  • 文章编辑

image

  • 评论管理

image

  • 分类管理

image

  • 图片管理

image

  • 日志管理

image

功能概览

image

技术栈

spring boot 、spring-mvc 、mybatis-plus 、mysql、redis 、elasticsearch、thymeleaf、vue、element-ui

开发环境

软件工具

IDE插件

  • Lombok Plugin

工程导入

使用git导入工程

git clone https://github.com/weimin96/spring-boot-wiblog.git

创建数据库

打开Navicat(此处可以选择其他的客户端)-> 连接数据库 -> 运行sql文件 -> 选择 \src\main\resources\myblog.sql

修改配置文件

配置\src\main\resources\application-dev.properties(配置服务器ip/数据库账号密码/elasticsearch ip地址)

配置\src\main\resources\wiblog.properties(腾讯云密钥图片存储/公众号/github第三方登录)

打包运行

# 打包
mvn clean package
# 运行
java -jar target\core-0.0.1-SNAPSHOT.jar

主页:http://127.0.0.1:8080

后台管理地址 http://127.0.0.1:8080/admin

默认管理员账号为:admin / 123456