All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bekit.event.boot.EventBusAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.0.RELEASE
Show newest version
/* 
 * 作者:钟勋 (e-mail:[email protected])
 */

/*
 * 修订记录:
 * @author 钟勋 2016-12-16 01:14 创建
 */
package org.bekit.event.boot;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * 事件总线自动配置类
 */
@Configuration
@Import(EventBusConfiguration.class)
public class EventBusAutoConfiguration {
    // 事件总线由EventBusConfiguration进行配置
    // 本配置类的作用就是在spring-boot项目中自动导入EventBusConfiguration
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy