# demo-git **Repository Path**: keith406/keith ## Basic Information - **Project Name**: demo-git - **Description**: A demo for learning how to use Git. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-23 - **Last Updated**: 2025-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo-git ## 介绍 该项目是一个简单的 Java 应用程序,包含一个打印 "Hello World" 的主类 `hello`。它展示了基本的 Java 项目结构和 Gitee 平台的基本使用方式。 ## 软件架构 - 基于 Java 的简单控制台应用程序 - 包含 Spring Boot 示例代码 - 使用 Maven 构建工具 ## 安装教程 1. 安装 JDK 1.8 或更高版本 2. 安装 Maven 构建工具 3. 克隆本仓库到本地 4. 运行 `mvn install` 安装依赖 ## 使用说明 运行以下命令执行程序: ```bash mvn exec:java -Dexec.mainClass="com.atguigu.springboot.hello" ``` 或直接运行编译后的类: ```bash java -cp target/classes com.atguigu.springboot.hello ```