hexo

mybaitis 开启驼峰映射

mybatis:
  type-aliases-package: com.example.user_server.entity
  mapper-locations:
    classpath*: com/example/user_server/mapper/*.xml
  configuration:
    map-underscore-to-camel-case: true
configuration:
    map-underscore-to-camel-case: true   开启驼峰映射
posted @ 2021-12-24 11:52  坚强的南瓜  阅读(106)  评论(0)    收藏  举报