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

springboot 整合tk.mapper

上一篇:mockjs导致element-ui upload组件的on-progress和axios的responseType失效


下一篇:swiper插件在移动端,多个swiper左右滑动时有空白的问题