2021-03-10 08:14:26 +01:00
2021-04-03 16:51:45 +02:00
2021-03-10 08:14:26 +01:00
2021-03-10 08:14:26 +01:00
2021-03-10 08:13:27 +01:00
2021-03-10 08:14:26 +01:00
2021-03-10 08:13:27 +01:00

Distributed Systems Technologies

Please find details about the template in the assignment document.

Build

Each Maven module has a corresponding profile that contains the build config for the respective module. For example, to build the JPA task of assignment 1, run

mvn clean install -Pass1-jpa

You can add the -DskipTests flag to skip JUnit test execution.

There is also a profile all, that includes all modules. You should activate this profile in your IDE's Maven (IDEA,Eclipse) configuration!

Description
Repository for Distributed Systems Technologies course at TU Wien for 2021SS
Readme 412 KiB
Languages
Java 99.3%
Python 0.5%
Shell 0.1%