From c481d198a39daff640d5efb07044c1f6baf220b2 Mon Sep 17 00:00:00 2001 From: Laurine <lenetlaurine@gmail.com> Date: Tue, 17 Oct 2023 11:21:18 +0200 Subject: [PATCH] load file --- src/main/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a0e9bb0..cadb3c0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,5 +2,3 @@ spring.datasource.url=jdbc:postgresql://localhost/db-name spring.datasource.username=user spring.datasource.password=pwd spring.datasource.driver-class-name=org.postgresql.Driver -spring.servlet.multipart.max-file-size=10MB -spring.servlet.multipart.max-request-size=10MB -- GitLab