Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 537 Bytes

Spring Boot JWT

Hi there!

This is a example of Spring Boot with JWT-based authentication application.

It contains following features:

  • REST end-points with documentation and proper validation
  • JWT-based authentication
  • Persistence in relational database

Main libraries/frameworks/tools which are used:

  • Spring Boot, Spring Security, Spring Boot JPA
  • Lombok
  • Swagger
  • Maven
  • PostgreSQL, Flyway

To run this application you should:

  • Provide credentials for PostgreSQL in application.yaml or pass VM options

ENJOY!