Class FileStorageService

java.lang.Object
edu.ntnu.idatt2106_2023_06.backend.service.files.FileStorageService
All Implemented Interfaces:
IFileStorageService

@Service public class FileStorageService extends Object implements IFileStorageService
Service for handling file uploads. The service will store the files in the directory src/main/resources/images.
Version:
1.0
Author:
Brage H. Kvamme
  • Constructor Details

    • FileStorageService

      public FileStorageService() throws IOException
      Constructor for the FileStorageService. The file storage location is set to src/main/resources/images.
      Throws:
      IOException
  • Method Details