# helloworld **Repository Path**: zhuchuan1978/gitlab-helloworld ## Basic Information - **Project Name**: helloworld - **Description**: GitLab CICD示例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2023-06-02 - **Last Updated**: 2023-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HelloWorld ========== A simple Java application that can be compiled into a .jar file using Maven. To build -------- mvn clean package To run ------ java -cp target/helloworld-1.1.jar com.coveros.demo.helloworld.HelloWorld