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