Skip to content

Instantly share code, notes, and snippets.

@Hromenique
Created March 28, 2018 18:27
Show Gist options
  • Save Hromenique/3254efd9dbdfde1c8ce73ccfab8e2025 to your computer and use it in GitHub Desktop.
Save Hromenique/3254efd9dbdfde1c8ce73ccfab8e2025 to your computer and use it in GitHub Desktop.
Ler arquivo como string
return new String(Files.readAllBytes(new ClassPathResource(path).getFile().toPath()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment