
Caused by: org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
Caused by: java.nio.charset.MalformedInputException: Input length = 1
看了一下其他大佬的博客,大多数原因也差不多, 我来说一下我的看法:
解决方案:
要么修改编码方式, 要么去掉注解.
文章来源: https://blog.csdn.net/qq_42796740/article/details/90082499