x-ream / x-ream.github.io

Home Page:http://xream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to develop project quickly

sqli

http://sqli.xream.io

license maven

    @X.Key
    @X.Mapping
    Q q = QB.of(Foo.class).select(id).eq("qty",1).build();

x7

http://x7.xream.io

license maven

   x7-repo
      extends BaseRepository<Foo>
      extends RepositoryX
      @EnableX7Repository
      @EnableX7L2Caching
      @X.Mapping
      @X.Key

maven dependency

<dependency>
    <groupId>io.xream.x7</groupId>
    <artifactId>x7-spring-boot-starter</artifactId>
    ....
</dependency>

acku

http://acku.xream.io

license maven

   mq transaction, with tcc option

maven dependency

<dependency>
    <groupId>io.xream.acku</groupId>
    <artifactId>acku-spring-boot-starter</artifactId>
    ....
</dependency>

About

http://xream.io

License:Apache License 2.0