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

sviolet.slate.springboot.auto.SlateAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 11.4
Show newest version
package sviolet.slate.springboot.auto;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import sviolet.slate.springboot.modelx.loadbalance.auto.HttpClientsConfig;

/**
 * Slate自动配置(Spring Boot)
 *
 * @author S.Violet
 */
@Configuration
@EnableConfigurationProperties(SlateProperties.class)
@Import({
        ContextListenerConfig.class,
        HttpClientsConfig.class,
})
public class SlateAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy