jar

com.github.yungyu16.spring : spring-boot-starter-proxy

Maven & Gradle

Nov 26, 2020
1 usages
9 stars

将不可实例化的Interface动态代理后注册到Spring容器以便IOC,用于便捷的生成Local Stub

Table Of Contents

Latest Version

Download com.github.yungyu16.spring : spring-boot-starter-proxy JAR file - Latest Versions:

All Versions

Download com.github.yungyu16.spring : spring-boot-starter-proxy JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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-proxy-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yungyu16.spring.stub.annotation

├─ com.github.yungyu16.spring.stub.annotation.ProxyStub.class - [JAR]

├─ com.github.yungyu16.spring.stub.annotation.ProxyStubScan.class - [JAR]

com.github.yungyu16.spring.stub

├─ com.github.yungyu16.spring.stub.StubBeanAutoConfiguration.class - [JAR]

├─ com.github.yungyu16.spring.stub.StubBeanDefinitionRegistrar.class - [JAR]

├─ com.github.yungyu16.spring.stub.StubBeanPostProcessor.class - [JAR]

├─ com.github.yungyu16.spring.stub.StubDefPostProcessor.class - [JAR]

com.github.yungyu16.spring.stub.proxy

├─ com.github.yungyu16.spring.stub.proxy.AbstractInvocationDispatcher.class - [JAR]

├─ com.github.yungyu16.spring.stub.proxy.DefaultStubProxyFactory.class - [JAR]

├─ com.github.yungyu16.spring.stub.proxy.StubProxyFactory.class - [JAR]

├─ com.github.yungyu16.spring.stub.proxy.StubProxyLabel.class - [JAR]

com.github.yungyu16.spring.stub.support

├─ com.github.yungyu16.spring.stub.support.BeanDefinitionRegistryPostProcessorAdapter.class - [JAR]

├─ com.github.yungyu16.spring.stub.support.ClassPathStubBeanDefinitionScanner.class - [JAR]

Advertisement