# HelloWorld **Repository Path**: how-to-do-it-in-jfinal/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**: 3 - **Forks**: 8 - **Created**: 2018-07-02 - **Last Updated**: 2020-12-17 ## 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 即可访问 ```