opt:添加国际化等

This commit is contained in:
2025-08-28 16:00:27 +08:00
parent 1061b07f1e
commit 30dad1a294
56 changed files with 1481 additions and 117 deletions

View File

@@ -1,6 +1,8 @@
server:
# 端口
port: 8011
tomcat:
max-swallow-size: 100MB
spring:
datasource:
druid:

View File

@@ -1,6 +1,8 @@
server:
# 端口
port: 8011
tomcat:
max-swallow-size: 100MB
spring:
datasource:
druid:

View File

@@ -1,6 +1,15 @@
spring:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
main:
allow-bean-definition-overriding: true
messages:
basename: language/task/task,language/error/error,language/buss/buss
encoding: UTF-8
profiles:
active: dev
active: prod
jackson:
time-zone: GMT+8
@@ -8,7 +17,7 @@ mybatis-plus:
configuration:
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:/mapper/**/*.xml
mapper-locations: classpath*:org/nl/apt15e/**/mapper/*.xml
global-config:
banner: false