application.ymlRSA: pubKeyText : 123在代码中
@Value("${RSA.pubKeyText}")String PublicKey;
调用时直接取System.out.println(PublicKey);