feat: implement menu item management, update collection type to LinkedHashSet, and increase multipart upload limits

This commit is contained in:
2026-07-10 13:40:13 +07:00
parent 479d794b8e
commit 3e5432ba65
8 changed files with 216 additions and 191 deletions
@@ -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