# helloworld **Repository Path**: xingyuting2003/helloworld ## Basic Information - **Project Name**: helloworld - **Description**: helloworld - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-12 - **Last Updated**: 2023-06-12 ## 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