标签: java spring rest
我有 api.jar ,其接口带有Spring注释,例如 org.springframework.web.bind.annotation.GetMapping 等。此 api 用作Maven依赖项。我想基于给定的接口生成 Rest 客户端,或将此接口用作某种代理对象的源,以使用其他终结点而无需手动实现( restTemplate 对象。 )