spring rmi nat穿透
package com.52jolynn;
import java.lang.reflect.Proxy;
import java.rmi.server.RemoteObjectInvocationHandler;
import org.springframework.beans.factory.BeanClassLoaderAware;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.remoting.rmi.RmiClientInterceptor;
import org.springframework.remoting.rmi.RmiInvocationWrapper_Stub;
import org.springframework.util.ClassUtils;
import lomb
共有 0 条评论