hexsmith
hexsmith
建议作者在下一版本上进行修复特殊字符导致的xml解析异常的问题:把MessageUtil.java中的 ` inputStream = new ByteArrayInputStream(message.getBytes()); ` 改成 `inputStream = new ByteArrayInputStream(message.getBytes("utf-8")); `
目前可以在本地启动,但还是有些小问题,希望可以提供一份本地部署文档和基础数据,谢谢!
where is Dubbo Initializer? is it the `dubbo-demo-spring-boot` submodule in the `dubbo-demo`?
@TrafalgarLuo can you merge this pull request?
same as #1286