Class MessagingTestConfig
java.lang.Object
net.andresbustamante.yafoot.messaging.config.MessagingTestConfig
@Configuration
@PropertySource("classpath:application.properties")
public class MessagingTestConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.mail.javamail.JavaMailSender
Test mail sender.
-
Constructor Details
-
MessagingTestConfig
public MessagingTestConfig()
-
-
Method Details
-
mailSender
@Bean public org.springframework.mail.javamail.JavaMailSender mailSender()Test mail sender.- Returns:
- Mail sender bean
-