Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 692 Bytes

File metadata and controls

29 lines (17 loc) · 692 Bytes

chapter18.01-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

Select All Events, which will redirect you to the CAS server.

You can then log in using the username casuser and the password Mellon. img.png

Upon successful authentication, you will be redirected back to the JBCP calendar application. img.png