Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 287 Bytes

hugeNrOfReqHandling

This is a demo project to show how we could restrict the number of request in Spring boot project.

(The main focus is not about database access so a fake database is implemented in this project.)

Two packages contain the key elements:

  • annotation
  • aop