import org.springframework.beans.factory.annotation.Value;
@Value("${pay.public.key}") private String publicKey;
spring帮你注入。