An open API service indexing awesome lists of open source software.

https://github.com/mehmetpekdemir/spring-boot-jwt-authentication

Spring Boot Jwt Authentication
https://github.com/mehmetpekdemir/spring-boot-jwt-authentication

integration-tests java-11 jwt-authentication spring-boot spring-security swagger

Last synced: 6 months ago
JSON representation

Spring Boot Jwt Authentication

Awesome Lists containing this project

README

          

# Spring-Boot-Jwt-Authentication

### Tech Stack
- Java 11
- Spring Boot
- Spring Security
- JWT
- Integration Tests

### Requirements

For building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven](https://maven.apache.org)
- [Lombok](https://projectlombok.org/)

### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```

### Port
```
http://localhost:8081
```