28. JWT Token Provider - Part 3 (#2)

This commit is contained in:
Art
2021-09-05 09:51:41 +03:00
parent c9f2a8390a
commit 8854c80bcc
3 changed files with 65 additions and 10 deletions

View File

@ -53,6 +53,13 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@ -68,6 +75,7 @@
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>