Skip to content
#

design

Here are 352 public repositories matching this topic...

java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。

  • Updated Nov 3, 2021
  • Java
book-project
knjk04
knjk04 commented Oct 14, 2021

Is your feature request related to a problem? If so, please describe.
Returning all books may be a very large payload.

Describe the solution you'd like
Return a fixed size (for now, we will hardcode this to 50 per page) of results per page. Our [endpoint](https://github.com/Project-Books/book-project/blob/main/backend/src/main/java/com/karankumar/bookproject/backend/service/BookServic

Improve this page

Add a description, image, and links to the design topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design topic, visit your repo's landing page and select "manage topics."

Learn more