Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabianuntermoser/example-spring-boot-oauth2

Spring Boot, Spring Security, OAuth2
https://github.com/fabianuntermoser/example-spring-boot-oauth2

Last synced: 9 days ago
JSON representation

Spring Boot, Spring Security, OAuth2

Awesome Lists containing this project

README

        

# Example Spring Boot Application

## Requirements
- Java 17

## Build & Run

```
# setup dependencies & build
mvn clean package

# run application
mvn spring-boot:run
```