atq

导航

 

@Value("${report.background.image:}")
private String imageFilePath;
默认值是空

@Value("${report.background.image:aaa}")
private String imageFilePath;
默认值是aaa

posted on 2022-05-09 16:55  atq  阅读(1178)  评论(0)    收藏  举报