Could not autowire org.springframework.mail.javamail.JavaMailSender

前端 未结 8 757
时光取名叫无心
时光取名叫无心 2021-02-11 22:18

I got the following problem when trying to run my application. Have debugged everything and still nothing.

The IDE is finding the bean without any issue so I\'m very con

8条回答
  •  甜味超标
    2021-02-11 22:58

    You may have forgotten to set the following properties:

    spring.mail.host
    spring.mail.username
    spring.mail.password
    spring.mail.port
    

提交回复
热议问题