IDEA启动报错java.nio.charset.MalformedInputException: Input length=2
问题
原本系统运行好好得,一段时间没打开,再次打开重启
IDEA启动报错java.nio.charset.MalformedInputException: Input length=2。
解决
百度了
https://blog.csdn.net/qq_50954361/article/details/128049763
java.nio.charset.MalformedInputException: Input length=2 这篇文章这么说
SpringBoot启动时报错:java.nio.charset.MalformedInputException: Input length=2
报错原因:项目编码问题,必须统一编码,要么GBK,要么UTF-8
解决办法:统一编码即可
然后我本地idea照着统一了编码重启还是报错
最后我直接rebulid之后就能运行成功了
后记
万事不决,rebuild