Updated indentation

This commit is contained in:
soni.sk@1969 2022-03-30 11:09:45 +05:30
parent 1d1791c90d
commit 31a9e429f1
4 changed files with 37 additions and 38 deletions

View File

@ -16,7 +16,6 @@ public class ArticleApplication {
public static void main(String[] args) {
SpringApplication.run(ArticleApplication.class, args);
}
@Bean

View File

@ -13,7 +13,7 @@ public class Article {
//@JsonIgnore
//@JsonProperty(access = JsonProperty.Access.READ_ONLY)
//@ApiModelProperty(hidden = true)
@ApiParam(hidden = true)
//@ApiParam(hidden = true)
//@ApiModelProperty(readOnly = true)
private int id;
private String title;