All Projects → freefair → okhttp-spring-boot

freefair / okhttp-spring-boot

Licence: MIT License
Spring Boot starters for OkHttp

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to okhttp-spring-boot

WanAndroidJetpack
🔥 WanAndroid 客户端,Kotlin + MVVM + Jetpack + Retrofit + Glide。基于 MVVM 架构,用 Jetpack 实现,网络采用 Kotlin 的协程和 Retrofit 配合使用!精美的 UI,便捷突出的功能实现,欢迎下载体验!
Stars: ✭ 124 (+153.06%)
Mutual labels:  okhttp
grpc-spring-boot-starter
No description or website provided.
Stars: ✭ 16 (-67.35%)
Mutual labels:  spring-boot-starter
gv4j
Unofficial Google Voice API for Java.
Stars: ✭ 18 (-63.27%)
Mutual labels:  okhttp
okhttp-eventsource
Server-sent events (SSE) client implementation for Java, based on OkHttp: http://javadoc.io/doc/com.launchdarkly/okhttp-eventsource
Stars: ✭ 70 (+42.86%)
Mutual labels:  okhttp
okhttp-awssigner
An OkHttp interceptor for signing requests with AWSv4 signatures
Stars: ✭ 14 (-71.43%)
Mutual labels:  okhttp
spring-boot-starter-lock
spring 分布式锁
Stars: ✭ 12 (-75.51%)
Mutual labels:  spring-boot-starter
FastHttpClient
封装OkHttp3,对外提供了POST请求、GET请求、上传文件、下载文件、https请求、cookie管理等功能
Stars: ✭ 60 (+22.45%)
Mutual labels:  okhttp
Ptero4J
A java wrapper for the pterodactyl panel API
Stars: ✭ 26 (-46.94%)
Mutual labels:  okhttp
TMDB-App
Demo app using TMDB api
Stars: ✭ 13 (-73.47%)
Mutual labels:  okhttp
RetryRequestInterceptor-for-OkHttp
a interceptor for OkHttp which can save failed request in storage and will retry request until success or retry times over limit , or request live time over limit
Stars: ✭ 42 (-14.29%)
Mutual labels:  okhttp
shiro-cas-spring-boot-starter
spring-boot-starter-shiro-cas
Stars: ✭ 16 (-67.35%)
Mutual labels:  spring-boot-starter
SunnyBeach
阳光沙滩APP
Stars: ✭ 60 (+22.45%)
Mutual labels:  okhttp
OkOne
基于okhttp库的网络性能优化框架
Stars: ✭ 88 (+79.59%)
Mutual labels:  okhttp
spring-boot-starter
Spring Boot support for Watson services
Stars: ✭ 12 (-75.51%)
Mutual labels:  spring-boot-starter
magic-api-spring-boot-starter
magic-api的spring-boot-starter版本
Stars: ✭ 30 (-38.78%)
Mutual labels:  spring-boot-starter
RetrofitHelper
💪 RetrofitHelper是一个支持配置多个BaseUrl,支持动态改变BaseUrl,动态配置超时时长的Retrofit帮助类
Stars: ✭ 15 (-69.39%)
Mutual labels:  okhttp
UHttp
手写自己的OkHttp (用法流程跟OkHttp一致 )
Stars: ✭ 14 (-71.43%)
Mutual labels:  okhttp
AndroidGo
Android、Flutter 开发者帮助 APP。包含事件分发、性能分析、Google Jetpack组件、OkHttp、RxJava、Retrofit、Volley、Canvas绘制以及优秀博文代码案例等内容,帮助开发者快速上手!
Stars: ✭ 30 (-38.78%)
Mutual labels:  okhttp
MrTranslator
📘MrTranslator-A Translation Android APP
Stars: ✭ 16 (-67.35%)
Mutual labels:  okhttp
java-okhttp
OpenTracing Okhttp client instrumentation
Stars: ✭ 21 (-57.14%)
Mutual labels:  okhttp

Spring Boot Starters for OkHttp

Maven Central GitHub license codecov Build Status

Available Starters

  • okhttp3-spring-boot-starter
  • okhttp-spring-boot-starter (Alias for okhttp3-spring-boot-starter)

Using Gradle

dependencies {
    compile "io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:$version"
}

Using Maven

<dependency>
    <groupId>io.freefair.okhttp-spring-boot</groupId>
    <artifactId>okhttp3-spring-boot-starter</artifactId>
    <version>${version}</version>
</dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].