Results 488 comments of Liuzh

如果是自动生成的count查询,所有的 msId都是 `_COUNT` 后缀。 https://github.com/pagehelper/Mybatis-PageHelper/blob/2532a1d8a5323683d6562b77fcbd428641cd561c/src/main/java/com/github/pagehelper/PageInterceptor.java#L160

可以先关注一下:https://github.com/mybatis-mapper/mapper 会尽快发布正式版。

1.0.0正式版已经发布,等准备好官网再发通知。

@wajncn 用的 vuepress

@wajncn 能一起使用,没有冲突

@uniquejava jdk11有很多安全方面的设计,需要自己通过参数控制。

直接发问题,不要发无意义的内容。 Send questions directly, don't send meaningless content.

可以实现跳过,但是这会让其他拦截器更难处理。分页时一套,不分页时一套。 所以建议如果能重写的情况下,可以参考:https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/Interceptor.md 这里进行调整。

批量本身就不能用序列,需要先设置好主键在批量插入。