abel533 / Mapper

Mybatis Common Mapper - Easy to use
https://mybatis.io
MIT License
7.34k stars 1.63k forks source link

升级5.0后configuration配置不起作用 #926

Open shemprun opened 1 month ago

shemprun commented 1 month ago

之前的版本是在mybatis-config里面配置的,升级5.0后相关配置不起作用 image 无标题

abel533 commented 1 month ago

5.0完全copy官方starter进行了更新,可以看看官方文档这部分配置: https://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/zh/index.html image

abel533 commented 1 month ago

除了mybatis.config 还有没有其他不兼容的配置?

shemprun commented 1 month ago

还有一个问题,我之前看有一个关闭的issure里面提到了自定义mapper里面没有用SelectProvider等几个注解描述、实现的方法 会报错的问题,这个问题会在将来修正吗?

ljfreedom commented 1 month ago

请问这个问题有解决方案吗

abel533 commented 1 month ago

@ljfreedom 参考官方文档能不能解决? https://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/zh/index.html

ljfreedom commented 1 month ago

image 已解决