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管理员前端 + 微信小程序用户前端 ...@@ -110,9 +110,8 @@ litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
```bash ```bash
cd litemall cd litemall
mvn install mvn install
mvn package mvn clean package
cd ./litemall-all java -jar litemall-all/target/litemall-all-0.1.0-exec.jar
mvn spring-boot:run
``` ```
4. 启动管理后台前端 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