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

io.github.opensabre.boot.config.OpensabreServiceConfig Maven / Gradle / Ivy

The newest version!
package io.github.opensabre.boot.config;


import io.github.opensabre.boot.event.OpensabreStartedEventHandler;
import io.github.opensabre.boot.rest.MappingInfoHandler;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Import;

/**
 * Opensabre Rest信息事件通知配置类
 */
@AutoConfiguration
@Import({OpensabreStartedEventHandler.class, MappingInfoHandler.class})
public class OpensabreServiceConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy