Browse Source

项目基础信息设置

master
xyiege 4 years ago
parent
commit
40b3178d33
  1. 1
      .gitignore
  2. 9
      README.md

1
.gitignore

@ -23,3 +23,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.idea/

9
README.md

@ -1,3 +1,10 @@
# szwh
深圳文化交易所java接口实现
深圳文化交易所java接口实现
### note
系统运行的时候注意设置jvm内存大小
```text
-server -XX:MetaspaceSize=512M -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
```

Loading…
Cancel
Save