# simple_web_server **Repository Path**: Tender_Cui/simple_web_server ## Basic Information - **Project Name**: simple_web_server - **Description**: 一个简单的后端工程,不涉及数据库操作,大概的定位如下: 1、简单的web 服务 2、nginx 反向代理的简单后台服务 3、用于测试使用(开箱即用) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一、概述    一个简单的后端工程,不涉及数据库操作,大概的定位如下: * 简单的web 服务 * nginx 反向代理的简单后台服务 * 用于测试使用 # 二、暴露的接口有如下; * HelloController(返回json数据) 1. http://ip:8080/list 2. http://ip:8080/hello * HomeController(返回html页面) 1. http://ip:8080/home