jar

com.idefav : spring-boot-starter-rest-lb

Maven & Gradle

Jan 01, 2021
68.1k stars
Table Of Contents

Latest Version

Download com.idefav : spring-boot-starter-rest-lb JAR file - Latest Versions:

All Versions

Download com.idefav : spring-boot-starter-rest-lb JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 spring-boot-starter-rest-lb-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.idefav.rest.lb

├─ com.idefav.rest.lb.LbServer.class - [JAR]

├─ com.idefav.rest.lb.LoadBalanced.class - [JAR]

├─ com.idefav.rest.lb.RestUtil.class - [JAR]

com.idefav.rest.lb.configuration

├─ com.idefav.rest.lb.configuration.RestLbAutoConfiguration.class - [JAR]

com.idefav.rest.lb.interceptors

├─ com.idefav.rest.lb.interceptors.LoadBalancerInterceptor.class - [JAR]

com.idefav.rest.lb.properties

├─ com.idefav.rest.lb.properties.ServerListProperty.class - [JAR]

├─ com.idefav.rest.lb.properties.ServiceConfig.class - [JAR]

com.idefav.rest.lb.loadbalancers

├─ com.idefav.rest.lb.loadbalancers.AbstractLoadBalancer.class - [JAR]

├─ com.idefav.rest.lb.loadbalancers.LoadBalancer.class - [JAR]

├─ com.idefav.rest.lb.loadbalancers.RandomLoadBalaner.class - [JAR]

├─ com.idefav.rest.lb.loadbalancers.RoundRobinLoadBalancer.class - [JAR]