Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabianuntermoser/example-spring-boot-oauth2
- Owner: FabianUntermoser
- License: mit
- Created: 2023-08-01T12:24:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T12:27:23.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:30:37.819Z (2 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```