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.
27 lines
639 B
YAML
27 lines
639 B
YAML
server:
|
|
port: 9995
|
|
|
|
spring:
|
|
profiles:
|
|
active: dev
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 100MB
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
|
|
mybatis-plus:
|
|
mapperPackage: com.glxp.udi.admin.dao.*
|
|
mapper-locations: classpath:mybatis/mapper/*/*.xml
|
|
type-aliases-package: com.glxp.udi.admin.entity
|
|
check-config-location: false
|
|
configuration:
|
|
map-underscore-to-camel-case: false
|
|
auto-mapping-unknown-column-behavior: none
|
|
auto-mapping-behavior: partial
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
use-column-label: true
|
|
global-config:
|
|
banner: true
|