Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 580 Bytes

File metadata and controls

23 lines (16 loc) · 580 Bytes

chapter03.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 chapter03.02.png

Create a new user: chapter03.02-1.png

And see that the new user is automatically logged in: chapter03.02-2.png