Skip to content

Instantly share code, notes, and snippets.

@JamesDaniel
Created June 30, 2017 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesDaniel/ad055f500bbc36d7a996336e2e7339de to your computer and use it in GitHub Desktop.
Save JamesDaniel/ad055f500bbc36d7a996336e2e7339de to your computer and use it in GitHub Desktop.
// For spring-boot projects.
ClassLoader classLoader = getClass().getClassLoader();
File file = new File(classLoader.getResource("csv/predefined_countries.csv").getFile());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment