Последняя версия

collection-util 1.1.1.RELEASE

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!

Лицензия

Лицензия

Группа

Группа

com.github.aly8246
Идентификатор

Идентификатор

collection-util
Версия

Версия

1.1.1.RELEASE
Тип

Тип

jar
Описание

Описание

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!
Ссылка на сайт

Ссылка на сайт

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

Скачать collection-util 1.1.1.RELEASE


<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-configuration-processor Необязательный 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)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.8
io.springfox : springfox-swagger2 jar 2.9.2
org.mybatis : mybatis jar 3.5.2

Модули Проекта

Данный проект не имеет модулей.