# gateway **Repository Path**: laopifu/gateway ## Basic Information - **Project Name**: gateway - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-09 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: springboot-service ## README # java_spring_boot_example #### 软件架构 软件架构说明 1. java 1.8.0_361 2. apache-maven-3.9.1 3. mysql 5.7.26 #### 配置 ##### nginx location /api { proxy_pass http://127.0.0.1:8082; } ### 记录 #### 实体类 1. 实体类VO:接口返回数据实体类 2. 实体类BO: 接口请求参数实体类 3. 实体类DTO:公共方法参数传递实体类 4. 实体类PO:与数据库表对应的实体类