Search⌘ K
AI Features

Running the Project Using the CLI

Explore how to run the OAuth2 authorization server project from the command line interface. Learn to use Docker Compose for database setup, connect Docker networks, and execute server commands to generate access tokens effectively.

Setup requirements

In order to run this project, you will need the following:

  • Java environment: JDK11
  • Gradle: version 5.4.1
  • Docker

Running the project

Let’s learn how we can run the project using the CLI once the setup is done.

Step 1: Docker compose for database

First of all, we need to run the Docker ...