You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-spms-java/src/main/resources/application.yml

37 lines
770 B
YAML

spring:
profiles:
active: dev
jmx:
enabled: false
servlet:
multipart:
max-file-size: 200MB
max-request-size: 200MB
mybatis-plus:
mapper-locations: classpath:mybatis/mapper/*/*.xml
configuration:
use-generated-keys: true
use-column-label: true
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
pagehelper:
helperDialect: mysql
support-methods-arguments: false
params: count=countsql
offset-as-page-num: false
row-bounds-with-count: false
page-size-zero: true
reasonable: false
returnPageInfo: none
auto-dialect: true
auto-runtime-dialect: true
server:
tomcat:
max-http-form-post-size: 100MB
max-http-post-size: 100MB
max-http-header-size: 100MB