@ConfigurationProperties 注解 獲取yml配置項 放入Map


yml文件配置:

weixin: 
platformkey:
shanxi: s6bba6sdfggre54b87de3b8sdfa5beca
hunan: 1sdfggr44wweffds87de3b81a3a5beca


class代碼不能通過@Value注解獲取,需要使用 @ConfigurationProperties注解獲取:
@Component
@Data
@EqualsAndHashCode(callSuper = false)
@ConfigurationProperties(prefix = "weixin")
public class WXConfig implements {
private Map<String, String> platformkey;
}


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM