Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 615 Bytes

File metadata and controls

21 lines (14 loc) · 615 Bytes

chapter13.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: http://localhost:8080 img.png

You should now be able to start the application and test to ensure that our URLs are secured as they should be.

Our users will not notice a difference, but we know that our URL mappings are persisted in a database now.