- 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:run
git clone [email protected]:syedabdullahrahman/spring-boot-jwt-assigment.git
cd spring-boot-jwt-assigment
mvn spring-boot:run
http://localhost:8080/
JSON Response:
JSON Response:
MIT License