https://github.com/yevheniyj/spring-boot-jwt
Sample Spring Boot app with JWT-based authentication
https://github.com/yevheniyj/spring-boot-jwt
java jwt spring-boot
Last synced: 8 months ago
JSON representation
Sample Spring Boot app with JWT-based authentication
- Host: GitHub
- URL: https://github.com/yevheniyj/spring-boot-jwt
- Owner: yevheniyJ
- Created: 2019-07-24T17:40:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T01:01:34.000Z (almost 4 years ago)
- Last Synced: 2025-10-25T10:32:27.354Z (8 months ago)
- Topics: java, jwt, spring-boot
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!