Example application for handling notes

Basic CRUD functionality with H2 in-memory database

Pre-requisites

  • Maven
  • Java
  • Tomcat

Running instructions

  1. Clone the repository
  2. Open a terminal within the repository directory
  3. Execute the following command
mvn clean package
  1. Copy the .war file from the /target directory to tomcats webapps directory
  2. Check whether the application was deployed successfully