v1.1.0.RELEASE
marcosbarbero
released this
26 Jun 13:05
·
472 commits
to master
since this release
This version adds an InMemoryRateLimiter
implementation for dev environment.
In order to make RedisRateLimiter
implementation work now is mandatory to add the following dependency:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>