# spring-boot-helloworld **Repository Path**: lbtooth/spring-boot-helloworld ## Basic Information - **Project Name**: spring-boot-helloworld - **Description**: spring-boot-helloworld - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 30 - **Created**: 2023-02-02 - **Last Updated**: 2026-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-helloWorld Spring Boot Example. ## 默认port是8080 java -jar target/spring-boot-helloworld-0.9.0-SNAPSHOT.jar --server.port=8888 ## 查看actuator 监控 curl http://127.0.0.1:8081/actuator curl http://127.0.0.1:8081/actuator/prometheus curl http://127.0.0.1:8081/actuator/health curl http://127.0.0.1:8081/actuator/metrics curl http://127.0.0.1:8081/actuator/metrics/jvm.threads.states