This is an api with jwt authentication created with spring boot, spring security and mysql database.
- Clone the project
- Create a database with the name
jwt
(optional) - Change the username and password in the
application.properties
file to your mysql username and password - Run the project
- Open postman and test the api
POST /api/v1/auth/register
- RegisterPOST /api/v1/auth/authenticate
- Authenticate
- Spring Boot
- Spring Security
- Spring Data JPA
- MySQL
- JWT
- Maven
- Lombok