package cn.com.mx.zkstudy_client;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import cn.com.mx.TestRegistryService;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(
new String[] { "dubbo-consumer.xml"});
context.start();
TestRegistryService demoService = (TestRegistryService)context.getBean("testRegistryService"); // 获取远程服务代理
String hello = demoService.hello("sss"); // 执行远程方法
System.out.println(hello);
}
}
最近下载更多
最近浏览更多
zgd_suny LV7
2023年5月17日
liangge2115 LV27
2023年3月20日
bin2337 LV4
2022年9月22日
lwp011 LV27
2022年9月19日
用你的钱办事 LV7
2022年6月2日
微信网友_5952843817488384 LV2
2022年5月10日
1145304128 LV12
2022年4月1日
denliv_hui LV14
2022年2月11日
Rommel LV27
2021年10月12日
huangxiaoke20 LV17
2021年7月19日

