I am working on a Spring Boot application. I need to parse an XML file (countries.xml) on start. The problem is that I do not understand where to put it so that I could acce
I use Spring Boot, my solution to the problem was
"src/main/resources/myfile.extension"
Hope it helps someone.