# springboot-demo-container **Repository Path**: dawn_chuang/springboot-demo-container ## Basic Information - **Project Name**: springboot-demo-container - **Description**: devops专用demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-24 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动方式 ``` # java $JAVA_OPTS -jar target/xx.jar --server.port=8899 &>/dev/null & ```