rajpra8

Results 5 comments of rajpra8

I have created pr https://github.com/kimichen13/mybatis-generator-plugin/pull/19 to address this. Please let me know if this can be merged. Unit test and integration test passed. Please let me know if there is...

@kimichen13 I am using in development phase only but I have kept in main build.gradle. Since some gradle tasks gets used in CI process, its getting loaded because this not...

@kimichen13 gentle reminder to reconsider. Please decline the pr if you don't want to merge this pr. I will try to fork and make this change in my forked branch...

Thanks @cowtowncoder. I have joined the group has posted my initial message. If I don't get any response, I will start a fork and start working on adding the support...

This worked for me. I just annotated base class with //java @Schema( oneOf = { Bird.class, Cat.class } ) //kotlin @Schema( oneOf = [Bird.class,Cat.class ]) I think we should close...