59. Brute force attack cache - Guava LoadingCache Service Implementation (#6)

This commit is contained in:
Art
2021-09-08 13:40:21 +03:00
parent 142eae06df
commit 213ff93e55
2 changed files with 52 additions and 0 deletions

View File

@ -60,6 +60,12 @@
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>