use of com.weibo.api.motan.config.springsupport.AnnotationBean in project motan by weibocom.
the class SpringBootRpcServerDemo method motanAnnotationBean.
@Bean
public AnnotationBean motanAnnotationBean() {
AnnotationBean motanAnnotationBean = new AnnotationBean();
motanAnnotationBean.setPackage("com.weibo.motan.demo.server");
return motanAnnotationBean;
}
use of com.weibo.api.motan.config.springsupport.AnnotationBean in project motan by weibocom.
the class SpringBootRpcClientDemo method motanAnnotationBean.
@Bean
public AnnotationBean motanAnnotationBean() {
AnnotationBean motanAnnotationBean = new AnnotationBean();
motanAnnotationBean.setPackage("com.weibo.motan.demo.client");
return motanAnnotationBean;
}
use of com.weibo.api.motan.config.springsupport.AnnotationBean in project motan by weibocom.
the class SpringBootRpcServerDemo method motanAnnotationBean.
@Bean
public AnnotationBean motanAnnotationBean() {
AnnotationBean motanAnnotationBean = new AnnotationBean();
motanAnnotationBean.setPackage("com.weibo.motan.demo.server");
return motanAnnotationBean;
}
Aggregations