出现此bug是因为application.yml的编码问题,将文件编码转为utf-8级可,以idea为例详情如下:
File --> Settings --> Editor —>File Encodings ,将所有的格式都转成utf-8格式
Caused by: java.nio.charset.MalformedInputException: Input length = 1

相关文章:

  • 2021-08-29
  • 2021-08-11
  • 2021-08-20
  • 2022-01-05
  • 2021-08-02
  • 2021-05-30
  • 2022-12-23
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2021-10-01
  • 2021-06-18
  • 2021-04-03
  • 2022-12-23
相关资源
相似解决方案