Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.52 KB

Getting Started

Description

What is the project for?

This is a demo project to introduce how to create a rate limiter filter using AOP with spring boot and redis.

How to test it?

  1. Install and start a redis daemon on your local machine or somewhere
  2. Change the redis host and port in application.properties.
  3. run RadioApplication
  4. Run the sample test-ping.sh to test in a new terminal.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you: