Step 1: Download JDK version 8 from here
Step 2: Download Spring Tools 4 for Eclipse from here
Step 3: MySQL can be downloaded from here
Step 4: Postman can be downloaded from here
Step 5: Git can be downloaded from here
- To build End-to-End Production Ready REST API.
- To create REST end points to perform Database operations.
- To handle exceptions and create Custom Exceptions.
- To filter the records by writing JPA finder/query methods.
- To use Spring Security in Spring Boot application
- To test REST API in Postman effectively.
- To use lombok.
- To add JWT token based Authentication to Spring Boot application.
- To push code to Git repository by using basic git commands.
- To build this project with Spring Boot, Spring Security, Data JPA, JWT and MySQL Database.