mybatisplus配置文件

mybatis-plus:
  configuration:
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    # id的增加方式
  global-config:
    db-config:
      id-type: assign_id
posted @ 2023-06-18 23:32  Bepowerful  阅读(44)  评论(0)    收藏  举报