Skip to content

Commit a6aa6a4

Browse files
committed
feat: - [使用 JCommander 解析命令行参数](https://www.wdbyte.com/tool/jcommander/)
1 parent 2fa4fa8 commit a6aa6a4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
187187
>出处:孔子《论语》
188188
189189
一款好用的工具,不仅可以装X,更可以让你事半功倍,准时下班。
190+
191+
- [使用 JCommander 解析命令行参数](https://www.wdbyte.com/tool/jcommander/)
190192
- [Protobuf 教程](https://www.wdbyte.com/tool/protobuf/)
191193
- [Apache HttpClient 5 使用详细教程](https://www.wdbyte.com/tool/httpclient5.html)
192194
- [Jackson 解析 JSON 详细教程](https://www.wdbyte.com/tool/jackson.html)

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<module>tool-java-apache-common</module>
1919
<module>tool-java-hotcode</module>
2020
<module>tool-java-protobuf</module>
21+
<module>tool-java-jcommander</module>
2122
</modules>
2223
<name>parent-modules</name>
2324
<description>Parent for all java modules</description>

0 commit comments

Comments
 (0)