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.
471 B
471 B
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