# helloworld-spring-boot **Repository Path**: fbb_261/helloworld-spring-boot ## Basic Information - **Project Name**: helloworld-spring-boot - **Description**: spring boot example 3.5.5 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2026-01-09 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot Example helloworld-spring-boot Java项目 apt update && apt -y install maven openjdk-21-jdk mvn clean package -Dmaven.test.skip=true # 默认port是8080 java -jar target/helloworld-spring-boot-0.0.1-SNAPSHOT.jar --server.port=8888