Implementing Spring Security | Simple Authentication using BCryptPasswordEncoder
Let’s start with a very basic project which has a simple @RestController UserControler. UserControler has a method mapped with @GetMapping which returns String “Hello, World!” when api ( http://localhost:8020/api/hello ) is hit.
Step 1 → Add depend...
prashantblog.hashnode.dev2 min read