Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 652 Bytes

File metadata and controls

19 lines (13 loc) · 652 Bytes

chapter08.01-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

You'll again be prompted for a client certificate, but this time, you should be able to access areas of the site requiring authorization. You can see from the logs (if you have them enabled) that you have been logged in as the admin1@example.com user.