Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 601 Bytes

File metadata and controls

20 lines (14 loc) · 601 Bytes

chapter11.00-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

Log in with the user user1@example.com and the password user1. You will observe that the My Events navigation menu item is displayed, and the All Events navigation menu item is displayed as well.