# project_expriment **Repository Path**: lu-chutang/project_expriment ## Basic Information - **Project Name**: project_expriment - **Description**: 11121313123 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README swagger先 生成对应的接口文档 首先就是引入依赖 然后配置swaggerConfig类 启动之后访问http://localhost:8080/swagger-ui.html#/ swagger使用的坑 对于controller没有使用RequestBody的时候 不会自动标识实体类出来 apifox整合 就是将上面的地址直接复制到Apifox里面即可