stock_security/README.md
2022-04-19 21:40:32 +08:00

48 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# InventoryProMax
![](https://img.shields.io/badge/Springboot-2.3.7-green)
![](https://img.shields.io/badge/Java-11-red)
![](https://img.shields.io/badge/MAVEN-3-blue)
## 描述
  本项目是一款仓储管理系统,核心模块是仓储管理,附加销售管理及人员管理等模块。
## 技术栈
  项目后端使用SpringBoot开发前端使用Vue框架开发。
## 第三方组件及依赖
- **SpringBoot** `2.3.7-Release`
> 一个轻量级的IoC控制反转容器框架
- **SpringSecurity** `5.3.6-Release`
> 安全管理和权限控制框架
- **Thymeleaf** `2.3.7-Release`
> 现代的服务器端 Java 模板引擎
- **Mybatis** `3.5.6`
> 一款优秀的数据持久层框架
- **Vue** `3.2.31`
> 构建用户界面的MVVM渐进式框架
- **Vue-router** `4.0.12`
> Vue的路由管理器
- **Bootstrap** `5.1.3`
> 简洁灵活的前端框架
- **Axios** `0.26.0`
> 基于 promise 的网络请求库
- **Element-Plus** `2.0.2`
> 饿了么出品的Vue3组件库
- **Echarts** `5.3.1`
> 用于快速构建基于 Web 的可视化的声明性框架
- **Sqlite** `3.34.0`
> 使用最广泛的关系型单文件数据库
## 构建
  需要Maven3、JDK11+
```
mvn clear
mvn package
```