摘要: 对应的java类上增加 @Component public static String key;@Value("${AES.key}")private String getAESKey;@PostConstructpublic void getKey(){ key = this.getAESKey; 阅读全文
posted @ 2022-09-07 15:14 abelkeith 阅读(30) 评论(0) 推荐(0)