Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 416 Bytes

File metadata and controls

17 lines (12 loc) · 416 Bytes

chapter02.05-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 chapter02.05.png