1

refine swagger example

This commit is contained in:
Christoph
2020-03-07 17:21:17 +01:00
parent 1a3c0a459f
commit 6d32092dcf
6 changed files with 83 additions and 36 deletions

View File

@ -0,0 +1,12 @@
package mops.gruppen2.domain;
import lombok.Value;
// @ApiModelProperty
@Value
public class ProductSwaggerExample {
// @ApiModelProperty
String name;
String description;
}