Closed jzdayz closed 5 years ago
I hope that mybatis can add functions like springmvc parameters to the mapper interface. ( like org.springframework.core.ParameterNameDiscoverer ) I think that each parameter is written @param a little too much.
If you use jdk8, you can try add the compile parameter -paramters with mybatis version is higher than 3.4.1.
-paramters
3.4.1
@piumnl Thanks for your comment! I am same as the suggestion of @piumnl .
ok
I hope that mybatis can add functions like springmvc parameters to the mapper interface. ( like org.springframework.core.ParameterNameDiscoverer ) I think that each parameter is written @param a little too much.