Posts by Fred William Torno Junior • 11 points
1 post
-
1
votes1
answer357
viewsQ: Restcontroller Spring, how to limit the number of requests!
Dear friends, I have a API Rest with the RestController from Spring, it receives hundreds of simultaneous posts, and with each post, I need to query and store data in the database. The problem is…