Commit 393822c8 authored by Junling Bu's avatar Junling Bu
Browse files

设置java运行的参数-Dfile.encoding=UTF-8

parent 6b4b1b71
......@@ -111,7 +111,7 @@ litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
cd litemall
mvn install
mvn clean package
java -jar litemall-all/target/litemall-all-0.1.0-exec.jar
java -Dfile.encoding=UTF-8 -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