- JWT (Signin, Signup, Roles)
- REST API best practices
- Swagger Docs
- RestTemplate ( Consuming REST Services, a task implementation)
- API rate limiting with Bucket4j
- Task
- Spring HATEOAS
- Spring Auto REST Docs
For building and running the application you need:
- JDK 8 or 11
- Maven 3
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the de.codecentric.springbootsample.Application class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:rungit clone git@github.com:syedabdullahrahman/spring-boot-jwt-assigment.gitcd spring-boot-jwt-assigmentmvn spring-boot:runhttp://localhost:8080/
JSON Response:
JSON Response:
MIT License