# 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 ### ProjectInitializationInstructions: This project is a simple inheritance feign client initialization project for springboot #### ProjectFeatures: - Use feign Client to make third-party interface requests #### HowToUse: - The configuration file configures the host address and interface for access - One-click startup in the SpringbootApplication startup class - RequestsAreMadeOnPort8090 >> ExampleAddress:127.0.0.1:8090/emailAttack > >> ResponseBody:{ "status": true, "code": "200", "message": "发送成功", "data": {} } > > ❀ CongratulationsYourProjectLaunchIsComplete!