Updated indentation
This commit is contained in:
parent
1d1791c90d
commit
31a9e429f1
@ -16,7 +16,6 @@ public class ArticleApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ArticleApplication.class, args);
|
||||
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user