Package dev.dsf.bpe.spring.config
Class MailConfig
java.lang.Object
dev.dsf.bpe.spring.config.MailConfig
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Configuration
public class MailConfig
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonContextRefreshedEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
MailConfig
public MailConfig()
-
-
Method Details
-
mailService
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
onContextRefreshedEvent
@EventListener(org.springframework.context.event.ContextRefreshedEvent.class) public void onContextRefreshedEvent(org.springframework.context.event.ContextRefreshedEvent event) throws IOException - Throws:
IOException
-