Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
393822c8
Commit
393822c8
authored
May 24, 2019
by
Junling Bu
Browse files
设置java运行的参数-Dfile.encoding=UTF-8
parent
6b4b1b71
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
393822c8
...
...
@@ -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.
启动管理后台前端
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment