Spring jwt demo proejct
dependencies
- spring-boot-web (mvc)
- spring-boot-jpa
- spring-boot-security
- spring-boot-data-redis
domain
- User ([User]: https://github.com/64byte/spring-jwt-demo/tree/master/src/main/java/com/story/demo/user)
- Authentification
- Article
rest api endpoint
- User
/api/users/register
- Authentification
/api/auth
- Article
/api/articles/{id}