/stream-query

来自超哥的厚爱

Primary LanguageJavaApache License 2.0Apache-2.0

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>