个人笔记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
130 B

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