Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxiaofeng7 authored Apr 1, 2021
1 parent 4ce42da commit af10a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

V3.0

只支持jdk8
支持jdk8直接运行
jdk11因为没有javafx这个依赖需要自己再加上参数
```
java -Dfile.encoding="UTF-8" --module-path "C:\Program Files\Java\javafx-sdk-11.0.2\lib" --add-modules "javafx.controls,javafx.fxml,javafx.web" -jar "xxx.jar"
```

因为接口问题,删除ip查询功能

Expand Down

0 comments on commit af10a81

Please sign in to comment.