将nacos作为配置中心时,发现加载nacos内容时报错:java.nio.charset.MalformedInputException: Input length = 1
后来发现,将项目统一为utf-8后,正常启动。