orderbyhelper-spring-boot-starter

MyBatis OrderByHelper integration with springboot.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.cuisongliu
ArtifactId

ArtifactId

orderbyhelper-spring-boot-starter
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

orderbyhelper-spring-boot-starter
MyBatis OrderByHelper integration with springboot.
Project URL

Project URL

https://github.com/cuisongliu/orderbyhelper-boot-starter
Source Code Management

Source Code Management

https://github.com/cuisongliu/orderbyhelper-boot-starter

Download orderbyhelper-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.cuisongliu/orderbyhelper-spring-boot-starter/ -->
<dependency>
    <groupId>com.cuisongliu</groupId>
    <artifactId>orderbyhelper-spring-boot-starter</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cuisongliu/orderbyhelper-spring-boot-starter/
implementation 'com.cuisongliu:orderbyhelper-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/com.cuisongliu/orderbyhelper-spring-boot-starter/
implementation ("com.cuisongliu:orderbyhelper-spring-boot-starter:1.0.2")
'com.cuisongliu:orderbyhelper-spring-boot-starter:jar:1.0.2'
<dependency org="com.cuisongliu" name="orderbyhelper-spring-boot-starter" rev="1.0.2">
  <artifact name="orderbyhelper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cuisongliu', module='orderbyhelper-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "com.cuisongliu" % "orderbyhelper-spring-boot-starter" % "1.0.2"
[com.cuisongliu/orderbyhelper-spring-boot-starter "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.3.RELEASE
com.cuisongliu : orderbyhelper-spring-boot-autoconfigure jar 1.0
tk.mybatis : orderby-helper jar 0.0.2

Project Modules

There are no modules declared in this project.

Dependency Status license license

MyBatis OrderByHelper integration with springboot

OrderbyHelper-Spring-Boot-Starter 帮助你集成通用 OrderByHelper 到 Spring Boot。

OrderbyHelper-Spring-Boot-Starter will help you use OrderByHelper with Spring Boot.

How to use

maven

在pom.xml加入nexus资源库(解决中国访问慢的问题,已经加入中央仓库)

Add the following nexus repository(fix china access slow problem,already append to central nexus.) to your pom.xml:

<repositories>
    <repository>
        <id>nexus</id>
        <name>nexus</name>
        <url>http://maven.cuisongliu.com/content/groups/public</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </repository>
</repositories>

在pom.xml加入依赖

Add the following dependency to your pom.xml:

<dependency>
   <groupId>com.cuisongliu</groupId>
   <artifactId>orderbyhelper-spring-boot-starter</artifactId>
   <version>1.0</version>
 </dependency>

gradle

在build.gradle加入nexus资源库(解决中国访问慢的问题,已经加入中央仓库)

Add the following nexus repository(fix china access slow problem,already append to central nexus.) to your build.gradle:

allprojects {
    repositories {
        mavenLocal()
        maven { url "http://maven.cuisongliu.com/content/groups/public" }
        mavenCentral()
        jcenter()
    }
}

在build.gradle加入依赖

Add the following dependency to your build.gradle:

compile "com.cuisongliu:orderbyhelper-spring-boot-starter:1.0"

Version related

orderbyhelper-spring-boot-starter orderby-helper
1.0 0.0.1
1.0.2 0.0.2

Acknowledgments

OrderByHelper.

Versions

Version
1.0.2
1.0