Created
June 30, 2017 08:24
-
-
Save JamesDaniel/ad055f500bbc36d7a996336e2e7339de to your computer and use it in GitHub Desktop.
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
// 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