MalformedInputException异常

288 阅读1分钟

发生该异常错误,MalformedInputException: Input length = 1;

可能主要原因是配置文件(.properties/.yaml/.yml)中存在中文注释;

把配置文件(.properties/.yaml/.yml)中,所有的中文注释全部删除即可;