Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 583 Bytes

File metadata and controls

22 lines (15 loc) · 583 Bytes

chapter09.02-calendar

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: https://localhost:8443/ img.png

Go to the Login page: img.png

We are then redirected to the provider authorization page, requesting the user to grant permission to the jbcpcalendar application.