Skip to content
Julia Damerow edited this page Feb 16, 2022 · 5 revisions

Welcome to the DigInG Spring training!

This repository contains a basic DigInG Spring project setup. Before you can begin with this training, please fork this repository and then work on your fork.

This tutorial uses the following software:

  • Java 11
  • Eclipse (the "Eclipse IDE for Enterprise Java and Web Developers" package not the default one)
  • Apache Tomcat 9
  • Git
  • MySQL (this tutorial has been tested with MySQL 5.7 but 8.0 will probably also work).

The basic project uses Spring MVC, Thymeleaf for the frontend, and includes the simple-users plugin developed by the Digital Innovation Group for user management.

Clone this wiki locally