parent
35e2e743d9
commit
072053f794
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'stirling.software'
|
group = 'stirling.software'
|
||||||
version = '0.2.1'
|
version = '0.2.2'
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -7,3 +7,5 @@ multipart.max-request-size=1000MB
|
||||||
|
|
||||||
spring.servlet.multipart.max-file-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