Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 471 Bytes

File metadata and controls

19 lines (13 loc) · 471 Bytes

chapter06.08-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

Try with the username as admin1@example.com and the password as admin1.