# springboot-helloworld-demo **Repository Path**: ground-gun/springboot-helloworld-demo ## Basic Information - **Project Name**: springboot-helloworld-demo - **Description**: springboot-helloworld-demo是一个测试用的简短demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-17 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-helloworld-demo ## 作用场景 - 快速开发一个hello world测试get、post请求案例。 - 用于测nginx服务器的均衡负载请求转发案例。 - 可以用于其它项目依赖这个demo进行服务的健康检测。 ## Apifox进程本地测试 ### get请求 http://localhost:8080/test/get ![image-20250817113451943](readme.assets/image-20250817113451943.png) ### post请求 http://localhost:8080/test/post ![image-20250817113601117](readme.assets/image-20250817113601117.png) ## nginx的测试场景 ### 反向代理 ![image-20250817203655653](readme.assets/image-20250817203655653.png) ### 负载均衡 ![image-20250817203716259](readme.assets/image-20250817203716259.png) ## jar目录说明 在项目的items下的jar目录存在的文件说明: - java01是部署在192.168.5.101服务器的程序。 - java02是部署在192.168.5.102服务器的程序。