SpringForAll / spring-boot-starter-swagger

自制spring boot starter for swagger 2.x,来试试吧,很好用哦~
Apache License 2.0
2.13k stars 523 forks source link

@ApiModelProperty没有默认值设置的属性,能否支持下 #142

Open terranhu opened 5 years ago

terranhu commented 5 years ago

通过界面请求时,经常需要去填一些固定的值,希望能设置默认值

liululee commented 5 years ago

通过界面请求时,经常需要去填一些固定的值,希望能设置默认值

你好,使用@ApiModelProperty是可以设置默认值的,例如:@ApiModelProperty(name="username",value="用户名", example="张三")。 example的值即为默认值

angelyouyou commented 2 years ago

example是举例吧,不是默认值