jar

com.github.xiaoymin : knife4j-aggregation-spring-boot-starter

Maven & Gradle

Aug 06, 2023
5 usages

微服务聚合中间件starter,基于Servlet体系的Filter技术,实现OpenAPI文档的聚合、文档展示及调试

Table Of Contents

Latest Version

Download com.github.xiaoymin : knife4j-aggregation-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.xiaoymin : knife4j-aggregation-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
4.3.x
4.2.x
4.1.x
4.0.x
2.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 knife4j-aggregation-spring-boot-starter-4.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.xiaoymin.knife4j.aggre.disk

├─ com.github.xiaoymin.knife4j.aggre.disk.DiskRoute.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.ext

├─ com.github.xiaoymin.knife4j.aggre.core.ext.ConnectionSettingHolder.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.ext.PoolingConnectionManager.class - [JAR]

com.github.xiaoymin.knife4j.aggre.cloud

├─ com.github.xiaoymin.knife4j.aggre.cloud.CloudRoute.class - [JAR]

com.github.xiaoymin.knife4j.aggre.eureka

├─ com.github.xiaoymin.knife4j.aggre.eureka.EurekaApplication.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.eureka.EurekaInstance.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.eureka.EurekaRoute.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core

├─ com.github.xiaoymin.knife4j.aggre.core.RouteCache.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.RouteDispatcher.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.RouteExecutor.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.RouteRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.RouteRequestContext.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.RouteResponse.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.pojo

├─ com.github.xiaoymin.knife4j.aggre.core.pojo.BasicAuth.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.pojo.CommonAuthRoute.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.pojo.CommonRoute.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.pojo.HeaderWrapper.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.pojo.SwaggerRoute.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.cache

├─ com.github.xiaoymin.knife4j.aggre.core.cache.RouteInMemoryCache.class - [JAR]

com.github.xiaoymin.knife4j.aggre.nacos

├─ com.github.xiaoymin.knife4j.aggre.nacos.NacosInstance.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.nacos.NacosOpenApi.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.nacos.NacosRoute.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.nacos.NacosService.class - [JAR]

com.github.xiaoymin.knife4j.aggre.spring.condiotion

├─ com.github.xiaoymin.knife4j.aggre.spring.condiotion.PolarisSettingCondition.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.filter

├─ com.github.xiaoymin.knife4j.aggre.core.filter.Knife4jRouteProxyFilter.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.filter.Knife4jSecurityBasicAuthFilter.class - [JAR]

com.github.xiaoymin.knife4j.aggre.spring.support

├─ com.github.xiaoymin.knife4j.aggre.spring.support.CloudSetting.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.support.DiskSetting.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.support.EurekaSetting.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.support.NacosSetting.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.support.PolarisSetting.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.executor

├─ com.github.xiaoymin.knife4j.aggre.core.executor.ApacheClientExecutor.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.executor.ApacheClientResponse.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.executor.DefaultClientResponse.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.executor.OkHttpClientExecutor.class - [JAR]

com.github.xiaoymin.knife4j.aggre.core.common

├─ com.github.xiaoymin.knife4j.aggre.core.common.ExecutorEnum.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.common.RouteRepositoryEnum.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.core.common.RouteUtils.class - [JAR]

com.github.xiaoymin.knife4j.aggre.repository

├─ com.github.xiaoymin.knife4j.aggre.repository.AbstractRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.repository.CloudRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.repository.DiskRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.repository.EurekaRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.repository.NacosRepository.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.repository.PolarisRepository.class - [JAR]

com.github.xiaoymin.knife4j.aggre.polaris

├─ com.github.xiaoymin.knife4j.aggre.polaris.PolarisInstance.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.polaris.PolarisOpenApi.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.polaris.PolarisRoute.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.polaris.PolarisService.class - [JAR]

com.github.xiaoymin.knife4j.aggre.spring.configuration

├─ com.github.xiaoymin.knife4j.aggre.spring.configuration.HttpConnectionSetting.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.configuration.Knife4jAggregationAutoConfiguration.class - [JAR]

├─ com.github.xiaoymin.knife4j.aggre.spring.configuration.Knife4jAggregationProperties.class - [JAR]