SpringBoot Test + Nacos配置文件中文导致的java.nio.char set.MalformedInputException: Input length = 1
问题重现Nacos配置文件中包含中文(包含注释中的中文),然后编写SpringBootTest用例@SpringBootTest(classes=MyApplication.class,webEnvironment=SpringBootTest.WebEnvironment.MOCK)@RunWith(SpringRunner.class)@Slf4jpublicclassMyTest{@Test