# springboot-helloworld **Repository Path**: seliencepuppet/springboot-helloworld ## Basic Information - **Project Name**: springboot-helloworld - **Description**: java测试项目, 用于部署到k8s集群 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-26 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动方式 ``` # java $JAVA_OPTS -jar target/xx.jar --server.port=8899 &>/dev/null & ``` ```shell java -jar -Xms200m -Xmx200m target/demo-service-1.0.jar --server.port=8899 ```