mybatis-r2dbc
mybatis-r2dbc copied to clipboard
Whether the project support mybatis-plus or not?
As title
I will take a look at https://baomidou.com/ and give you feedback
我还不能确定,从编程角度来看,MyBatis-Plus看起来和JPA非常像, 如果你想写SQL,不想写XML,那么MyBatis-Plus和JPA非常像,一些接口也都差不多,当然MyBatis-Plus可能有一些JPA没有的功能,但是Spring JPA也有一些高级特性。
目前Spring JPA已经支持R2DBC啦, https://spring.io/projects/spring-data-r2dbc 在某种程度上满足了用户不想写SQL、XML的需求。
如果有特别的特性,这里留言一下,可以考虑和MyBatis Plus合作一下,或者到MyBatis Plus宝地留言一下,支持Reactive特性。 :)