Closed cooperlyt closed 1 year ago
Mapper method result type is Mono<Void> throws exception:
Mono<Void>
org.apache.ibatis.binding.BindingException: Mapper method 'XXX' has an unsupported return type: class reactor.core.publisher.Mono
Thanks for this PR.🤝
Mapper method result type is
Mono<Void>
throws exception:org.apache.ibatis.binding.BindingException: Mapper method 'XXX' has an unsupported return type: class reactor.core.publisher.Mono