(-> "images/something.jpg" io/resource io/file .toPath java.nio.file.Files/readAllBytes)
It is important to note that the resource is located in your resources
directory so use a path relative to your application or components root directory.
(-> "images/something.jpg" io/resource io/file .toPath java.nio.file.Files/readAllBytes)
It is important to note that the resource is located in your resources
directory so use a path relative to your application or components root directory.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)