Skip to content

Instantly share code, notes, and snippets.

@davidsan
Created May 2, 2016 15:40
Show Gist options
  • Save davidsan/70c625b6091b1e0cd0d4f54bd58fa868 to your computer and use it in GitHub Desktop.
Save davidsan/70c625b6091b1e0cd0d4f54bd58fa868 to your computer and use it in GitHub Desktop.
Spring EL to read the content of a file into a property
<property name="myProp" value="T(org.apache.commons.io.FileUtils).readFileToString(
T(org.springframework.util.ResourceUtils).getFile('${file-path}'),
'UTF-8')" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment