消费者配置
基础配置
消费者配置项需要添加到sys.config
文件dubboerl
应用配置项里。
{dubboerl,[
%% other config ...
{consumer,[
{<<"interface fullname">>,[Option]},
%% eg:
{<<"org.apache.dubbo.erlang.sample.service.facade.UserOperator">>,[]},
]}
]}
Option 配置项待添加中.
本文档使用 BookStack 构建