Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

mybatis order orderbyhelper spring-boot springboot starter

Last synced: about 1 month ago
JSON representation

orderbyhelper

Awesome Lists containing this project

README

        

[![Dependency Status](https://www.versioneye.com/user/projects/5916d430e1638f00530324f9/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5916d430e1638f00530324f9)
[![license](https://img.shields.io/badge/gradle-3.3-brightgreen.svg)](https://gradle.org)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/mit-license.php)

# MyBatis [OrderByHelper](https://github.com/abel533/OrderByHelper) integration with springboot

OrderbyHelper-Spring-Boot-Starter 帮助你集成通用 [OrderByHelper](https://github.com/abel533/OrderByHelper) 到 Spring Boot。

OrderbyHelper-Spring-Boot-Starter will help you use [OrderByHelper](https://github.com/abel533/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:



nexus
nexus
http://maven.cuisongliu.com/content/groups/public

true


false


在pom.xml加入依赖

Add the following dependency to your pom.xml:


com.cuisongliu
orderbyhelper-spring-boot-starter
1.0

### 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](https://github.com/abel533/OrderByHelper).