server: port: 9995 spring: profiles: active: dev 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