Updated indentation
This commit is contained in:
parent
1d1791c90d
commit
31a9e429f1
|
@ -16,7 +16,6 @@ public class ArticleApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(ArticleApplication.class, args);
|
SpringApplication.run(ArticleApplication.class, args);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
|
|
@ -13,7 +13,7 @@ public class Article {
|
||||||
//@JsonIgnore
|
//@JsonIgnore
|
||||||
//@JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
//@JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
||||||
//@ApiModelProperty(hidden = true)
|
//@ApiModelProperty(hidden = true)
|
||||||
@ApiParam(hidden = true)
|
//@ApiParam(hidden = true)
|
||||||
//@ApiModelProperty(readOnly = true)
|
//@ApiModelProperty(readOnly = true)
|
||||||
private int id;
|
private int id;
|
||||||
private String title;
|
private String title;
|
||||||
|
|
Loading…
Reference in New Issue