Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

File metadata and controls

18 lines (12 loc) · 399 Bytes

chapter09.05-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