PayMyBuddy is an application for sending money to friend's account
Contains the principal database and the database for the tests
https://github.com/Nico-GS/PayMyBuddy/blob/master/SQL/script.sql
Java 14
Spring Boot 2.3.4
Maven 4.0.0
MariaDB (or MySQL) 10.5.8
Jasypt 1.9.3 : http://www.jasypt.org/download.html For encrypt the database password
./encrypt.sh input=passwordToEncrypt password=KeyPassword
jBCrypt for encrypt user password in database : https://www.mindrot.org/projects/jBCrypt/