02 2023 档案
摘要:java发送邮件 需要先申请邮箱的授权码,对应配置文件中的password。 1.引入jar <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> </dep
阅读全文
摘要:微服务系统内部服务相互调用使用spring-cloud-openfeign-core 的FeignClient 源码如下: @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited p
阅读全文