Created
March 28, 2018 18:27
-
-
Save Hromenique/3254efd9dbdfde1c8ce73ccfab8e2025 to your computer and use it in GitHub Desktop.
Ler arquivo como string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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