其他分享
首页 > 其他分享> > springboot 整合tk.mapper

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

 

 

 

标签:mapper,springboot,camel,tk,mybatis,true
来源: https://www.cnblogs.com/dkws/p/12102539.html