I have a java maven project. i have placed a properties file in src/main/resources folder.
src/main/resources
src/main/resources | |___properties |
Get rid of the "classpath" prefix.: .getBundle("/properties/custom")
.getBundle("/properties/custom")
The "classpath" prefix is not a standard, it is defined by some frameworks like spring.