Commit d7eb84a0 authored by Junling Bu's avatar Junling Bu
Browse files

采用java命令运行all模块(spring-boot:run存在问题)

parent 87b2c274
......@@ -110,9 +110,8 @@ litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
```bash
cd litemall
mvn install
mvn package
cd ./litemall-all
mvn spring-boot:run
mvn clean package
java -jar litemall-all/target/litemall-all-0.1.0-exec.jar
```
4. 启动管理后台前端
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment