/springboot-oauth2-sample

Example with springboot and oauth2 security layer

Primary LanguageJava

SpringBoot Oauth2 Sample

Example of Rest API protected over oauth2

Get started

Clone the project with git clone To import project in eclipse... File > Import > Existing Maven Project

Pre-requisites

Install

  • mvn install

Tests

  • mvn verify

Deploy

  • mvn spring-boot:run

To deploy with maven

Application: http://localhost:4200/_api

Swagger: http://localhost:4200/_api/swagger-ui.html

Architecture

Authors