feat: implement menu item management, update collection type to LinkedHashSet, and increase multipart upload limits
This commit is contained in:
@@ -58,6 +58,9 @@ server:
|
||||
port: 8080
|
||||
# make sure requests the proxy uri instead of the server one
|
||||
forward-headers-strategy: native
|
||||
tomcat:
|
||||
max-swallow-size: -1
|
||||
max-http-form-post-size: -1
|
||||
|
||||
# ===================================================================
|
||||
# JHipster specific properties
|
||||
|
||||
@@ -91,6 +91,10 @@ management:
|
||||
application: ${spring.application.name}
|
||||
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 5000MB
|
||||
max-request-size: 5000MB
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
url: jdbc:oracle:thin:@localhost:1521/sisvietnam
|
||||
|
||||
Reference in New Issue
Block a user