Error :
Solved :
application.yml
profile:
image:
path: "/src/main/resources/static/img/"
@Value("${profile.image.path}")
private String profileImagePath;
File destination = new File(System.getProperty("user.dir") + profileImagePath + imageName);