# HelloWorld **Repository Path**: how-to-do-it-in-blade/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**: 1 - **Forks**: 0 - **Created**: 2018-07-15 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloWorld #### 说明 关于项目需求定义, 请参考 https://gitee.com/how-to-do-it/hello-world/issues #### 运行应用 ```bash git clone https://gitee.com/how-to-do-it-in-blade/hello-world mvn clean package java -jar target/hello-world.jar ``` 浏览器访问 ``` http://IP:9000/ ```