Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huanfenz/bookmanager2

基于SpringBoot+Vue的图书管理系统
https://github.com/huanfenz/bookmanager2

java mybatis mysql springboot

Last synced: 1 day ago
JSON representation

基于SpringBoot+Vue的图书管理系统

Awesome Lists containing this project

README

        

# 图书管理系统接口程序(Book Management System, Created by SpringBoot framework)

[![我的博客](https://img.shields.io/badge/%E6%88%91%E7%9A%84%E5%8D%9A%E5%AE%A2-huanfenz.top-brightgreen)](http://huanfenz.top) [![演示地址](https://img.shields.io/badge/%E6%BC%94%E7%A4%BA%E5%9C%B0%E5%9D%80-%E7%82%B9%E5%87%BB%E6%9F%A5%E7%9C%8B-blue)](https://github.com/huanfenz/BookManager2#演示地址) [![联系方式](https://img.shields.io/badge/%E8%81%94%E7%B3%BB%E6%96%B9%E5%BC%8F-%E7%82%B9%E5%87%BB%E6%9F%A5%E7%9C%8B-green)](https://github.com/huanfenz/BookManager2#联系方式)

## 项目介绍

前后端分离的图书管理系统项目。

后端使用Java+SpringBoot+MyBatis+MySQL

前端使用Vue+Axios+Element UI

项目整体难度简单,部署简单,界面友好,代码结构清晰,相比上一个项目,虽然规模缩小了,但是很多地方有了改善。适合初学者学习和练习。

对应的前端程序如下:https://github.com/huanfenz/BookManagerVue

## 环境介绍

| 名称 | 描述 |
| --------- | ---------------------------------------- |
| Java版本 | JDK 1.8.0 |
| IDE工具 | IntelliJ IDEA 2021.2.1(Ultimate Edition) |
| 构建工具 | Maven 3.3.9 |
| Web服务器 | SpringBoot内嵌的Tomcat |
| 数据库 | MySQL 5.7 |

## 搭建步骤

### 后端程序

1、数据库导入,新建数据库book_manager,将`book_manager.sql`文件导入并运行。

2、打开项目,打开`src/main/resources/application.properties`,修改数据库和Redis的配置文件。

3、运行项目

## 项目截图

![bk1](https://github.com/huanfenz/BookManager2/assets/49386166/98084dde-9715-4ff4-95d5-31490d395675)

![bk2](https://github.com/huanfenz/BookManager2/assets/49386166/eb9e8f50-8a86-42c6-9e29-961193c32610)

![bk3](https://github.com/huanfenz/BookManager2/assets/49386166/f1c63765-0930-4eff-8e8a-129d9d51e888)

## 演示地址

**为了节约服务器资源,这个项目的演示就关掉了!!!**

项目演示地址:http://47.97.104.230:8092/BookManager/

管理员账号`admin`,密码`admin`

读者账号`wangpeng`,密码`123456`

## 项目描述

### 数据库结构

![bk4](https://github.com/huanfenz/BookManager2/assets/49386166/1df726b7-97a0-4b8d-a59e-8373ec92f721)

## 联系方式

我的博客地址:[个人博客](http://huanfenz.top)。欢迎大家来踩。

我的联系方式,欢迎联系我:

* 邮箱:`[email protected]`