SpringBoot + Retrofit 调用第三方远程接口服务

第一步: 添加依赖 <dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.9.0</version> </dependency> 这里使用的是1.9.0java 第二部
相关文章
相关标签/搜索