Enum in swagger

In case of swagger-maven-plugin 3.1.0 this might be a minimal documentation: @ApiModel public class Input { @ApiModelProperty public Day day; } @ApiModel public enum Day { Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday; } Then this is the generated json model: “definitions” : { “Input” : { “type” : “object”, “properties” : { “day” : … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)