v3.0.0
·
31 commits
to 3.x
since this release
Feature
- Compatible with
r2dbc-spi(1.0.0.RELEASE)
. - Support
IN/OUT/INOUT
parameters ofr2dbc-spi
. - Support dynamic database routing with spring boot.
- Update result handler process behaviour.
- Update
spring-boot
to3.x.x
baseline.
Bug fixed
- fix mapper interface with
@Repository
error inmybatis-r2dbc-mybatis
. - catch up
mybatis
's fixed bug PR. - other optimizations.