Update no caminho do STORAGE_DIRECTORY em FileStorageService.java

parent 21f481b7
...@@ -14,7 +14,7 @@ import java.util.Objects; ...@@ -14,7 +14,7 @@ import java.util.Objects;
@Service @Service
public class FileStorageService { public class FileStorageService {
private static final String STORAGE_DIRECTORY = "..\\aceite-tecnico-backend\\src\\main\\arquivos"; private static final String STORAGE_DIRECTORY = "app\\arquivos";
public void saveFile(MultipartFile fileToSave) throws IOException { public void saveFile(MultipartFile fileToSave) throws IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment