44.1 Jasypt dependency and made it work (#44 encrypt passwords using jasypt)

This commit is contained in:
Art
2021-09-30 14:08:12 +03:00
parent 5505377baa
commit 006a032831
3 changed files with 37 additions and 19 deletions

View File

@ -92,6 +92,12 @@
<version>1.12.75</version>
</dependency>
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>