一、核心配置优化指南 1.1 基础配置参数详解 MyBatis-Plus的全局配置通过application.yml文件实现,关键参数配置如下: mybatis-plus: configuration: map-underscore-to-camel-case: true # 开启驼峰命名自……