Spring Bean Autowiring error
问题 I am trying to implement email functionality in my app but I keep getting No matching bean of type [org.springframework.mail.javamail.JavaMailSenderImpl] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Can anyone point out what I am doing incorrectly? The xml config for the bean is: <beans:beans xmlns="http://www.springframework.org/schema/mvc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www