We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa4fa8 commit a6aa6a4Copy full SHA for a6aa6a4
2 files changed
README.md
@@ -187,6 +187,8 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
187
>出处:孔子《论语》
188
189
一款好用的工具,不仅可以装X,更可以让你事半功倍,准时下班。
190
+
191
+- [使用 JCommander 解析命令行参数](https://www.wdbyte.com/tool/jcommander/)
192
- [Protobuf 教程](https://www.wdbyte.com/tool/protobuf/)
193
- [Apache HttpClient 5 使用详细教程](https://www.wdbyte.com/tool/httpclient5.html)
194
- [Jackson 解析 JSON 详细教程](https://www.wdbyte.com/tool/jackson.html)
pom.xml
@@ -18,6 +18,7 @@
18
<module>tool-java-apache-common</module>
19
<module>tool-java-hotcode</module>
20
<module>tool-java-protobuf</module>
21
+ <module>tool-java-jcommander</module>
22
</modules>
23
<name>parent-modules</name>
24
<description>Parent for all java modules</description>
0 commit comments