Tien Nguyen Truong 05dcea87ad first commit
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00
2020-01-09 22:00:22 +07:00

Spring Boot JWT Authentication example with Spring Security & PostgreSQL

For more detail, please visit:

Secure Spring Boot App with Spring Security & JWT Authentication

Run Spring Boot application

mvn spring-boot:run

Run following SQL insert statements

INSERT INTO roles(name) VALUES('ROLE_USER');
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
Description
No description provided
Readme MIT 220 KiB
Languages
Java 100%