报错内容如下
Field javaMailSender in xxxx required a bean of type 'org.springframework.mail.javamail.JavaMailSender' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.mail.javamail.JavaMailSender' in your configuration.
解决办法,添加依赖
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
注意,我是springboot下没有问题,springcloud报错的
您可以选择一种方式赞助本站
支付宝扫一扫赞助
微信钱包扫描赞助
赏