19. Run Application (#1)

This commit is contained in:
Art
2021-09-04 11:17:11 +03:00
parent f14095c425
commit e83540de09
4 changed files with 92 additions and 5 deletions

View File

@ -56,6 +56,13 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
<build>