Skip to content
Snippets Groups Projects
Commit 2973e8c8 authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Add additional lombock builder annotation to generator

parent b54f38d0
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
......@@ -22,14 +22,19 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.6.6</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
......@@ -57,9 +62,11 @@
<generateSupportingFiles>false</generateSupportingFiles>
<generateAliasAsModel>true</generateAliasAsModel>
<library>resttemplate</library>
<modelPackage>de.fitko.fitconnect.api.domain.model</modelPackage>
<modelPackage>de.fitko.fitconnect.api.domain.model.submission</modelPackage>
<configOptions>
<sourceFolder>../../../src/main/java</sourceFolder>
<additionalModelTypeAnnotations>@lombok.Builder
</additionalModelTypeAnnotations>
</configOptions>
</configuration>
</execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment