springboot 整合tk.mapper

<!-- tkmybatis -->
        <dependency>
            <groupId>tk.mybatis</groupId>
            <artifactId>mapper</artifactId>
            <version>4.1.5</version>
        </dependency>
        <dependency>
            <groupId>tk.mybatis</groupId>
            <artifactId>mapper-spring-boot-starter</artifactId>
            <version>2.1.5</version>
        </dependency>
mybatis:
  configuration:
    map-underscore-to-camel-case: true
  mapper-locations: classpath:mapper/*.xml
mapper:
  identity: mysql
  not-empty: true

springboot 整合tk.mapper

 

springboot 整合tk.mapper

 

 springboot 整合tk.mapper

上一篇:meituan交互式系统浅析(2) product,统计区域热门商品


下一篇:javascript_22_for_二维数组