Java: Classpath Resource: Using Relative Paths in Spring
,import,java.io.IOException;,import,java.nio.file.Path;,import,java.nio.file.Paths;,,public,class,GFG {,,public,static,void,main(String[] args),,throws,IOException,,{,,,// create an object of Path,,Path path,,=