更新readme

This commit is contained in:
zhaochencheng 2022-12-12 14:38:34 +08:00
parent d4dc1d6820
commit 648051649c
6 changed files with 18 additions and 0 deletions

View file

@ -47,6 +47,24 @@ https://github.com/zccbbg/RuoYi-WMS-VUE
![仓库列表](https://oscimg.oschina.net/oscnet/up-a00eb79bee48e481249a12cb5e6c476aaa3.jpg)
![库存看板](https://oscimg.oschina.net/oscnet/up-78990915dfba902384ed4b09e3dc0f0fe05.jpg)
## 本地安装
### 基本环境
1、JDK8+
2、Redis 3.0+
3、Maven 3.0+
4、MYSQL 5.7+
5、Node v8+
### 后台系统工程JAVA端
1. 导入数据库配置开发环境数据库信息及其redis信息我设置了git ignore请自行创建application-dev.yml文件文件路径如下
![img.png](doc/img.png)
![img.png](doc/img2.png)
![img.png](doc/img3.png)
2. 在父级pom.xml输入命令 mvn clean install 或者用idea工具操作
![img.png](doc/img4.png)
3. 启动程序,启动程序路径如下
![img.png](doc/img5.png)
## 若依内置功能
1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。

BIN
doc/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
doc/img2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
doc/img3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
doc/img4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
doc/img5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB