Skip to content
Andreas Rudolph edited this page Aug 15, 2021 · 5 revisions

Building

The following page describes how to build OpenEstate-IS24-REST from source code.

Building with IntelliJ IDEA

Open the repository folder as a project in IntelliJ IDEA. You can execute the predefined Build configuration as described here.

Building with Maven

Open the repository folder in your terminal and launch the following command:

mvn clean install