# springboot-helloworld **Repository Path**: hukanfa/springboot-helloworld ## Basic Information - **Project Name**: springboot-helloworld - **Description**: spring-hello测试demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-11 - **Last Updated**: 2023-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动方式 ``` # java $JAVA_OPTS -jar target/xx.jar --server.port=8899 &>/dev/null & ```