Skip to content

Set-up process documentation

Liam Clark requested to merge (removed):template into development

In the initial set up of the project a few manual steps need to be taken that were previously undocumented.

  1. The application properties needed to be moved out of the template
  2. The h2 dependency needs to be in main scope for the development configuration rather than just testScope.

Lastly the applciation properties template file was missing entries regarding the session store and portnumber.

Merge request reports