Go to file
VampireAchao 70cda4f801 :trollface: package responsibility 2022-07-28 11:39:14 +08:00
stream-core :trollface: getPropertyNames 2022-07-26 16:38:49 +08:00
stream-plugin :trollface: package responsibility 2022-07-28 11:39:14 +08:00
.gitignore remove flink dependency and implement myself 2022-06-02 20:09:47 +08:00
.travis.yml jdk 2022-07-07 22:57:30 +08:00
LICENSE Create LICENSE 2022-05-21 00:48:19 +08:00
README.md :trollface: 1.1.3 2022-07-16 16:27:12 +08:00
pom.xml fix(pom): 修复junit5 maven测试问题 2022-07-16 10:04:19 +00:00

README.md

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.3</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/io.github.vampireachao/stream-core -->
        <dependency>
            <groupId>io.github.vampireachao</groupId>
            <artifactId>stream-core</artifactId>
            <version>1.1.3</version>
        </dependency>