You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 weeks ago | |
|---|---|---|
| project | 3 weeks ago | |
| src | 1 month ago | |
| target | 1 month ago | |
| w1 | 1 month ago | |
| w2 | 1 month ago | |
| w4 | 1 month ago | |
| w5 | 1 month ago | |
| w6 | 1 month ago | |
| w7 | 1 month ago | |
| w8 | 1 month ago | |
| w9 | 1 month ago | |
| w10 | 1 month ago | |
| w11 | 1 month ago | |
| .DS_Store | 1 month ago | |
| .gitignore | 1 month ago | |
| README.md | 1 month ago | |
| pom.xml | 1 month ago | |
README.md
DataCollect 教学项目 — 最小可运行版本
这是一个最小可用的 Java CLI 演示工程,目标:打印帮助信息以验证运行环境。
构建:
mvn -q package
运行(示例):
java -jar target/datacollect-cli-0.1.0-jar-with-dependencies.jar --help
项目结构(最小):
src/main/java/com/example/datacollect/Main.java— CLI 入口,打印帮助pom.xml— Maven 构建配置,生成可执行 jar