Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cuisongliu/orderbyhelper-boot-starter
- Owner: cuisongliu
- License: mit
- Created: 2017-05-13T09:30:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T01:04:54.000Z (over 7 years ago)
- Last Synced: 2024-09-28T16:41:54.642Z (about 2 months ago)
- Topics: mybatis, order, orderbyhelper, spring-boot, springboot, starter
- Language: Java
- Homepage: https://github.com/abel533/OrderByHelper
- Size: 20.5 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).