jar

io.github.llnancy : httpexchange-spring-boot-starter

Maven & Gradle

Aug 16, 2023
4 stars

httpexchange-spring-boot-starter · An enhancement to the Spring Boot 3.x HTTP Interface, using the HTTP Interface in Spring Boot 3.x like using @FeignClient and @RetrofitClient.

Table Of Contents

Latest Version

Download io.github.llnancy : httpexchange-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.llnancy : httpexchange-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window httpexchange-spring-boot-starter-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.llnancy.httpexchange.aot

├─ io.github.llnancy.httpexchange.aot.HttpExchangeClientBeanFactoryInitializationAotProcessor.class - [JAR]

io.github.llnancy.httpexchange.core

├─ io.github.llnancy.httpexchange.core.AutoConfiguredHttpExchangeClientScannerRegistrar.class - [JAR]

├─ io.github.llnancy.httpexchange.core.ClassPathHttpExchangeClientScanner.class - [JAR]

├─ io.github.llnancy.httpexchange.core.ClientCodecConfigurerConsumer.class - [JAR]

├─ io.github.llnancy.httpexchange.core.HttpExchangeClient.class - [JAR]

├─ io.github.llnancy.httpexchange.core.HttpExchangeClientFactoryBean.class - [JAR]

├─ io.github.llnancy.httpexchange.core.HttpHeadersConsumer.class - [JAR]

io.github.llnancy.httpexchange.config

├─ io.github.llnancy.httpexchange.config.HttpExchangeClientAutoConfiguration.class - [JAR]

io.github.llnancy.httpexchange.util

├─ io.github.llnancy.httpexchange.util.ApplicationContextUtils.class - [JAR]

├─ io.github.llnancy.httpexchange.util.HttpExchangeClientUtils.class - [JAR]

Advertisement