spring-boot

Corrigindo Spring boot error Caused by: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters

Este artigo trás a solução do erro ‘Caused by: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters’ ao tentar obter um arquivo do disco através do comando em java abaixo: Paths.get(path).toAbsolutePath().normalize(); Problema Nos meus testes o problema ocorreu no Linux…