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
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-jwt-authentication
- Owner: mehmetpekdemir
- Created: 2020-12-27T01:48:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T13:25:41.000Z (over 4 years ago)
- Last Synced: 2023-03-01T07:32:43.699Z (over 2 years ago)
- Topics: integration-tests, java-11, jwt-authentication, spring-boot, spring-security, swagger
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Spring-Boot-Jwt-Authentication
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Jwt-Authentication
### Tech Stack
- Java 11
- Spring Boot
- Spring Security
- JWT
- Integration Tests
### RequirementsFor 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
```