Spring Data JPA & MyBatis

后端 未结 5 2152
无人共我
无人共我 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

    If you would not like to use a JPA implementation like Spring-Data-JPA module, but you like use Spring-Data you can find Spring-Data-Mybatis a useful project.

    I know that this is not precise answer to your question but I hope that this answer can be interesting.

提交回复
热议问题