diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f2a36fd..7060bfc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,21 +15,9 @@ spring: mvc: servlet: path: / - ## - view: - prefix: / - suffix: .html - pathmatch: - matching-strategy: ant-path-matcher web: resources: - #add-mappings: false - static-locations: - - classpath:/META-INF/resources/ - - classpath:/resources/ - - classpath:/static/ - - classpath:/public/ - - file:C:\localhost-tomcat\apache-tomcat-10.1.36-windows-x64\apache-tomcat-10.1.36\webapps\ROOT\ + add-mappings: false servlet: multipart: max-file-size: 5MB