Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

File metadata and controls

20 lines (14 loc) · 607 Bytes

chapter02.04-calendar

Execute the below command using Gradle from the project directory:

./gradlew tomcatRun

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

./mvnw package cargo:run

To test the application, open a web browser and navigate to: http://localhost:8080 chapter02.04.png

Try logging in as a regular user ([email protected]/user1), and view all of the events. Note that we get the custom Access Denied page. chapter02.04-1.png