Results 10 comments of 刘邵宇

> Please provide more information about your issue. The exception has been caught manually and the method body will not throw any more exceptions, method: com.alibaba.nacos.common.utils.IoUtils#tryDecompress(java.io.InputStream)

> I can't get your issue point. > > Please create issue with issue template. make this anonymous inner class a lambda(common module)

> Why can't throw IOException? An IOException has been catch,so throws IOException Is invalid ![image](https://user-images.githubusercontent.com/36216908/183801935-7588b258-5523-44f8-8c02-6530eb34819f.png)

> I remember you has submit in other PR, Can you rebase on develop branch and re-push your commit? okay, got it

[https://gitee.com/openframework/spring-examples/blob/master/spring-mybatis-examples/src/main/resources/mybatis-config.xml](url)

> [https://gitee.com/openframework/spring-examples/blob/master/spring-mybatis-examples/src/main/resources/mybatis-config.xml](url) end of file

> > 已发布3.5.7-SNAPSHOT 目前已有BaseMapper新增能力: 1.saveBatch 批量保存 2.updateBatchById 批量更新 3.saveOrUpdateBatch and saveOrUpdateBatch(自定义条件) 批量保存或更新 4.saveOrUpdate 保存或更新 5.deleteById,deleteBatchIds默认支持逻辑删除填充,增加重载方法参数是否需要填充处理. > > 是不是可以把表关联查询的方法也加进来?我看原计划是4.0加的,结果4.0鸽了 mybatis本来就支持的功能为什么还要去造轮子

> > > > 已发布3.5.7-SNAPSHOT 目前已有BaseMapper新增能力: 1.saveBatch 批量保存 2.updateBatchById 批量更新 3.saveOrUpdateBatch and saveOrUpdateBatch(自定义条件) 批量保存或更新 4.saveOrUpdate 保存或更新 5.deleteById,deleteBatchIds默认支持逻辑删除填充,增加重载方法参数是否需要填充处理. > > > > > > > > > 是不是可以把表关联查询的方法也加进来?我看原计划是4.0加的,结果4.0鸽了 > > >...

> > 建议优先看看官方的,https://github.com/mybatis/mybatis-dynamic-sql > > mybatis官方的体验欠佳。mybatis-plus-join只需要在mybatis-plus基础上把BaseMapper换成MPJBaseMapper就能支持联表,表达式写起来也很自然。 个人觉得mp的主要任务是支持mybatis官方框架,拓展增强基础能力,而不是套壳一些其他的三方插件当自己功能

> > 而不是套壳一些其他的三方插件当自己功能 > > 歪曲我的观点没意思,我说之前的是: > > > 建议看看 mybatis-plus-join,理论上有这个库后 mybatis-plus 不需要做联表功能了 > > 既然都用mybatis-plus了,那更应该利用好它繁荣的生态,通过拓展库来无缝集成新功能。特别是:项目已经大量使用mybatis-plus lambda查询的情况下。 > > 这样mybatis-plus就不需要再去造联表查询轮子,保持精简,毕竟你也说了有dynamic sql,再不济还能直接写sql。 > > 否则还不如把mybatis-plus从项目dependencies里删了,只用mybatis和官方配套的dynamic sql。 > > 我还是想不通你为何会爆出这么神奇的言论,难道mybatis-plus开发团队,或者你干过这种事情? > 1.理论上有这个库指的不是mp理论上有这个库?那不就是套壳?...