230414 application.yml image path setup

William Parker·2023년 4월 14일
0
post-thumbnail

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);
profile
Developer who does not give up and keeps on going.

0개의 댓글