# helloworld **Repository Path**: zaink/helloworld ## Basic Information - **Project Name**: helloworld - **Description**: 就是一个ping/pong boot项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloworld ## 介绍 就是一个ping/pong boot项目 ## 快速启动 ### 编译 ``` mvn package ``` ### 启动 ``` java -jar helloworld.jar ```