opt:添加国际化等
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
server:
|
||||
# 端口
|
||||
port: 8011
|
||||
tomcat:
|
||||
max-swallow-size: 100MB
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
server:
|
||||
# 端口
|
||||
port: 8011
|
||||
tomcat:
|
||||
max-swallow-size: 100MB
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user