to develop project quickly
@X.Key
@X.Mapping
Q q = QB.of(Foo.class).select(id).eq("qty",1).build();
x7-repo
extends BaseRepository<Foo>
extends RepositoryX
@EnableX7Repository
@EnableX7L2Caching
@X.Mapping
@X.Key
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-spring-boot-starter</artifactId>
....
</dependency>
mq transaction, with tcc option
<dependency>
<groupId>io.xream.acku</groupId>
<artifactId>acku-spring-boot-starter</artifactId>
....
</dependency>