Skip to content

The initialization of the project is done.

Prudhomme, Claire requested to merge init into main

Created by: JJponciano

The project is structured according to an MVC architecture. The views are stored in the package src/main/resources/static and src/main/resources/templates. Controllers are stored in the package info.ponciano.lab.geotimewfs.controllers.

The models are in the other packages.

The main application is info.ponciano.lab.geotimewfs.GeotimewfsApplication.

Merge request reports