摘要: ```java public class ByteToInputStream { public static final InputStream byte2Input(byte[] buf) { return new ByteArrayInputStream(buf); } public static final byte[] i... 阅读全文
posted @ 2017-11-22 20:21 枫叶maple 阅读(562) 评论(0) 推荐(0) 编辑
摘要: dubbo.properties Dubbo 将自动加载 根目录下的 ,可以通过JVM启动参数 改变缺省配置位置。 启动时检查 注意:是在 消费端 进行检查服务,格式如下,如果当前服务没有启动,就会报错 关闭所有服务的启动时检查 (没有提供者时报错) 关闭注册中心启动时检查 (注册订阅失败时报错) 阅读全文
posted @ 2017-11-22 18:32 枫叶maple 阅读(1376) 评论(2) 推荐(0) 编辑