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

https://github.com/jackielinn/bookmanagementsystem_ssm

A book management system implemented using the SSM framework.
https://github.com/jackielinn/bookmanagementsystem_ssm

Last synced: 3 months ago
JSON representation

A book management system implemented using the SSM framework.

Awesome Lists containing this project

README

        

# 图书管理系统 Book Management System

### 本项目采用 `SSM` 框架实现,是基于 `Spring` + `SpringMVC` + `SpringSecurity` + `Mybatis` 来实现的图书管理系统

### 一些环境和版本的说明:

- `Spring` 框架基于6.0.10版本

- `SpringMVC` 基于6.0.10版本

- `SpringSecurity` 框架基于6.1.1版本,不同版本可能区别有点大,注意配置的区别

- `Mybatis` 基于3.5.13版本

### 仅供学习交流使用