yo1000 / demo-spring-rest-controller-pagination-with-camel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Pagination Demo

./mvnw clean spring-boot:run
# DataSource from InMemory Items
curl localhost:8080/member?page=10

# DataSource from Database
curl localhost:8080/member?page=10&src=db

# DataSource from Database using SyntaxSugar
curl localhost:8080/member?page=10&src=db_simple

About

License:MIT License


Languages

Language:Kotlin 100.0%