Package com.arms.config
Class SlackConfig
java.lang.Object
com.arms.config.SlackConfig
@Configuration
@EnableConfigurationProperties(SlackProperty.class)
public class SlackConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionslackNotificationService(SlackProperty slackProperty, org.springframework.core.env.Environment environment)
-
Constructor Details
-
SlackConfig
public SlackConfig()
-
-
Method Details
-
slackNotificationService
@Bean public SlackNotificationService slackNotificationService(SlackProperty slackProperty, org.springframework.core.env.Environment environment)
-