# hello-world **Repository Path**: ztp1314520/helloworld ## Basic Information - **Project Name**: hello-world - **Description**: springboot 之 helloworld - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloworld #### 介绍 springboot 之 helloworld, 主要学习 springboot 的 maven 构建 #### 安装教程 1. cd /media/ 2. git clone git@gitee.com:veiwan/helloworld.git 3. cd helloworld/ 4. mvn package -Dmaven.test.skip=true #### 使用说明 1. cd /media/helloworld 2. java -jar target/helloworld.jar --server.port=8001