Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 606 Bytes

File metadata and controls

23 lines (15 loc) · 606 Bytes

chapter11.04-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 user1@example.com as the username and user1 as the password, and try accessing https://localhost:8443/events/backdoor. You should see the Access Denied page now.

img.png