INSERT INTO roles(name) VALUES('ROLE_USER');
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
For more detail, please visit:
Secure Spring Boot with Spring Security & JWT Authentication
For instruction: Spring Boot Refresh Token with JWT example
Spring Boot JWT Authentication example using HttpOnly Cookie
Exception handling: @RestControllerAdvice example in Spring Boot
Validation: Spring Boot Validate Request Body
Documentation: Spring Boot and Swagger 3 example
Caching: Spring Boot Redis Cache example
Associations:
Deployment:
Run both Back-end & Front-end in one place: