Spring Data JPA & MyBatis

后端 未结 5 2153
无人共我
无人共我 2021-02-10 00:02

I am trying to use Spring Data JPA with MyBatis. Since there isnt a Vendor Adapter for MyBatis, what is the alternative here?



        
5条回答
  •  一整个雨季
    2021-02-10 00:29

    Spring-Data-Mybatis Hatunet version

    I am using this project: https://github.com/hatunet/spring-data-mybatis

    It fit very well with spring-data-mybatis and it have also the paginated repository.

    Work very well on production project.

    update 08/2020

    The projet as moved to another webspace and evolved: https://github.com/easybest/spring-data-mybatis

提交回复
热议问题