# spring
# mybatis
- 开启驼峰映射
```properties
mybatis.configuration.map-underscore-to-camel-case=true
```