Good evening. How can I load an image in the resources / static / images folder of the maven file structure in java?
Good evening. How can I load an image in the resources / static / images folder of the maven file structure in java?
Within the Maven life cycle, more specifically in the Package phase, Maven copies all the files in the resources a target / classes folder, so you must be able to access the images using the relative path 'static / images / logo. jpg '.