# hello-world-java **Repository Path**: zhang123456a/hello-world-java ## Basic Information - **Project Name**: hello-world-java - **Description**: use Java write hello-world - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2024-06-14 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 该项目是使用 Java 编写的一个 Hello world 项目,用于演示如何使用 Jpom 进行持续集成。 # 项目结构 ``` ├── README.md ├── pom.xml └── src └── main └── java └── com └── jpom └── demo └── HelloWorld.java └── HelloWorldTest.java └── resources └── application.propertis ``` # 功能介绍 功能就是一个简单的 http://localhost:8080/ 接口,返回 hello world 字符串。主要用来 Jpom 演示。