Skip to content
John Fereira edited this page Apr 8, 2022 · 2 revisions

OauthDemo

Contents link

  • src/main source code
  • src/test junit tests
  • pom.xml maven build file
  • scripts shell scripts for testing

Setup

none

Building

Use maven to compile the code

mvn compile

Running

This is a web application. It can be started using:

mvn spring:boot:run

Use a browser to connect to connect to http://localhost:8080

Dependencies

Clone this wiki locally