git clone
- When importing the, choose the
pom.xml
- Make sure you have a local instance of MySQL running.
- Go to
application.properties
and insert your own details - Terminal
mvn spring-boot:run
- Go to
localhost:8080/generate
markbojesen/SpringSecurityHashing
Simple app to hash plain passwords with BCrypt and display them on a webpage
Java