Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 413 Bytes

File metadata and controls

24 lines (12 loc) · 413 Bytes

chapter17.00-authorization-server

Execute the below command using Gradle from the project directory:

./gradlew bootRun

Alternatively, if you're using Maven, execute the following command from the project directory:

./mvnw spring-boot:run

To test the application, open a web browser and navigate to: http://localhost:9000 img.png