Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 570 Bytes

File metadata and controls

21 lines (14 loc) · 570 Bytes

chapter05.02-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

The application will not work at this point, but this can still be considered a marker point before we continue on to the next steps of conversion. img.png