feat: change layout to multi-module

Merged Jan Smejkal requested to merge feature/multimodule into main

Can someone please verify that mvn test works for you with these changes? My IntelliJ IDEA sends me tens of errors and hundreds of errors even though running mvn test from terminal seems OK.

Also,mvn verifiy ends with error that probably complains that the 2 new modules do not have main class: [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.6.4:repackage (repackage) on project secret-archive-service: Execution repackage of goal org.springframework.boot:spring-boot-maven-plugin:2.6.4:repackage failed: Unable to find main class -> [Help 1]

Edited by Tomáš Biloš

Merge request reports