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

net.guerlab.sms.server.autoconfigure.WebConfiguration Maven / Gradle / Ivy

package net.guerlab.sms.server.autoconfigure;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Conditional;
import org.springframework.context.annotation.Configuration;

/**
 * web自动配置
 *
 * @author guer
 *
 */
@Configuration
@Conditional(WebEnableCondition.class)
@ComponentScan({
        "net.guerlab.sms.server.controller"
})
public class WebConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy