parent
35e2e743d9
commit
072053f794
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'stirling.software'
|
||||
version = '0.2.1'
|
||||
version = '0.2.2'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -6,4 +6,6 @@ multipart.max-file-size=1000MB
|
|||
multipart.max-request-size=1000MB
|
||||
|
||||
spring.servlet.multipart.max-file-size=1000MB
|
||||
spring.servlet.multipart.max-request-size=1000MB
|
||||
spring.servlet.multipart.max-request-size=1000MB
|
||||
|
||||
server.forward-headers-strategy=NATIVE
|
||||
|
|
Loading…
Reference in a new issue