collection-util

Collection Util is a mybatis plug-in designed to solve the problem of N + 1 in mysql. When you use Mysql to query linked tables and pages, there will be n + 1 problem. This plug-in can help you!

License

License

GroupId

GroupId

com.github.aly8246
ArtifactId

ArtifactId

collection-util
Last Version

Last Version

1.1.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

collection-util
Collection Util is a mybatis plug-in designed to solve the problem of N + 1 in mysql. When you use Mysql to query linked tables and pages, there will be n + 1 problem. This plug-in can help you!
Project URL

Project URL

https://github.com/aly8246/collection-util

Download collection-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.aly8246/collection-util/ -->
<dependency>
    <groupId>com.github.aly8246</groupId>
    <artifactId>collection-util</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation 'com.github.aly8246:collection-util:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.aly8246/collection-util/
implementation ("com.github.aly8246:collection-util:1.1.1.RELEASE")
'com.github.aly8246:collection-util:jar:1.1.1.RELEASE'
<dependency org="com.github.aly8246" name="collection-util" rev="1.1.1.RELEASE">
  <artifact name="collection-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aly8246', module='collection-util', version='1.1.1.RELEASE')
)
libraryDependencies += "com.github.aly8246" % "collection-util" % "1.1.1.RELEASE"
[com.github.aly8246/collection-util "1.1.1.RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.5.RELEASE
org.springframework.boot : spring-boot jar 2.1.8.RELEASE
org.springframework : spring-beans jar 5.1.9.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.1.8.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure jar 2.1.0

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8
io.springfox : springfox-swagger2 jar 2.9.2
org.mybatis : mybatis jar 3.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1.RELEASE
1.1.0.RELEASE
1.0.9.RELEASE
1.0.7.RELEASE
1.0.6.RELEASE
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.1
1.0.1.RELEASE
1.0.0.RELEASE