Skip to content

Commit

Permalink
mybatis demo bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Nov 28, 2017
1 parent f79a9b8 commit ae3fdf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spring:
merge-sql: true
# mybatis 配置
mybatis:
type-aliases-package: com.xkcoding.springbootdemoormmybatistis.model
type-aliases-package: com.xkcoding.springbootdemoormmybatis.model
mapper-locations: classpath:mapper/*.xml
# 配置项:开启下划线到驼峰的自动转换. 作用:将数据库字段根据驼峰规则自动注入到对象属性
configuration:
Expand Down

0 comments on commit ae3fdf1

Please sign in to comment.