Skip to content

Commit

Permalink
Added README.md file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3305 authored Mar 18, 2023
1 parent b924394 commit 3cee376
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Custom Pageable
[![Build Flow](https://github.com/HRV-Mart/API-Call/actions/workflows/build.yml/badge.svg)](https://github.com/HRV-Mart/API-Call/actions/workflows/build.yml)
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/HRV-Mart/API-Call)

A Custom Pageable package created for HRV-Mart to help Spring boot application to do page related queries on Mongodb.
## How to use
1) Define dependency in build.gradle/build.gradle.kts/pom.xml
Use [this link](https://github.com/orgs/HRV-Mart/packages?repo_name=API-Call) to pick appropriate version.
2) Authenticate with GitHub Package [link](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-with-a-personal-access-token)
3) Build your project

0 comments on commit 3cee376

Please sign in to comment.