# http-rest **Repository Path**: Eugenue_admin/http-rest ## Basic Information - **Project Name**: http-rest - **Description**: 使用httpclient 连接池配置restTemplate ,注解式优雅使用第三方接口 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-04-15 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用 方式 #### 1 .注解方式 启动类上注解 @HttpRestScan(basePackages={}) ``` @RestDomain(domain=" ") public interface HttpRest{ @RestPath(path =" ") Result getResult(@RequestParam String code , User user); } ``` #### 2. 配置文件 nat: http: client: cloud: domain: