Execute the below command using Gradle from the project directory:
./gradlew bootRunAlternatively, if you're using Maven, execute the following command from the project directory:
./mvnw spring-boot:runTo test the application, open a web browser and navigate to:
https://localhost:8443/

Select All Events, which will redirect you to the CAS server.
You can then log in using the username casuser and the password Mellon.

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