spring-boot-starter-swagger icon indicating copy to clipboard operation
spring-boot-starter-swagger copied to clipboard

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

Open terranhu opened this issue 6 years ago • 2 comments

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

terranhu avatar Apr 03 '19 04:04 terranhu

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

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

liululee avatar Apr 14 '19 16:04 liululee

example是举例吧,不是默认值

angelyouyou avatar Jun 25 '22 04:06 angelyouyou