SpringBoot中的yml

yml中的数据可以注入到相关的变量中 @Value("${mall.config.name}") private String name; @Value("${mall.config.description}") private String description; @Value("${mall.config.hot-sales}") private Integer hotSales; @Val
相关文章
相关标签/搜索