Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 422 Bytes

File metadata and controls

21 lines (12 loc) · 422 Bytes

chapter01.00-calendar

Execute the below command using Gradle from the project directory:

./gradlew tomcatRun

Alternatively, if you're using Maven, execute the following command from the project directory:

./mvnw package cargo:run

To test the application, open a web browser and navigate to: http://localhost:8080/

chapter01.00.png