# HelloWorld **Repository Path**: bean80/hello-world ## Basic Information - **Project Name**: HelloWorld - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2019-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 说明 关于项目需求定义, 请参考 https://gitee.com/how-to-do-it/hello-world/issues #### 运行应用 打包 ``` mvn clean package ``` 运行 ``` java -jar helloworld.jar 在浏览器输入 localhost 即可访问 ```