SpringBoot Mybatis配置
mybatis:
mapper-locations: classpath:mapper/*.xml // mapper文件位置
type-aliases-package: com.xxx.model // 根据别名查找model位置
check-config-location: true // 运行时检查mapper是否存在
configuration:
map-underscore-to-camel-case: true // 将表的下划线列名匹配到驼峰式属性名

浙公网安备 33010602011771号