|
|
|
@ -36,6 +36,7 @@ import cn.hippo4j.message.config.MessageConfiguration;
|
|
|
|
|
import cn.hippo4j.message.service.AlarmControlHandler;
|
|
|
|
|
import cn.hippo4j.message.service.Hippo4jBaseSendMessageService;
|
|
|
|
|
import cn.hippo4j.message.service.Hippo4jSendMessageService;
|
|
|
|
|
import cn.hippo4j.springboot.starter.adapter.web.EnableWebAdapter;
|
|
|
|
|
import lombok.AllArgsConstructor;
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
|
|
|
@ -53,6 +54,7 @@ import org.springframework.core.annotation.Order;
|
|
|
|
|
* Dynamic thread-pool core auto configuration.
|
|
|
|
|
*/
|
|
|
|
|
@Configuration
|
|
|
|
|
@EnableWebAdapter
|
|
|
|
|
@AllArgsConstructor
|
|
|
|
|
@ConditionalOnBean(MarkerConfiguration.Marker.class)
|
|
|
|
|
@EnableConfigurationProperties(BootstrapConfigProperties.class)
|
|
|
|
|