# springboot-feign **Repository Path**: Fusuccess/springboot-feign ## Basic Information - **Project Name**: springboot-feign - **Description**: 基于Springboot框架搭建后台第三方接口请求 🔴FeignClient - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-17 - **Last Updated**: 2022-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目初始化说明 该项目为springboot简单继承feignClient初始化项目 #### 项目特点: - 利用feignClient进行第三方接口请求 #### 使用方式: - 配置文件配置访问的host地址和接口 - 在SpringbootApplication启动类一键启动 - 通过8090端口进行请求 >> 示例地址:127.0.0.1:8090/emailAttack > >> 响应体:{ "status": true, "code": "200", "message": "发送成功", "data": {} } > > ❀ 恭喜您,您的项目启动完成