Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 741 Bytes

File metadata and controls

27 lines (18 loc) · 741 Bytes

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

Try logging in with user1@example.com as the username and user1 as the password. img.png

On the Welcome page, request the My Events. (email=admin1@example.com) link to see an Access Denied page. img.png

Try again with My Events (email=user1@example.com) to see it work. img.png