Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 706 Bytes

File metadata and controls

24 lines (15 loc) · 706 Bytes

chapter02.01-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.01-login.png

At this point, you should be able to log in using [email protected] as User and user1 as Password.

You'll see the calendar welcome page, which describes at a high level what to expect from the application in terms of security. chapter02.01.png