stream-query
官方文档:https://vampireachao.gitee.io/stream-query-docs/#/
封装 热门orm常用操作
封装 使用stream
进行数据返回处理
powered by GitHub Copilot
<!-- https://mvnrepository.com/artifact/io.github.vampireachao/stream-plugin-mybatis-plus -->
<dependency>
<groupId>io.github.vampireachao</groupId>
<artifactId>stream-plugin-mybatis-plus</artifactId>
<version>1.1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.github.vampireachao/stream-core -->
<dependency>
<groupId>io.github.vampireachao</groupId>
<artifactId>stream-core</artifactId>
<version>1.1.4</version>
</dependency>